summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix abusers of current->sighand->ttyAlan Cox2008-10-131-5/+4
* [PATCH] audit: Moved variable declaration to beginning of functionCordelia2008-09-011-1/+2
* Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang2008-08-041-0/+7
* [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang2008-08-011-1/+1
* [PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditdEric Paris2008-08-011-1/+1
* x86_64 syscall audit fast-pathRoland McGrath2008-07-231-1/+2
* [PATCH] new predicate - AUDIT_FILETYPEAl Viro2008-04-281-0/+16
* [PATCH 2/2] audit: fix sparse shadowed variable warningsHarvey Harrison2008-04-281-2/+0
* [PATCH 1/2] audit: move extern declarations to audit.hHarvey Harrison2008-04-281-6/+0
* Audit: standardize string audit interfacesEric Paris2008-04-281-4/+4
* Audit: end printk with newlineEric Paris2008-04-281-4/+4
* Audit: Final renamings and cleanupAhmed S. Darwish2008-04-191-6/+6
* Audit: internally use the new LSM audit hooksAhmed S. Darwish2008-04-191-5/+4
* Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish2008-04-191-26/+29
* [PATCH] Audit: Fix the format type for size_t variablesPaul Moore2008-03-011-1/+1
* Audit: use == not = in if statementsEric Paris2008-02-181-1/+4
* d_path: Use struct path in struct avc_audit_dataJan Blunck2008-02-141-17/+11
* Use struct path in fs_structJan Blunck2008-02-141-2/+2
* [AUDIT] create context if auditing was ever enabledEric Paris2008-02-011-1/+2
* [AUDIT] break large execve argument logging into smaller messagesEric Paris2008-02-011-40/+165
* [AUDIT] do not panic on exclude messages in audit_log_pid_context()Eric Paris2008-02-011-1/+1
* [AUDIT] Add End of Event recordEric Paris2008-02-011-0/+5
* [AUDIT] add session id to audit messagesEric Paris2008-02-011-9/+27
* [AUDIT] collect uid, loginuid, and comm in OBJ_PID recordsEric Paris2008-02-011-5/+27
* [AUDIT] return EINTR not ERESTART*Eric Paris2008-02-011-1/+18
* [PATCH] get rid of loginuid racesAl Viro2008-02-011-41/+15
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-2/+3
* auditsc: fix kernel-doc param warningsRandy Dunlap2007-10-221-2/+2
* [PATCH] audit: watching subtreesAl Viro2007-10-211-1/+220
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-211-2/+4
* whitespace fixes: syscall auditingDaniel Walker2007-10-181-5/+5
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooksTrond Myklebust2007-10-091-0/+1
* kernel/auditsc.c: fix an off-by-oneAdrian Bunk2007-08-221-1/+1
* fix oops in __audit_signal_info()Al Viro2007-08-071-11/+11
* audit: fix two bugs in the new execve audit codePeter Zijlstra2007-07-281-2/+4
* [PATCH] get rid of AVC_PATH postponed treatmentAl Viro2007-07-221-47/+0
* [PATCH] Make IPC mode consistentSteve Grubb2007-07-221-2/+2
* mm: variable length argument supportOllie Wild2007-07-191-1/+1
* audit: rework execve auditPeter Zijlstra2007-07-191-21/+63
* kerneldoc fix in audit_core_dumpsHenrik Kretzschmar2007-07-161-1/+1
* Audit: add TTY input auditingMiloslav Trmac2007-07-161-3/+0
* [PATCH] Abnormal End of ProcessesSteve Grubb2007-05-111-0/+39
* [PATCH] match audit name dataAmy Griffis2007-05-111-58/+84
* [PATCH] complete message queue auditingAmy Griffis2007-05-111-27/+0
* [PATCH] initialize name osidAmy Griffis2007-05-111-0/+1
* [PATCH] audit signal recipientsAmy Griffis2007-05-111-19/+92
* [PATCH] auditing ptraceAl Viro2007-05-111-0/+29
* [PATCH] fix deadlock in audit_log_task_context()Al Viro2007-03-141-13/+11
* [PATCH] AUDIT_FD_PAIRAl Viro2007-02-171-0/+40