summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] inline more audit helpersAl Viro2006-06-201-10/+4Star
* [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-201-17/+5Star
* [PATCH] add filtering by ppidAl Viro2006-06-201-0/+4
* [PATCH] log ppidAl Viro2006-06-201-2/+5
* [PATCH] collect sid of those who send signals to auditdAl Viro2006-06-201-11/+12
* [PATCH] execve argument loggingAl Viro2006-06-201-0/+51
* [PATCH] Audit Filter PerformanceSteve Grubb2006-05-011-4/+7
* [PATCH] Rework of IPC auditingSteve Grubb2006-05-011-3/+51
* [PATCH] More user space subject labelsSteve Grubb2006-05-011-2/+2
* [PATCH] change lspp ipc auditingSteve Grubb2006-05-011-47/+21Star
* [PATCH] audit inode patchSteve Grubb2006-05-011-37/+16Star
* [PATCH] support for context based audit filtering, part 2Darrel Goeddel2006-05-011-0/+20
* [PATCH] no need to wank with task_lock() and pinning task down in audit_sysca...Al Viro2006-05-011-9/+1Star
* [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-4/+4
* [PATCH] drop gfp_mask in audit_log_exit()Al Viro2006-05-011-30/+32
* [PATCH] move call of audit_free() into do_exit()Al Viro2006-05-011-8/+1Star
* [PATCH] deal with deadlocks in audit_free()Al Viro2006-05-011-10/+10
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-400/+434
|\
| * [PATCH] simplify audit_free() lockingIngo Molnar2006-03-201-3/+7
| * [PATCH] Add tty to syscall audit recordsSteve Grubb2006-03-201-2/+8
| * [PATCH] audit string fields interface + consumerAmy Griffis2006-03-201-26/+24Star
| * [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse2006-03-201-376/+4Star
| * [PATCH] Miscellaneous bug and warning fixesDustin Kirkland2006-03-201-9/+12
| * [PATCH] Capture selinux subject/object context information.Dustin Kirkland2006-03-201-8/+134
| * [PATCH] Exclude messages by message typeDustin Kirkland2006-03-201-1/+34
| * [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-201-24/+118
| * [PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis2006-03-201-1/+1
| * [PATCH] Filter rule comparatorsDustin Kirkland2006-03-201-42/+75
| * [PATCH] AUDIT: kerneldoc for kernel/audit*.cRandy Dunlap2006-03-201-18/+132
| * [PATCH] make vm86 call audit_syscall_exitJason Baron2006-03-201-5/+0Star
* | Merge ../powerpc-mergePaul Mackerras2006-02-241-3/+3
|\|
| * [PATCH] GFP_KERNEL allocations in atomic (auditsc)Al Viro2006-02-181-3/+3
* | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-101-1/+1
|/
* [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-191-1/+1
* [PATCH] gfp_t: kernel/*Al Viro2005-10-281-1/+1
* [AUDIT] Allow filtering on system call success _or_ failureDavid Woodhouse2005-08-271-2/+6
* AUDIT: Prevent duplicate syscall rulesAmy Griffis2005-08-171-39/+56
* AUDIT: Speed up audit_filter_syscall() for the non-auditable case.David Woodhouse2005-08-171-10/+12
* AUDIT: Fix task refcount leak in audit_filter_syscall()David Woodhouse2005-08-171-1/+2
* AUDIT: Reduce contention in audit_serial()David Woodhouse2005-07-181-1/+3
* AUDIT: Fix compile error in audit_filter_syscallDavid Woodhouse2005-07-141-1/+1
* AUDIT: Avoid scheduling in idle threadDavid Woodhouse2005-07-131-5/+8
* AUDIT: Exempt the whole auditd thread-group from auditingDavid Woodhouse2005-07-131-2/+2
* AUDIT: Really don't audit auditd.David Woodhouse2005-07-021-2/+2
* AUDIT: Clean up user message filteringDavid Woodhouse2005-06-241-14/+42
* AUDIT: Return correct result from audit_filter_rules()David Woodhouse2005-06-241-1/+1
* AUDIT: No really, we don't want to audit auditd.David Woodhouse2005-06-231-1/+1
* AUDIT: Wait for backlog to clear when generating messages.David Woodhouse2005-06-221-7/+7
* AUDIT: Optimise the audit-disabled case for discarding user messagesDavid Woodhouse2005-06-221-5/+16
* AUDIT: Spawn kernel thread to list filter rules.David Woodhouse2005-06-211-8/+45