summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-20/+10
|\
| * audit: get comm using lock to avoid race in string printingRichard Guy Briggs2014-09-231-3/+2
| * audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-09-231-1/+1
| * audit: set nlmsg_len for multicast messages.Richard Guy Briggs2014-09-231-1/+2
| * audit: use atomic_t to simplify audit_serial()Richard Guy Briggs2014-09-231-12/+2
| * kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-09-231-1/+1
| * audit: reduce scope of audit_log_fcapsRichard Guy Briggs2014-09-231-1/+1
| * audit: reduce scope of audit_net_idRichard Guy Briggs2014-09-231-1/+1
* | CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-4/+60
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-2/+2
| |\
| * | audit: send multicast messages only if there are listenersRichard Guy Briggs2014-04-221-0/+3
| * | audit: add netlink multicast group for log readRichard Guy Briggs2014-04-221-4/+47
| * | audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs2014-04-221-0/+10
* | | ipc, kernel: use Linux headersPaul McQuade2014-06-061-1/+1
| |/ |/|
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-2/+2
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-11/+16
|\
| * AUDIT: Allow login in non-init namespacesEric Paris2014-03-311-1/+11
| * kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cMonam Agarwal2014-03-241-1/+1
| * audit: remove stray newlines from audit_log_lost messagesJosh Boyer2014-03-201-2/+2
| * audit: allow user processes to log from another PID namespaceRichard Guy Briggs2014-03-201-3/+7
| * audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs2014-03-201-2/+3
| * audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2014-03-201-2/+2
| * audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-201-11/+10
| * audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-03-201-4/+6
* | AUDIT: Allow login in non-init namespacesEric Paris2014-03-301-1/+11
* | audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman2014-03-081-1/+1
* | audit: Send replies in the proper network namespace.Eric W. Biederman2014-02-281-11/+10
* | audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-02-281-4/+6
|/
* audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs2014-01-171-1/+1
* audit: remove pr_info for every network namespaceEric Paris2014-01-171-2/+0
* audit: Convert int limit uses to u32Joe Perches2014-01-141-24/+25
* audit: Use more current logging styleJoe Perches2014-01-141-20/+18
* audit: Use hex_byte_pack_upperJoe Perches2014-01-141-5/+2
* audit: reorder AUDIT_TTY_SET argumentsEric Paris2014-01-131-7/+4
* audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris2014-01-131-15/+13
* audit: remove needless switch in AUDIT_SETEric Paris2014-01-131-16/+9
* audit: use define's for audit versionEric Paris2014-01-131-1/+1
* audit: wait_for_auditd rework for readabilityEric Paris2014-01-131-9/+7
* audit: log task info on feature changeRichard Guy Briggs2014-01-131-0/+1
* audit: fix incorrect set of audit_sockGao feng2014-01-131-1/+1
* audit: print error message when fail to create audit socketGao feng2014-01-131-5/+4
* audit: log on errors from filter user rulesRichard Guy Briggs2014-01-131-1/+1
* audit: audit_log_start running on auditd should not stopToshiyuki Okajima2014-01-131-6/+8
* audit: drop audit_cmd_lock in AUDIT_USER family of casesRichard Guy Briggs2014-01-131-0/+2
* audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-1/+1
* audit: Added exe field to audit core dump signal logPaul Davies C2014-01-131-1/+2
* audit: prevent an older auditd shutdown from orphaning a newer auditd startupRichard Guy Briggs2014-01-131-0/+2
* audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2014-01-131-3/+4
* audit: log AUDIT_TTY_SET config changesRichard Guy Briggs2014-01-131-8/+26
OpenPOWER on IntegriCloud