aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAge
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-21
|\
| * audit: log the audit_names record typeJeff Layton2013-11-05
| * audit: use given values in tty_audit enable apiRichard Guy Briggs2013-11-05
| * audit: use nlmsg_len() to get message payload lengthMathias Krause2013-11-05
| * audit: use memset instead of trying to initialize field by fieldEric Paris2013-11-05
| * audit: fix info leak in AUDIT_GET requestsMathias Krause2013-11-05
| * audit: audit feature to set loginuid immutableEric Paris2013-11-05
| * audit: audit feature to only allow unsetting the loginuidEric Paris2013-11-05
| * audit: implement generic feature setting and retrievingEric Paris2013-11-05
| * audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-11-05
| * Audit: remove duplicate commentsGao feng2013-11-05
| * audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs2013-11-05
| * audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov2013-11-05
| * audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs2013-11-05
* | audit: fix endless wait in audit_log_start()Konstantin Khlebnikov2013-09-24
|/
* audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-12
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-11
|\
| * audit: fix message spacing printing auidEric Paris2013-05-08
| * Revert "audit: move kaudit thread start from auditd registration to kaudit init"Eric Paris2013-05-07
| * audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-30
| * audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris2013-04-30
| * audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs2013-04-30
| * audit: use spin_lock_irqsave/restore in audit tty codeEric Paris2013-04-30
| * helper for some session id stuffEric Paris2013-04-30
| * audit: use a consistent audit helper to log lsm informationEric Paris2013-04-30
| * audit: push loginuid and sessionid processing downEric Paris2013-04-30
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-30
| * audit: remove the old depricated kernel interfaceEric Paris2013-04-30
| * audit: allow checking the type of audit message in the user filterEric Paris2013-04-16
| * audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris2013-04-11
| * audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs2013-04-08
| * audit: flatten kauditd_thread wait queue codeRichard Guy Briggs2013-04-08
| * audit: refactor hold queue flushRichard Guy Briggs2013-04-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-01
|\ \
| * | audit: pass int* to nlmsg_nextAlexandru Copot2013-03-28
| * | audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-28
| |/
* / audit: don't check if kauditd is valid every timeGao feng2013-04-29
|/
* kernel/audit.c: avoid negative sleep durationsAndrew Morton2013-01-11
* audit: catch possible NULL audit buffersKees Cook2013-01-11
* fs: handle failed audit_log_start properlySasha Levin2012-10-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
| * netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-08
* | userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-18
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-17
* | audit: Don't pass pid or uid to audit_log_common_recv_msgEric W. Biederman2012-09-17
* | audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-17
* | audit: Properly set the origin port id of audit messages.Eric W. Biederman2012-09-17
* | audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GETEric W. Biederman2012-09-17
* | audit: kill audit_prepare_user_ttyEric W. Biederman2012-09-17