1. 91e6649 audit: log 32-bit socketcalls by Richard Guy Briggs · 7 years ago
  2. 86b2efb audit: add fields to exclude filter by reusing user filter by Richard Guy Briggs · 8 years ago
  3. 2e28d38 tty: audit: Handle tty audit enable atomically by Peter Hurley · 8 years ago
  4. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  5. 9636870 audit: force seccomp event logging to honor the audit_enabled flag by Paul Moore · 8 years ago
  6. d6335d7 security: Make inode argument of inode_getsecid non-const by Andreas Gruenbacher · 8 years ago
  7. 9fcf836 audit: audit_string_contains_control can be boolean by Yaowei Bai · 9 years ago
  8. 3673481 audit: audit_dummy_context can be boolean by Yaowei Bai · 9 years ago
  9. 34d99af5 audit: implement audit by executable by Richard Guy Briggs · 9 years ago
  10. 84cb777 audit: use macros for unset inode and device values by Richard Guy Briggs · 9 years ago
  11. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. 7184487 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  13. 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 9 years ago
  14. 2fded7f audit: remove vestiges of vers_ops by Richard Guy Briggs · 9 years ago
  15. 66b3f4f Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  16. 041d7b9 audit: restore AUDIT_LOGINUID unset ABI by Richard Guy Briggs · 9 years ago
  17. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  18. 9e8beeb audit: Remove "weak" from audit_classify_compat_syscall() declaration by Bjorn Helgaas · 10 years ago
  19. 219ca39 audit: use union for audit_field values since they are mutually exclusive by Richard Guy Briggs · 10 years ago
  20. b4f0d37 audit: x86: drop arch from __audit_syscall_entry() interface by Richard Guy Briggs · 10 years ago
  21. a9ebe0b audit: fix build error when asm/syscall.h does not exist by Eric Paris · 10 years ago
  22. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 10 years ago
  23. 312103d AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC by Chris Metcalf · 10 years ago
  24. 356750e audit: define audit_is_compat in kernel internal header by Eric Paris · 10 years ago
  25. 4b58841 audit: Add generic compat syscall support by AKASHI Takahiro · 10 years ago
  26. 099dd23 audit: Send replies in the proper network namespace. by Eric W. Biederman · 10 years ago
  27. 3e1d0bb audit: Convert int limit uses to u32 by Joe Perches · 10 years ago
  28. 06bdadd audit: correct a type mismatch in audit_syscall_exit() by AKASHI Takahiro · 10 years ago
  29. ce0d9f0 audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases by Richard Guy Briggs · 11 years ago
  30. b6cfee4 audit: fix incorrect type of sessionid by Richard Guy Briggs · 11 years ago
  31. f944163 audit: fix netlink portid naming and types by Richard Guy Briggs · 11 years ago
  32. ca24a23 audit: Simplify and correct audit_log_capset by Eric W. Biederman · 11 years ago
  33. 9410d22 audit: call audit_bprm() only once to add AUDIT_EXECVE information by Richard Guy Briggs · 11 years ago
  34. d9cfea9 audit: move audit_aux_data_execve contents into audit_context union by Richard Guy Briggs · 11 years ago
  35. b0fed40 audit: implement generic feature setting and retrieving by Eric Paris · 11 years ago
  36. 79f6530 audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record by Jeff Layton · 11 years ago
  37. 780a765 audit: Make testing for a valid loginuid explicit. by Eric W. Biederman · 11 years ago
  38. b24a30a audit: fix event coverage of AUDIT_ANOM_LINK by Eric Paris · 11 years ago
  39. 4d3fb70 helper for some session id stuff by Eric Paris · 11 years ago
  40. b122c37 audit: use a consistent audit helper to log lsm information by Eric Paris · 11 years ago
  41. dc9eb69 audit: stop pushing loginid, uid, sessionid as arguments by Eric Paris · 11 years ago
  42. 62062cf audit: allow checking the type of audit message in the user filter by Eric Paris · 11 years ago
  43. 2950fa9 kernel: audit: beautify code, for extern function, better to check its parameters by itself by Chen Gang · 11 years ago
  44. cdee390 audit: Syscall rules are not applied to existing processes on non-x86 by Anton Blanchard · 11 years ago
  45. c0a3a20 linux/audit.h: move ptrace.h include to kernel header by Mike Frysinger · 11 years ago
  46. 7b9205b audit: create explicit AUDIT_SECCOMP event type by Kees Cook · 11 years ago
  47. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  48. 18a022d Merge tag 'for-3.7' of git://openrisc.net/jonas/linux by Linus Torvalds · 12 years ago
  49. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  50. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  51. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  52. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  53. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  54. 78e2e80 audit: add a new "type" field to audit_names struct by Jeff Layton · 12 years ago
  55. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  56. 9321d52 audit.h: replace defines with C stubs by Kees Cook · 12 years ago
  57. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  58. e2bebb4 audit: define AUDIT_ARCH_OPENRISC by Kees Cook · 12 years ago
  59. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  60. ca57ec0 audit: Add typespecific uid and gid comparators by Eric W. Biederman · 12 years ago
  61. 017143f audit: Remove the unused uid parameter from audit_receive_filter by Eric W. Biederman · 12 years ago
  62. 02276bd audit: Use current instead of NETLINK_CREDS() in audit_filter by Eric W. Biederman · 12 years ago
  63. e23eb92 audit: export audit_log_task_info by Peter Moody · 12 years ago
  64. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  65. 3dc1c1b seccomp: remove duplicated failure logging by Kees Cook · 12 years ago
  66. 66b3fad constify path argument of audit_log_d_path() by Al Viro · 12 years ago
  67. 10d6836 audit: comparison on interprocess fields by Peter Moody · 12 years ago
  68. 4a6633e audit: implement all object interfield comparisons by Peter Moody · 12 years ago
  69. c9fe685 audit: allow interfield comparison between gid and ogid by Eric Paris · 12 years ago
  70. 02d86a5 audit: allow interfield comparison in audit rules by Eric Paris · 12 years ago
  71. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 12 years ago
  72. 54d3218 audit: allow audit matching on inode gid by Eric Paris · 12 years ago
  73. efaffd6 audit: allow matching on obj_uid by Eric Paris · 12 years ago
  74. 6422e78 audit: remove audit_finish_fork as it can't be called by Eric Paris · 12 years ago
  75. a4ff8db audit: inline audit_free to simplify the look of generic code by Eric Paris · 12 years ago
  76. 38cdce5 audit: drop audit_set_macxattr as it doesn't do anything by Eric Paris · 12 years ago
  77. 07c4941 audit: inline checks for not needing to collect aux records by Eric Paris · 12 years ago
  78. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 12 years ago
  79. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 12 years ago
  80. 85e7bac seccomp: audit abnormal end to a process due to seccomp by Eric Paris · 12 years ago
  81. 2570ebb switch kern_ipc_perm to umode_t by Al Viro · 13 years ago
  82. df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
  83. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  84. 131ad62 netfilter: add SELinux context support to AUDIT target by Mr Dash Four · 13 years ago
  85. 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 13 years ago
  86. fbabf31 netfilter: create audit records for x_tables replaces by Thomas Graf · 13 years ago
  87. 43f393c netfilter: audit target to record accepted/dropped packets by Thomas Graf · 13 years ago
  88. 37721e1 headers: path.h redux by Alexey Dobriyan · 13 years ago
  89. 120a795 audit mmap by Al Viro · 14 years ago
  90. 1676eff gcc-4.6: fs: fix unused but set warnings by Andi Kleen · 14 years ago
  91. cccc6bb Lose the first argument of audit_inode_child() by Al Viro · 14 years ago
  92. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 15 years ago
  93. 523979a integrity: audit update by Mimi Zohar · 15 years ago
  94. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  95. 3323eec9 integrity: IMA as an integrity service provider by Mimi Zohar · 15 years ago
  96. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 15 years ago
  97. e45aa21 audit rules ordering, part 2 by Al Viro · 15 years ago
  98. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 15 years ago
  99. 57f71a0 sanitize audit_log_capset() by Al Viro · 15 years ago
  100. 157cf64 sanitize audit_fd_pair() by Al Viro · 15 years ago