summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-121-1/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-166/+350
|\
| * audit: fix message spacing printing auidEric Paris2013-05-081-1/+1
| * Revert "audit: move kaudit thread start from auditd registration to kaudit init"Eric Paris2013-05-071-4/+10
| * audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-301-8/+236
| * audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris2013-04-301-6/+4
| * audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs2013-04-301-6/+10
| * audit: use spin_lock_irqsave/restore in audit tty codeEric Paris2013-04-301-4/+6
| * helper for some session id stuffEric Paris2013-04-301-8/+12
| * audit: use a consistent audit helper to log lsm informationEric Paris2013-04-301-30/+4
| * audit: push loginuid and sessionid processing downEric Paris2013-04-301-1/+1
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-63/+37
| * audit: remove the old depricated kernel interfaceEric Paris2013-04-301-23/+5
| * audit: allow checking the type of audit message in the user filterEric Paris2013-04-161-1/+1
| * audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris2013-04-111-1/+1
| * audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs2013-04-081-10/+4
| * audit: flatten kauditd_thread wait queue codeRichard Guy Briggs2013-04-081-13/+13
| * audit: refactor hold queue flushRichard Guy Briggs2013-04-081-22/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-5/+5
|\ \
| * | audit: pass int* to nlmsg_nextAlexandru Copot2013-03-281-1/+1
| * | audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-5/+5
| |/
* / audit: don't check if kauditd is valid every timeGao feng2013-04-291-6/+6
|/
* kernel/audit.c: avoid negative sleep durationsAndrew Morton2013-01-111-13/+23
* audit: catch possible NULL audit buffersKees Cook2013-01-111-0/+4
* fs: handle failed audit_log_start properlySasha Levin2012-10-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-13/+12
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-10/+10
| * netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
* | userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-181-2/+2
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-10/+10
* | audit: Don't pass pid or uid to audit_log_common_recv_msgEric W. Biederman2012-09-171-15/+14
* | audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-171-2/+2
* | audit: Properly set the origin port id of audit messages.Eric W. Biederman2012-09-171-1/+1
* | audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GETEric W. Biederman2012-09-171-25/+13
* | audit: kill audit_prepare_user_ttyEric W. Biederman2012-09-171-19/+1
* | audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman2012-09-171-1/+1
* | audit: Limit audit requests to processes in the initial pid and user namespaces.Eric W. Biederman2012-09-171-0/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+21
|\
| * fs: add link restriction audit reportingKees Cook2012-07-291-0/+21
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
* | audit: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-261-10/+13
|/
* constify path argument of audit_log_d_path()Al Viro2012-03-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-2/+2
|\
| * audit: no leading space in audit_log_d_path prefixKees Cook2012-01-171-1/+1
| * audit: drop the meaningless and format breaking word 'user'Eric Paris2012-01-171-1/+1
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-2/+2
|\ \ | |/ |/|
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-2/+2
* | audit: always follow va_copy() with va_end()Jesper Juhl2012-01-081-2/+3
* | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1