summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
AgeCommit message (Expand)AuthorLines
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro-1/+4
2008-12-09[patch 1/1] audit: remove excess kernel-docRandy Dunlap-2/+0
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro-0/+17
2008-10-13tty: Fix abusers of current->sighand->ttyAlan Cox-5/+4
2008-09-01[PATCH] audit: Moved variable declaration to beginning of functionCordelia-1/+2
2008-08-04Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang-0/+7
2008-08-01[PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang-1/+1
2008-08-01[PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditdEric Paris-1/+1
2008-07-23x86_64 syscall audit fast-pathRoland McGrath-1/+2
2008-04-28[PATCH] new predicate - AUDIT_FILETYPEAl Viro-0/+16
2008-04-28[PATCH 2/2] audit: fix sparse shadowed variable warningsHarvey Harrison-2/+0
2008-04-28[PATCH 1/2] audit: move extern declarations to audit.hHarvey Harrison-6/+0
2008-04-28Audit: standardize string audit interfacesEric Paris-4/+4
2008-04-28Audit: end printk with newlineEric Paris-4/+4
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish-6/+6
2008-04-19Audit: internally use the new LSM audit hooksAhmed S. Darwish-5/+4
2008-04-19Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish-26/+29
2008-03-01[PATCH] Audit: Fix the format type for size_t variablesPaul Moore-1/+1
2008-02-18Audit: use == not = in if statementsEric Paris-1/+4
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck-17/+11
2008-02-14Use struct path in fs_structJan Blunck-2/+2
2008-02-01[AUDIT] create context if auditing was ever enabledEric Paris-1/+2
2008-02-01[AUDIT] break large execve argument logging into smaller messagesEric Paris-40/+165
2008-02-01[AUDIT] do not panic on exclude messages in audit_log_pid_context()Eric Paris-1/+1
2008-02-01[AUDIT] Add End of Event recordEric Paris-0/+5
2008-02-01[AUDIT] add session id to audit messagesEric Paris-9/+27
2008-02-01[AUDIT] collect uid, loginuid, and comm in OBJ_PID recordsEric Paris-5/+27
2008-02-01[AUDIT] return EINTR not ERESTART*Eric Paris-1/+18
2008-02-01[PATCH] get rid of loginuid racesAl Viro-41/+15
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro-2/+3
2007-10-22auditsc: fix kernel-doc param warningsRandy Dunlap-2/+2
2007-10-21[PATCH] audit: watching subtreesAl Viro-1/+220
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro-2/+4
2007-10-18whitespace fixes: syscall auditingDaniel Walker-5/+5
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl-1/+0
2007-10-09SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooksTrond Myklebust-0/+1
2007-08-22kernel/auditsc.c: fix an off-by-oneAdrian Bunk-1/+1
2007-08-07fix oops in __audit_signal_info()Al Viro-11/+11
2007-07-28audit: fix two bugs in the new execve audit codePeter Zijlstra-2/+4
2007-07-22[PATCH] get rid of AVC_PATH postponed treatmentAl Viro-47/+0
2007-07-22[PATCH] Make IPC mode consistentSteve Grubb-2/+2
2007-07-19mm: variable length argument supportOllie Wild-1/+1
2007-07-19audit: rework execve auditPeter Zijlstra-21/+63
2007-07-16kerneldoc fix in audit_core_dumpsHenrik Kretzschmar-1/+1
2007-07-16Audit: add TTY input auditingMiloslav Trmac-3/+0
2007-05-11[PATCH] Abnormal End of ProcessesSteve Grubb-0/+39
2007-05-11[PATCH] match audit name dataAmy Griffis-58/+84
2007-05-11[PATCH] complete message queue auditingAmy Griffis-27/+0
2007-05-11[PATCH] initialize name osidAmy Griffis-0/+1
2007-05-11[PATCH] audit signal recipientsAmy Griffis-19/+92