1. 939cbf2 Audit: send signal info if selinux is disabled by Eric Paris · 15 years ago
  2. 916d757 Fix rule eviction order for AUDIT_DIR by Al Viro · 15 years ago
  3. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 15 years ago
  4. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 15 years ago
  5. ea7ae60 Audit: clean up audit_receive_skb by Eric Paris · 15 years ago
  6. ee080e6 Audit: cleanup netlink mesg handling by Eric Paris · 15 years ago
  7. 038cbcf Audit: unify the printk of an skb when auditd not around by Eric Paris · 15 years ago
  8. def5754 Audit: remove spaces from audit_log_d_path by Eric Paris · 16 years ago
  9. 55ad2f8 audit: ignore terminating NUL in AUDIT_USER_TTY messages by Miloslav Trmac · 16 years ago
  10. b3897f5 Audit: fix handling of 'strings' with NULL characters by Miloslav Trmac · 16 years ago
  11. 48887e6 [PATCH] fix broken timestamps in AVC generated by kernel threads by Al Viro · 16 years ago
  12. a3f0711 [PATCH] Audit: make audit=0 actually turn off audit by Eric Paris · 16 years ago
  13. 20c6aaa [PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error output. by zhangxiliang · 16 years ago
  14. 1d6c964 kernel/audit.c control character detection is off-by-one by Vesa-Matti J Kari · 16 years ago
  15. d8de724 [PATCH] remove useless argument type in audit_filter_user() by Peng Haitao · 16 years ago
  16. 13d5ef9 [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once by Peng Haitao · 16 years ago
  17. fcaf1eb [patch 1/1] audit_send_reply(): fix error-path memory leak by Andrew Morton · 16 years ago
  18. 4a761b8 [patch 2/2] Use find_task_by_vpid in audit code by Pavel Emelyanov · 16 years ago
  19. 7719e43 [PATCH 2/2] audit: fix sparse shadowed variable warnings by Harvey Harrison · 16 years ago
  20. b556f8a Audit: standardize string audit interfaces by Eric Paris · 16 years ago
  21. f09ac9d Audit: stop deadlock from signals under load by Eric Paris · 16 years ago
  22. f3d357b Audit: save audit_backlog_limit audit messages in case auditd comes back by Eric Paris · 16 years ago
  23. 2532386 Audit: collect sessionid in netlink messages by Eric Paris · 16 years ago
  24. d7a96f3 Audit: internally use the new LSM audit hooks by Ahmed S. Darwish · 17 years ago
  25. 2a862b3 Audit: use new LSM hooks instead of SELinux exports by Ahmed S. Darwish · 17 years ago
  26. f706d5d audit: silence two kerneldoc warnings in kernel/audit.c by Dave Jones · 16 years ago
  27. 75c0371 audit: netlink socket can be auto-bound to pid other than current->pid (v2) by Pavel Emelyanov · 17 years ago
  28. 8d07a67 [PATCH] drop EOE records from printk by Steve Grubb · 17 years ago
  29. b29ee87 [RFC] AUDIT: do not panic when printk loses messages by Eric Paris · 17 years ago
  30. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 17 years ago
  31. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 17 years ago
  32. 320f1b1 [AUDIT] ratelimit printk messages audit by Eric Paris · 17 years ago
  33. 148b38d [patch 2/2] audit: complement va_copy with va_end() by Richard Knutsson · 17 years ago
  34. ef00be0 [patch 1/2] kernel/audit.c: warning fix by Andrew Morton · 17 years ago
  35. b593d38 [AUDIT] create context if auditing was ever enabled by Eric Paris · 17 years ago
  36. 50397bd [AUDIT] clean up audit_receive_msg() by Eric Paris · 17 years ago
  37. 1a6b9f2 [AUDIT] make audit=0 really stop audit messages by Eric Paris · 17 years ago
  38. de6bbd1 [AUDIT] break large execve argument logging into smaller messages by Eric Paris · 17 years ago
  39. e445deb [AUDIT] include audit type in audit message when using printk by Eric Paris · 17 years ago
  40. 406a1d8 [AUDIT]: Increase skb->truesize in audit_expand by Herbert Xu · 17 years ago
  41. 74c3cbe [PATCH] audit: watching subtrees by Al Viro · 17 years ago
  42. 5600b89 whitespace fixes: system auditing by Daniel Walker · 17 years ago
  43. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  44. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  45. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  46. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  47. 039b6b3 audit: add spaces on either side of case "..." operator. by Robert P. J. Day · 17 years ago
  48. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  49. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  50. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  51. 6a01b07 [PATCH] audit config lockdown by Steve Grubb · 18 years ago
  52. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  53. 4899b8b [PATCH] kauditd_thread warning fix by Andrew Morton · 18 years ago
  54. 1a70cd4 [PATCH] selinux: rename selinux_ctxid_to_string by Stephen Smalley · 18 years ago
  55. 8ef2d30 [PATCH] sanity check audit_buffer by Amy Griffis · 18 years ago
  56. 6988434 [PATCH] fix oops with CONFIG_AUDIT and !CONFIG_AUDITSYSCALL by Amy Griffis · 18 years ago
  57. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  58. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  59. 9c937dc [PATCH] log more info for directory entry change events by Amy Griffis · 18 years ago
  60. f368c07d [PATCH] audit: path-based rules by Amy Griffis · 18 years ago
  61. 5d136a0 [PATCH] minor audit updates by Serge E. Hallyn · 18 years ago
  62. e139606 [PATCH] collect sid of those who send signals to auditd by Al Viro · 18 years ago
  63. 473ae30 [PATCH] execve argument logging by Al Viro · 18 years ago
  64. 9044e6b [PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULES by Al Viro · 18 years ago
  65. ce29b68 [PATCH] More user space subject labels by Steve Grubb · 18 years ago
  66. e7c3497 [PATCH] Reworked patch for labels on user space messages by Steve Grubb · 18 years ago
  67. 3dc7e31 [PATCH] support for context based audit filtering, part 2 by Darrel Goeddel · 19 years ago
  68. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 18 years ago
  69. 71e1c78 [PATCH] fix audit_init failure path by Amy Griffis · 19 years ago
  70. bf45da9 [PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_start, audit_log_end and audit_format by lorenzo@gnu.org · 19 years ago
  71. 5a0bbce [PATCH] sem2mutex: audit_netlink_sem by Ingo Molnar · 19 years ago
  72. 93315ed [PATCH] audit string fields interface + consumer by Amy Griffis · 19 years ago
  73. fe7752b [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL by David Woodhouse · 19 years ago
  74. 8c8570f [PATCH] Capture selinux subject/object context information. by Dustin Kirkland · 19 years ago
  75. c8edc80 [PATCH] Exclude messages by message type by Dustin Kirkland · 19 years ago
  76. 90d526c [PATCH] Define new range of userspace messages. by Steve Grubb · 19 years ago
  77. b0dd25a [PATCH] AUDIT: kerneldoc for kernel/audit*.c by Randy Dunlap · 19 years ago
  78. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 19 years ago
  79. 97a41e2 [PATCH] kernel/: small cleanups by Adrian Bunk · 19 years ago
  80. 7a4ae74 [PATCH] Add try_to_freeze to kauditd by Pierre Ossman · 19 years ago
  81. 9796fdd [PATCH] gfp_t: kernel/* by Al Viro · 19 years ago
  82. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  83. 5d54e69 Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 19 years ago
  84. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  85. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  86. 3c789a1 AUDIT: Prevent duplicate syscall rules by Amy Griffis · 19 years ago
  87. ce625a8 AUDIT: Reduce contention in audit_serial() by David Woodhouse · 19 years ago
  88. d5b454f AUDIT: Fix livelock in audit_serial(). by David Woodhouse · 19 years ago
  89. 6c8c8ba [AUDIT] Fix sparse warning about gfp_mask type by Victor Fusco · 19 years ago
  90. ac4cec4 AUDIT: Stop waiting for backlog after audit_panic() happens by David Woodhouse · 19 years ago
  91. e1b09eb AUDIT: Use KERN_NOTICE for printk of audit records by David Woodhouse · 19 years ago
  92. 5bb289b AUDIT: Clean up user message filtering by David Woodhouse · 19 years ago
  93. 9470178 AUDIT: Remove stray declaration of tsk from audit_receive_msg(). by David Woodhouse · 19 years ago
  94. 9ad9ad3 AUDIT: Wait for backlog to clear when generating messages. by David Woodhouse · 19 years ago
  95. 4a4cd63 AUDIT: Optimise the audit-disabled case for discarding user messages by David Woodhouse · 19 years ago
  96. f6a789d AUDIT: Spawn kernel thread to list filter rules. by David Woodhouse · 19 years ago
  97. d6e0e15 AUDIT: Drop user-generated messages immediately while auditing disabled. by David Woodhouse · 19 years ago
  98. 0f45aa1 AUDIT: Allow filtering of user messages by David Woodhouse · 19 years ago
  99. bccf6ae AUDIT: Unify auid reporting, put arch before syscall number by David Woodhouse · 19 years ago
  100. bfb4496 AUDIT: Assign serial number to non-syscall messages by David Woodhouse · 19 years ago