1. 5a3cb3b audit: allow user processes to log from another PID namespace by Richard Guy Briggs · 11 years ago
  2. f1dc486 audit: anchor all pid references in the initial pid namespace by Richard Guy Briggs · 11 years ago
  3. c92cdeb audit: convert PPIDs to the inital PID namespace. by Richard Guy Briggs · 11 years ago
  4. 099dd23 audit: Send replies in the proper network namespace. by Eric W. Biederman · 11 years ago
  5. 638a0fd audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 11 years ago
  6. 8626877 audit: fix location of __net_initdata for audit_net_ops by Richard Guy Briggs · 11 years ago
  7. 4f06632 audit: remove pr_info for every network namespace by Eric Paris · 11 years ago
  8. 3e1d0bb audit: Convert int limit uses to u32 by Joe Perches · 11 years ago
  9. d957f7b audit: Use more current logging style by Joe Perches · 11 years ago
  10. b8dbc32 audit: Use hex_byte_pack_upper by Joe Perches · 11 years ago
  11. 1ce319f audit: reorder AUDIT_TTY_SET arguments by Eric Paris · 11 years ago
  12. 0e23bac audit: rework AUDIT_TTY_SET to only grab spin_lock once by Eric Paris · 11 years ago
  13. 3f0c5fa audit: remove needless switch in AUDIT_SET by Eric Paris · 11 years ago
  14. 70249a9 audit: use define's for audit version by Eric Paris · 11 years ago
  15. c81825d audit: wait_for_auditd rework for readability by Eric Paris · 11 years ago
  16. ad2ac26 audit: log task info on feature change by Richard Guy Briggs · 11 years ago
  17. de92fc9 audit: fix incorrect set of audit_sock by Gao feng · 11 years ago
  18. 11ee39e audit: print error message when fail to create audit socket by Gao feng · 11 years ago
  19. 724e4fc audit: log on errors from filter user rules by Richard Guy Briggs · 11 years ago
  20. 6dd80ab audit: audit_log_start running on auditd should not stop by Toshiyuki Okajima · 11 years ago
  21. 1b7b533 audit: drop audit_cmd_lock in AUDIT_USER family of cases by Richard Guy Briggs · 11 years ago
  22. 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
  23. ff235f5 audit: Added exe field to audit core dump signal log by Paul Davies C · 11 years ago
  24. 34eab0a audit: prevent an older auditd shutdown from orphaning a newer auditd startup by Richard Guy Briggs · 11 years ago
  25. ce0d9f0 audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases by Richard Guy Briggs · 11 years ago
  26. a06e56b audit: log AUDIT_TTY_SET config changes by Richard Guy Briggs · 11 years ago
  27. 04ee1a3 audit: get rid of *NO* daemon at audit_pid=0 message by Richard Guy Briggs · 11 years ago
  28. 40c0775 audit: allow unlimited backlog queue by Richard Guy Briggs · 11 years ago
  29. 4547b3b audit: use old_lock in audit_set_feature by Gao feng · 11 years ago
  30. b6c50fe audit: don't generate audit feature changed log when audit disabled by Gao feng · 11 years ago
  31. aabce351 audit: fix incorrect order of log new and old feature by Gao feng · 11 years ago
  32. d3ca034 audit: remove useless code in audit_enable by Gao feng · 11 years ago
  33. 51cc83f audit: add audit_backlog_wait_time configuration option by Richard Guy Briggs · 11 years ago
  34. 09f883a audit: clean up AUDIT_GET/SET local variables and future-proof API by Richard Guy Briggs · 11 years ago
  35. f910fde audit: add kernel set-up parameter to override default backlog limit by Richard Guy Briggs · 11 years ago
  36. 7ecf69b audit: efficiency fix 2: request exclusive wait since all need same resource by Dan Duval · 11 years ago
  37. db89731 audit: efficiency fix 1: only wake up if queue shorter than backlog limit by Dan Duval · 11 years ago
  38. ae887e0 audit: make use of remaining sleep time from wait_for_auditd by Richard Guy Briggs · 11 years ago
  39. e789e56 audit: reset audit backlog wait time after error recovery by Richard Guy Briggs · 11 years ago
  40. 33faba7 audit: listen in all network namespaces by Richard Guy Briggs · 11 years ago
  41. 2f2ad10 audit: restore order of tty and ses fields in log output by Richard Guy Briggs · 11 years ago
  42. f944163 audit: fix netlink portid naming and types by Richard Guy Briggs · 11 years ago
  43. fc582ae Merge tag 'v3.12' by Eric Paris · 11 years ago
  44. d3aea84 audit: log the audit_names record type by Jeff Layton · 11 years ago
  45. b95d77f audit: use given values in tty_audit enable api by Richard Guy Briggs · 11 years ago
  46. 4d8fe73 audit: use nlmsg_len() to get message payload length by Mathias Krause · 11 years ago
  47. e13f91e audit: use memset instead of trying to initialize field by field by Eric Paris · 11 years ago
  48. 64fbff9 audit: fix info leak in AUDIT_GET requests by Mathias Krause · 11 years ago
  49. 21b85c3 audit: audit feature to set loginuid immutable by Eric Paris · 11 years ago
  50. d040e5a audit: audit feature to only allow unsetting the loginuid by Eric Paris · 11 years ago
  51. b0fed40 audit: implement generic feature setting and retrieving by Eric Paris · 11 years ago
  52. 0868a5e audit: printk USER_AVC messages when audit isn't enabled by Tyler Hicks · 11 years ago
  53. af0e493 Audit: remove duplicate comments by Gao feng · 11 years ago
  54. b8f89ca audit: remove newline accidentally added during session id helper refactor by Richard Guy Briggs · 11 years ago
  55. 4714570 audit: remove duplicate inclusion of the netlink header by Ilya V. Matveychikov · 11 years ago
  56. b50eba7 audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTH by Richard Guy Briggs · 11 years ago
  57. 8ac1c8d audit: fix endless wait in audit_log_start() by Konstantin Khlebnikov · 11 years ago
  58. f000cfd audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE by Oleg Nesterov · 11 years ago
  59. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  60. 2a0b4be audit: fix message spacing printing auid by Eric Paris · 11 years ago
  61. 82d8da0 Revert "audit: move kaudit thread start from auditd registration to kaudit init" by Eric Paris · 11 years ago
  62. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  63. b24a30a audit: fix event coverage of AUDIT_ANOM_LINK by Eric Paris · 11 years ago
  64. 7173c54 audit: use spin_lock in audit_receive_msg to process tty logging by Eric Paris · 11 years ago
  65. 46e959e audit: add an option to control logging of passwords with pam_tty_audit by Richard Guy Briggs · 11 years ago
  66. bde02ca audit: use spin_lock_irqsave/restore in audit tty code by Eric Paris · 11 years ago
  67. 4d3fb70 helper for some session id stuff by Eric Paris · 11 years ago
  68. b122c37 audit: use a consistent audit helper to log lsm information by Eric Paris · 11 years ago
  69. 152f497 audit: push loginuid and sessionid processing down by Eric Paris · 11 years ago
  70. dc9eb69 audit: stop pushing loginid, uid, sessionid as arguments by Eric Paris · 11 years ago
  71. 1890090 audit: remove the old depricated kernel interface by Eric Paris · 11 years ago
  72. 13f51e1 audit: don't check if kauditd is valid every time by Gao feng · 11 years ago
  73. 62062cf audit: allow checking the type of audit message in the user filter by Eric Paris · 11 years ago
  74. f761610 audit: use data= not msg= for AUDIT_USER_TTY messages by Eric Paris · 11 years ago
  75. 6ff5e45 audit: move kaudit thread start from auditd registration to kaudit init by Richard Guy Briggs · 12 years ago
  76. 3320c51 audit: flatten kauditd_thread wait queue code by Richard Guy Briggs · 12 years ago
  77. b551d1d audit: refactor hold queue flush by Richard Guy Briggs · 12 years ago
  78. 2851da5 audit: pass int* to nlmsg_next by Alexandru Copot · 12 years ago
  79. 9419121 audit: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  80. 8291991 kernel/audit.c: avoid negative sleep durations by Andrew Morton · 12 years ago
  81. 0644ec0 audit: catch possible NULL audit buffers by Kees Cook · 12 years ago
  82. d1c7d97 fs: handle failed audit_log_start properly by Sasha Levin · 12 years ago
  83. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  84. cca080d userns: Convert audit to work with user namespaces enabled by Eric W. Biederman · 13 years ago
  85. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  86. 860c0aa audit: Don't pass pid or uid to audit_log_common_recv_msg by Eric W. Biederman · 12 years ago
  87. 017143f audit: Remove the unused uid parameter from audit_receive_filter by Eric W. Biederman · 12 years ago
  88. 35ce988 audit: Properly set the origin port id of audit messages. by Eric W. Biederman · 12 years ago
  89. 8aa14b6 audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GET by Eric W. Biederman · 12 years ago
  90. f95732e audit: kill audit_prepare_user_tty by Eric W. Biederman · 12 years ago
  91. 02276bd audit: Use current instead of NETLINK_CREDS() in audit_filter by Eric W. Biederman · 12 years ago
  92. 34e36d8 audit: Limit audit requests to processes in the initial pid and user namespaces. by Eric W. Biederman · 12 years ago
  93. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  94. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  95. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  96. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  97. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  98. c64e66c audit: netlink: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  99. 66b3fad constify path argument of audit_log_d_path() by Al Viro · 13 years ago
  100. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago