summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+24
| * [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse2006-03-201-376/+4
| * [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/+0
* | 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-181-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
* AUDIT: Report lookup flags with path/inode records.David Woodhouse2005-06-201-7/+11
* AUDIT: Really exempt auditd from having its actions audited.David Woodhouse2005-06-201-2/+8
* AUDIT: Allow filtering of user messagesDavid Woodhouse2005-06-191-38/+54
* AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse2005-05-271-0/+23
* AUDIT: Defer freeing aux items until audit_free_context()David Woodhouse2005-05-261-8/+2
* AUDIT: Escape comm when logging task infoDavid Woodhouse2005-05-231-1/+2
* AUDIT: Unify auid reporting, put arch before syscall numberDavid Woodhouse2005-05-231-4/+4
* AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2005-05-211-40/+6
* AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned Steve Grubb2005-05-211-6/+6
* AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley2005-05-211-0/+40
* AUDIT: Quis Custodiet Ipsos Custodes?David Woodhouse2005-05-191-3/+4
* AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse2005-05-171-2/+71
* AUDIT: Fix some spelling errorsSteve Grubb2005-05-131-2/+2
* AUDIT: Add message types to audit recordsSteve Grubb2005-05-131-17/+25
* Add audit_log_typeChris Wright2005-05-111-16/+7
* Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-111-4/+3
* Audit requires CONFIG_NETChris Wright2005-05-111-2/+0
OpenPOWER on IntegriCloud