aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)Author
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-06-12audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-08audit: fix message spacing printing auidEric Paris
2013-05-07Revert "audit: move kaudit thread start from auditd registration to kaudit init"Eric Paris
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris
2013-04-30audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris
2013-04-30helper for some session id stuffEric Paris
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris
2013-04-30audit: push loginuid and sessionid processing downEric Paris
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris
2013-04-30audit: remove the old depricated kernel interfaceEric Paris
2013-04-29audit: don't check if kauditd is valid every timeGao feng
2013-04-16audit: allow checking the type of audit message in the user filterEric Paris
2013-04-11audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris
2013-04-08audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs
2013-04-08audit: flatten kauditd_thread wait queue codeRichard Guy Briggs
2013-04-08audit: refactor hold queue flushRichard Guy Briggs
2013-03-28audit: pass int* to nlmsg_nextAlexandru Copot
2013-03-28audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-01-11kernel/audit.c: avoid negative sleep durationsAndrew Morton
2013-01-11audit: catch possible NULL audit buffersKees Cook
2012-10-09fs: handle failed audit_log_start properlySasha Levin
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-17audit: Don't pass pid or uid to audit_log_common_recv_msgEric W. Biederman
2012-09-17audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman
2012-09-17audit: Properly set the origin port id of audit messages.Eric W. Biederman
2012-09-17audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GETEric W. Biederman
2012-09-17audit: kill audit_prepare_user_ttyEric W. Biederman
2012-09-17audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman
2012-09-17audit: Limit audit requests to processes in the initial pid and user namespaces.Eric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-29fs: add link restriction audit reportingKees Cook
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-26audit: netlink: Move away from NLMSG_NEW().David S. Miller
2012-03-20constify path argument of audit_log_d_path()Al Viro
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook
2012-01-17audit: drop the meaningless and format breaking word 'user'Eric Paris
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-08audit: always follow va_copy() with va_end()Jesper Juhl
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker