[PATCH] Audit of POSIX Message Queue Syscalls v.2
[safe/jmp/linux-2.6] / kernel / auditsc.c
2006-06-20 George C. Wilson[PATCH] Audit of POSIX Message Queue Syscalls v.2
2006-06-20 Al Viro[PATCH] deprecate AUDIT_POSSBILE
2006-06-20 Al Viro[PATCH] inline more audit helpers
2006-06-20 Linda Knippers[PATCH] update of IPC audit record cleanup
2006-06-20 Al Viro[PATCH] add filtering by ppid
2006-06-20 Al Viro[PATCH] log ppid
2006-06-20 Al Viro[PATCH] collect sid of those who send signals to auditd
2006-06-20 Al Viro[PATCH] execve argument logging
2006-05-01 Steve Grubb[PATCH] Audit Filter Performance
2006-05-01 Steve Grubb[PATCH] Rework of IPC auditing
2006-05-01 Steve Grubb[PATCH] More user space subject labels
2006-05-01 Steve Grubb[PATCH] change lspp ipc auditing
2006-05-01 Steve Grubb[PATCH] audit inode patch
2006-05-01 Darrel Goeddel[PATCH] support for context based audit filtering,...
2006-05-01 Al Viro[PATCH] no need to wank with task_lock() and pinning...
2006-05-01 Al Viro[PATCH] drop task argument of audit_syscall_{entry...
2006-05-01 Al Viro[PATCH] drop gfp_mask in audit_log_exit()
2006-05-01 Al Viro[PATCH] move call of audit_free() into do_exit()
2006-05-01 Al Viro[PATCH] deal with deadlocks in audit_free()
2006-03-25 Linus TorvaldsMerge branch 'audit.b3' of git://git./linux/kernel...
2006-03-20 Ingo Molnar[PATCH] simplify audit_free() locking
2006-03-20 Steve Grubb[PATCH] Add tty to syscall audit records
2006-03-20 Amy Griffis[PATCH] audit string fields interface + consumer
2006-03-20 David Woodhouse[PATCH] Fix audit record filtering with !CONFIG_AUDITSY...
2006-03-20 Dustin Kirkland[PATCH] Miscellaneous bug and warning fixes
2006-03-20 Dustin Kirkland[PATCH] Capture selinux subject/object context information.
2006-03-20 Dustin Kirkland[PATCH] Exclude messages by message type
2006-03-20 Amy Griffis[PATCH] Collect more inode information during syscall...
2006-03-20 Amy Griffis[PATCH] Pass dentry, not just name, in fsnotify creatio...
2006-03-20 Dustin Kirkland[PATCH] Filter rule comparators
2006-03-20 Randy Dunlap[PATCH] AUDIT: kerneldoc for kernel/audit*.c
2006-03-20 Jason Baron[PATCH] make vm86 call audit_syscall_exit
2006-02-24 Paul MackerrasMerge ../powerpc-merge
2006-02-18 Al Viro[PATCH] GFP_KERNEL allocations in atomic (auditsc)
2006-02-10 Jon Mason[PATCH] powerpc: trivial: modify comments to refer...
2006-01-19 Alan Cox[PATCH] EDAC: atomic scrub operations
2005-10-28 Al Viro[PATCH] gfp_t: kernel/*
2005-08-27 David Woodhouse[AUDIT] Allow filtering on system call success _or_...
2005-08-17 Amy GriffisAUDIT: Prevent duplicate syscall rules
2005-08-17 David WoodhouseAUDIT: Speed up audit_filter_syscall() for the non...
2005-08-17 David WoodhouseAUDIT: Fix task refcount leak in audit_filter_syscall()
2005-07-18 David WoodhouseAUDIT: Reduce contention in audit_serial()
2005-07-14 David WoodhouseAUDIT: Fix compile error in audit_filter_syscall
2005-07-13 David WoodhouseAUDIT: Avoid scheduling in idle thread
2005-07-13 David WoodhouseAUDIT: Exempt the whole auditd thread-group from auditing
2005-07-02 David WoodhouseAUDIT: Really don't audit auditd.
2005-06-24 David WoodhouseAUDIT: Clean up user message filtering
2005-06-24 David WoodhouseAUDIT: Return correct result from audit_filter_rules()
2005-06-23 David WoodhouseAUDIT: No really, we don't want to audit auditd.
2005-06-22 David WoodhouseAUDIT: Wait for backlog to clear when generating messages.
2005-06-22 David WoodhouseAUDIT: Optimise the audit-disabled case for discarding...
2005-06-21 David WoodhouseAUDIT: Spawn kernel thread to list filter rules.
2005-06-20 David WoodhouseAUDIT: Report lookup flags with path/inode records.
2005-06-20 David WoodhouseAUDIT: Really exempt auditd from having its actions...
2005-06-19 David WoodhouseAUDIT: Allow filtering of user messages
2005-05-27 David WoodhouseAUDIT: Record working directory when syscall arguments...
2005-05-26 David WoodhouseAUDIT: Defer freeing aux items until audit_free_context()
2005-05-23 David WoodhouseAUDIT: Escape comm when logging task info
2005-05-23 David WoodhouseAUDIT: Unify auid reporting, put arch before syscall...
2005-05-21 David WoodhouseAUDIT: Assign serial number to non-syscall messages
2005-05-20 Steve GrubbAUDIT: Fix inconsistent use of loginuid vs. auid, signe...
2005-05-20 Stephen SmalleyAUDIT: Avoid sleeping function in SElinux AVC audit.
2005-05-19 David WoodhouseAUDIT: Quis Custodiet Ipsos Custodes?
2005-05-17 David WoodhouseAUDIT: Capture sys_socketcall arguments and sockaddrs
2005-05-13 Steve GrubbAUDIT: Fix some spelling errors
2005-05-13 Steve GrubbAUDIT: Add message types to audit records
2005-05-11 Chris WrightAdd audit_log_type
2005-05-11 Chris WrightMove ifdef CONFIG_AUDITSYSCALL to header
2005-05-11 Chris WrightAudit requires CONFIG_NET
2005-05-06 Steve GrubbThe attached patch addresses the problem with getting...
2005-04-29 Steve Grubb[AUDIT] LOGIN message credentials
2005-04-29 Serge HallynAdd audit uid to netlink credentials
2005-04-29 <dwmw2@shinybook... audit: update pointer to userspace tools, remove emacs...
2005-04-29 Steve Grubb[AUDIT] Fix signedness of 'serial' in various routines.
2005-04-29 <dwmw2@shinybook... [AUDIT] Don't allow ptrace to fool auditing, log arch...
2005-04-29 <dwmw2@shinybook... AUDIT: Avoid log pollution by untrusted strings.
2005-04-18 Stephen Smalley[PATCH] SELinux: fix deadlock on dcache lock
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2