1. 3f68613 kernel/auditsc.c: use kzalloc instead of kmalloc+memset by Rakib Mullick · 13 years ago
  2. 0644ec0 audit: catch possible NULL audit buffers by Kees Cook · 13 years ago
  3. 7b9205b audit: create explicit AUDIT_SECCOMP event type by Kees Cook · 13 years ago
  4. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  5. c62d773 audit: no nested contexts anymore... by Al Viro · 14 years ago
  6. 8ae763c audit: remove bogus tty name check by Alan Cox · 14 years ago
  7. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 14 years ago
  8. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 14 years ago
  9. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 14 years ago
  10. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 14 years ago
  11. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 14 years ago
  12. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 14 years ago
  13. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 14 years ago
  14. 78e2e80 audit: add a new "type" field to audit_names struct by Jeff Layton · 14 years ago
  15. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 14 years ago
  16. 9cec9d6 audit: no need to walk list in audit_inode if name is NULL by Jeff Layton · 14 years ago
  17. 1c2e51e audit: pass in dentry to audit_copy_inode wherever possible by Jeff Layton · 14 years ago
  18. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 14 years ago
  19. 8826532 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  20. cca080d userns: Convert audit to work with user namespaces enabled by Eric W. Biederman · 14 years ago
  21. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 14 years ago
  22. ca57ec0 audit: Add typespecific uid and gid comparators by Eric W. Biederman · 14 years ago
  23. e23eb92 audit: export audit_log_task_info by Peter Moody · 14 years ago
  24. 3dc1c1b seccomp: remove duplicated failure logging by Kees Cook · 14 years ago
  25. 42ae610c kernel-doc: fix new warnings in auditsc.c by Randy Dunlap · 14 years ago
  26. c158a35 audit: no leading space in audit_log_d_path prefix by Kees Cook · 14 years ago
  27. 5afb8a3 audit: fix signedness bug in audit_log_execve_info() by Xi Wang · 14 years ago
  28. 10d6836 audit: comparison on interprocess fields by Peter Moody · 14 years ago
  29. 4a6633e audit: implement all object interfield comparisons by Peter Moody · 14 years ago
  30. c9fe685 audit: allow interfield comparison between gid and ogid by Eric Paris · 14 years ago
  31. b34b039 audit: complex interfield comparison helper by Eric Paris · 14 years ago
  32. 02d86a5 audit: allow interfield comparison in audit rules by Eric Paris · 14 years ago
  33. 4043cde audit: do not call audit_getname on error by Eric Paris · 14 years ago
  34. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 14 years ago
  35. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 14 years ago
  36. 54d3218 audit: allow audit matching on inode gid by Eric Paris · 14 years ago
  37. efaffd6 audit: allow matching on obj_uid by Eric Paris · 14 years ago
  38. 6422e78 audit: remove audit_finish_fork as it can't be called by Eric Paris · 14 years ago
  39. a4ff8db audit: inline audit_free to simplify the look of generic code by Eric Paris · 14 years ago
  40. 07c4941 audit: inline checks for not needing to collect aux records by Eric Paris · 14 years ago
  41. 56179a6 audit: drop some potentially inadvisable likely notations by Eric Paris · 14 years ago
  42. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 14 years ago
  43. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 14 years ago
  44. 85e7bac seccomp: audit abnormal end to a process due to seccomp by Eric Paris · 14 years ago
  45. 16c174bd audit: check current inode and containing object when filtering on major and minor by Eric Paris · 14 years ago
  46. 5195d8e audit: dynamically allocate audit_names when not enough space is in the names array by Eric Paris · 14 years ago
  47. 5ef30ee audit: make filetype matching consistent with other filters by Eric Paris · 14 years ago
  48. 93d3a10 auditsc: propage umode_t by Al Viro · 15 years ago
  49. 2570ebb switch kern_ipc_perm to umode_t by Al Viro · 15 years ago
  50. df0a428 switch mq_open() to umode_t by Al Viro · 15 years ago
  51. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 15 years ago
  52. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 15 years ago
  53. f562988 audit: acquire creds selectively to reduce atomic op overhead by Tony Jones · 15 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  55. 120a795 audit mmap by Al Viro · 16 years ago
  56. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 16 years ago
  57. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 16 years ago
  58. 2dfc1ca inotify: remove inotify in kernel interface by Eric Paris · 16 years ago
  59. 28a3a7e audit: reimplement audit_trees using fsnotify rather than inotify by Eric Paris · 16 years ago
  60. ae7b8f4 Audit: clean up the audit_watch split by Eric Paris · 16 years ago
  61. 449cedf audit: preface audit printk with audit by Eric Paris · 16 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  63. cccc6bb Lose the first argument of audit_inode_child() by Al Viro · 16 years ago
  64. 5300990 Sanitize f_flags helpers by Al Viro · 16 years ago
  65. 44e51a1 Audit: rearrange audit_context to save 16 bytes per struct by Eric Paris · 17 years ago
  66. 916d757 Fix rule eviction order for AUDIT_DIR by Al Viro · 17 years ago
  67. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 17 years ago
  68. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 17 years ago
  69. b87ce6e Audit: better estimation of execve record length by Eric Paris · 17 years ago
  70. def5754 Audit: remove spaces from audit_log_d_path by Eric Paris · 17 years ago
  71. 679173b audit: audit_set_auditable defined but not used by Eric Paris · 17 years ago
  72. 6d208da audit: Fix possible return value truncation in audit_get_context() by Paul Moore · 17 years ago
  73. 6b96255 auditsc: fix kernel-doc notation by Randy Dunlap · 17 years ago
  74. ca96a89 audit: EXECVE record - removed bogus newline by Jiri Pirko · 17 years ago
  75. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 17 years ago
  76. e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 17 years ago
  77. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 17 years ago
  78. 57f71a0 sanitize audit_log_capset() by Al Viro · 17 years ago
  79. 157cf64 sanitize audit_fd_pair() by Al Viro · 17 years ago
  80. 564f699 sanitize audit_mq_open() by Al Viro · 17 years ago
  81. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 17 years ago
  82. 20114f7 sanitize audit_mq_notify() by Al Viro · 18 years ago
  83. 7392906 sanitize audit_mq_getsetattr() by Al Viro · 18 years ago
  84. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 18 years ago
  85. a33e675 sanitize audit_ipc_obj() by Al Viro · 18 years ago
  86. f3298dc sanitize audit_socketcall by Al Viro · 18 years ago
  87. 4f6b434 don't reallocate buffer in every audit_sockaddr() by Al Viro · 18 years ago
  88. cbacc2c Merge branch 'next' into for-linus by James Morris · 17 years ago
  89. 48887e6 [PATCH] fix broken timestamps in AVC generated by kernel threads by Al Viro · 18 years ago
  90. 7f0ed77 [patch 1/1] audit: remove excess kernel-doc by Randy Dunlap · 18 years ago
  91. a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 18 years ago
  92. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 18 years ago
  93. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 18 years ago
  94. b6dff3e CRED: Separate task security context from task_struct by David Howells · 18 years ago
  95. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 18 years ago
  96. e68b75a0 When the capset syscall is used it is not possible for audit to record the by Eric Paris · 18 years ago
  97. 3fc689e Any time fcaps or a setuid app under SECURE_NOROOT is used to result in a by Eric Paris · 18 years ago
  98. 851f7ff This patch will print cap_permitted and cap_inheritable data in the PATH by Eric Paris · 18 years ago
  99. dbda4c0 tty: Fix abusers of current->sighand->tty by Alan Cox · 18 years ago
  100. c4bacef [PATCH] audit: Moved variable declaration to beginning of function by Cordelia · 18 years ago