1. 449cedf audit: preface audit printk with audit by Eric Paris · 14 years ago
  2. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  3. cccc6bb Lose the first argument of audit_inode_child() by Al Viro · 15 years ago
  4. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  5. 44e51a1 Audit: rearrange audit_context to save 16 bytes per struct by Eric Paris · 15 years ago
  6. 916d757 Fix rule eviction order for AUDIT_DIR by Al Viro · 15 years ago
  7. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 15 years ago
  8. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 15 years ago
  9. b87ce6e Audit: better estimation of execve record length by Eric Paris · 15 years ago
  10. def5754 Audit: remove spaces from audit_log_d_path by Eric Paris · 16 years ago
  11. 679173b audit: audit_set_auditable defined but not used by Eric Paris · 16 years ago
  12. 6d208da audit: Fix possible return value truncation in audit_get_context() by Paul Moore · 15 years ago
  13. 6b96255 auditsc: fix kernel-doc notation by Randy Dunlap · 16 years ago
  14. ca96a89 audit: EXECVE record - removed bogus newline by Jiri Pirko · 16 years ago
  15. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  16. e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 16 years ago
  17. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 16 years ago
  18. 57f71a0 sanitize audit_log_capset() by Al Viro · 16 years ago
  19. 157cf64 sanitize audit_fd_pair() by Al Viro · 16 years ago
  20. 564f699 sanitize audit_mq_open() by Al Viro · 16 years ago
  21. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 16 years ago
  22. 20114f7 sanitize audit_mq_notify() by Al Viro · 16 years ago
  23. 7392906 sanitize audit_mq_getsetattr() by Al Viro · 16 years ago
  24. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 16 years ago
  25. a33e675 sanitize audit_ipc_obj() by Al Viro · 16 years ago
  26. f3298dc sanitize audit_socketcall by Al Viro · 16 years ago
  27. 4f6b434 don't reallocate buffer in every audit_sockaddr() by Al Viro · 16 years ago
  28. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  29. 48887e6 [PATCH] fix broken timestamps in AVC generated by kernel threads by Al Viro · 16 years ago
  30. 7f0ed77 [patch 1/1] audit: remove excess kernel-doc by Randy Dunlap · 16 years ago
  31. a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 16 years ago
  32. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  33. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  34. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  35. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  36. e68b75a0 When the capset syscall is used it is not possible for audit to record the by Eric Paris · 16 years ago
  37. 3fc689e Any time fcaps or a setuid app under SECURE_NOROOT is used to result in a by Eric Paris · 16 years ago
  38. 851f7ff This patch will print cap_permitted and cap_inheritable data in the PATH by Eric Paris · 16 years ago
  39. dbda4c0 tty: Fix abusers of current->sighand->tty by Alan Cox · 16 years ago
  40. c4bacef [PATCH] audit: Moved variable declaration to beginning of function by Cordelia · 16 years ago
  41. 1a61c88 Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set by zhangxiliang · 16 years ago
  42. 980dfb0 [PATCH] Fix the kernel panic of audit_filter_task when key field is set by zhangxiliang · 16 years ago
  43. ee1d315 [PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditd by Eric Paris · 16 years ago
  44. 86a1c34 x86_64 syscall audit fast-path by Roland McGrath · 16 years ago
  45. 8b67dca [PATCH] new predicate - AUDIT_FILETYPE by Al Viro · 16 years ago
  46. 7719e43 [PATCH 2/2] audit: fix sparse shadowed variable warnings by Harvey Harrison · 16 years ago
  47. c782f24 [PATCH 1/2] audit: move extern declarations to audit.h by Harvey Harrison · 16 years ago
  48. b556f8a Audit: standardize string audit interfaces by Eric Paris · 16 years ago
  49. 436c405 Audit: end printk with newline by Eric Paris · 16 years ago
  50. 04305e4 Audit: Final renamings and cleanup by Ahmed S. Darwish · 16 years ago
  51. d7a96f3 Audit: internally use the new LSM audit hooks by Ahmed S. Darwish · 17 years ago
  52. 2a862b3 Audit: use new LSM hooks instead of SELinux exports by Ahmed S. Darwish · 17 years ago
  53. 422b03c [PATCH] Audit: Fix the format type for size_t variables by Paul Moore · 17 years ago
  54. b0abcfc Audit: use == not = in if statements by Eric Paris · 17 years ago
  55. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 17 years ago
  56. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 17 years ago
  57. b593d38 [AUDIT] create context if auditing was ever enabled by Eric Paris · 17 years ago
  58. de6bbd1 [AUDIT] break large execve argument logging into smaller messages by Eric Paris · 17 years ago
  59. 6246cca [AUDIT] do not panic on exclude messages in audit_log_pid_context() by Eric Paris · 17 years ago
  60. c0641f2 [AUDIT] Add End of Event record by Eric Paris · 17 years ago
  61. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  62. c2a7780 [AUDIT] collect uid, loginuid, and comm in OBJ_PID records by Eric Paris · 17 years ago
  63. f701b75 [AUDIT] return EINTR not ERESTART* by Eric Paris · 17 years ago
  64. bfef93a [PATCH] get rid of loginuid races by Al Viro · 17 years ago
  65. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  66. 481968f auditsc: fix kernel-doc param warnings by Randy Dunlap · 17 years ago
  67. 74c3cbe [PATCH] audit: watching subtrees by Al Viro · 17 years ago
  68. 5a190ae [PATCH] pass dentry to audit_inode()/audit_inode_child() by Al Viro · 17 years ago
  69. 9f8dbe9 whitespace fixes: syscall auditing by Daniel Walker · 17 years ago
  70. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  71. 50e437d SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks by Trond Myklebust · 17 years ago
  72. 88ae704 kernel/auditsc.c: fix an off-by-one by Adrian Bunk · 17 years ago
  73. 175fc48 fix oops in __audit_signal_info() by Al Viro · 17 years ago
  74. 040b3a2 audit: fix two bugs in the new execve audit code by Peter Zijlstra · 17 years ago
  75. 4259fa0 [PATCH] get rid of AVC_PATH postponed treatment by Al Viro · 17 years ago
  76. 5b9a426 [PATCH] Make IPC mode consistent by Steve Grubb · 17 years ago
  77. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  78. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  79. 6d9525b kerneldoc fix in audit_core_dumps by Henrik Kretzschmar · 17 years ago
  80. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  81. 0a4ff8c [PATCH] Abnormal End of Processes by Steve Grubb · 17 years ago
  82. 5712e88 [PATCH] match audit name data by Amy Griffis · 18 years ago
  83. 4fc03b9 [PATCH] complete message queue auditing by Amy Griffis · 18 years ago
  84. e41e8bd [PATCH] initialize name osid by Amy Griffis · 18 years ago
  85. e54dc24 [PATCH] audit signal recipients by Amy Griffis · 17 years ago
  86. a5cb013 [PATCH] auditing ptrace by Al Viro · 18 years ago
  87. c4823bc [PATCH] fix deadlock in audit_log_task_context() by Al Viro · 18 years ago
  88. db34950 [PATCH] AUDIT_FD_PAIR by Al Viro · 18 years ago
  89. a7a005f [PATCH] struct path: convert kernel by Josef Sipek · 18 years ago
  90. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 18 years ago
  91. 161a09e audit: Add auditing to ipsec by Joy Latten · 18 years ago
  92. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  93. ac9910c [PATCH] name_count array overrun by Steve Grubb · 18 years ago
  94. 419c58f [PATCH] PPID filtering fix by Alexander Viro · 18 years ago
  95. eb84a20 [PATCH] audit/accounting: tty locking by Alan Cox · 18 years ago
  96. 1a70cd4 [PATCH] selinux: rename selinux_ctxid_to_string by Stephen Smalley · 18 years ago
  97. 62bac01 [PATCH] selinux: eliminate selinux_task_ctxid by Stephen Smalley · 18 years ago
  98. 55669bf [PATCH] audit: AUDIT_PERM support by Al Viro · 18 years ago
  99. 3f2792f [PATCH] take filling ->pid, etc. out of audit_get_context() by Al Viro · 18 years ago
  100. 5ac3a9c [PATCH] don't bother with aux entires for dummy context by Al Viro · 18 years ago