summaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)Author
2014-01-13audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs
2014-01-13audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval
2014-01-13audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval
2014-01-13audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs
2014-01-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs
2014-01-13audit: listen in all network namespacesRichard Guy Briggs
2014-01-13audit: restore order of tty and ses fields in log outputRichard Guy Briggs
2014-01-13audit: fix netlink portid naming and typesRichard Guy Briggs
2013-11-22Merge tag 'v3.12'Eric Paris
2013-11-05audit: log the audit_names record typeJeff Layton
2013-11-05audit: use given values in tty_audit enable apiRichard Guy Briggs
2013-11-05audit: use nlmsg_len() to get message payload lengthMathias Krause
2013-11-05audit: use memset instead of trying to initialize field by fieldEric Paris
2013-11-05audit: fix info leak in AUDIT_GET requestsMathias Krause
2013-11-05audit: audit feature to set loginuid immutableEric Paris
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris
2013-11-05audit: implement generic feature setting and retrievingEric Paris
2013-11-05audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2013-11-05Audit: remove duplicate commentsGao feng
2013-11-05audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs
2013-11-05audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov
2013-11-05audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs
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