summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorLines
2014-03-30AUDIT: Allow login in non-init namespacesEric Paris-1/+11
2014-03-08audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman-1/+1
2014-02-28audit: Send replies in the proper network namespace.Eric W. Biederman-11/+10
2014-02-28audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman-4/+6
2014-01-17audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs-1/+1
2014-01-17audit: remove pr_info for every network namespaceEric Paris-2/+0
2014-01-14audit: Convert int limit uses to u32Joe Perches-24/+25
2014-01-14audit: Use more current logging styleJoe Perches-20/+18
2014-01-14audit: Use hex_byte_pack_upperJoe Perches-5/+2
2014-01-13audit: reorder AUDIT_TTY_SET argumentsEric Paris-7/+4
2014-01-13audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris-15/+13
2014-01-13audit: remove needless switch in AUDIT_SETEric Paris-16/+9
2014-01-13audit: use define's for audit versionEric Paris-1/+1
2014-01-13audit: wait_for_auditd rework for readabilityEric Paris-9/+7
2014-01-13audit: log task info on feature changeRichard Guy Briggs-0/+1
2014-01-13audit: fix incorrect set of audit_sockGao feng-1/+1
2014-01-13audit: print error message when fail to create audit socketGao feng-5/+4
2014-01-13audit: log on errors from filter user rulesRichard Guy Briggs-1/+1
2014-01-13audit: audit_log_start running on auditd should not stopToshiyuki Okajima-6/+8
2014-01-13audit: drop audit_cmd_lock in AUDIT_USER family of casesRichard Guy Briggs-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris-1/+1
2014-01-13audit: Added exe field to audit core dump signal logPaul Davies C-1/+2
2014-01-13audit: prevent an older auditd shutdown from orphaning a newer auditd startupRichard Guy Briggs-0/+2
2014-01-13audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs-3/+4
2014-01-13audit: log AUDIT_TTY_SET config changesRichard Guy Briggs-8/+26
2014-01-13audit: get rid of *NO* daemon at audit_pid=0 messageRichard Guy Briggs-4/+6
2014-01-13audit: allow unlimited backlog queueRichard Guy Briggs-2/+4
2014-01-13audit: use old_lock in audit_set_featureGao feng-1/+1
2014-01-13audit: don't generate audit feature changed log when audit disabledGao feng-0/+3
2014-01-13audit: fix incorrect order of log new and old featureGao feng-1/+1
2014-01-13audit: remove useless code in audit_enableGao feng-11/+2
2014-01-13audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs-2/+29
2014-01-13audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs-25/+29
2014-01-13audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs-1/+19
2014-01-13audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval-1/+1
2014-01-13audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval-1/+3
2014-01-13audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs-4/+8
2014-01-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs-1/+4
2014-01-13audit: listen in all network namespacesRichard Guy Briggs-12/+55
2014-01-13audit: restore order of tty and ses fields in log outputRichard Guy Briggs-2/+2
2014-01-13audit: fix netlink portid naming and typesRichard Guy Briggs-16/+16
2013-11-22Merge tag 'v3.12'Eric Paris-2/+3
2013-11-05audit: log the audit_names record typeJeff Layton-0/+20
2013-11-05audit: use given values in tty_audit enable apiRichard Guy Briggs-1/+1
2013-11-05audit: use nlmsg_len() to get message payload lengthMathias Krause-2/+2
2013-11-05audit: use memset instead of trying to initialize field by fieldEric Paris-1/+1
2013-11-05audit: fix info leak in AUDIT_GET requestsMathias Krause-0/+1
2013-11-05audit: audit feature to set loginuid immutableEric Paris-1/+2
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris-1/+2
2013-11-05audit: implement generic feature setting and retrievingEric Paris-0/+109