aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs1-1/+1
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-20/+10
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs1-3/+2
2014-09-23audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs1-1/+1
2014-09-23audit: set nlmsg_len for multicast messages.Richard Guy Briggs1-1/+2
2014-09-23audit: use atomic_t to simplify audit_serial()Richard Guy Briggs1-12/+2
2014-09-23kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-09-23audit: reduce scope of audit_log_fcapsRichard Guy Briggs1-1/+1
2014-09-23audit: reduce scope of audit_net_idRichard Guy Briggs1-1/+1
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+60
2014-06-06ipc, kernel: use Linux headersPaul McQuade1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-04-22audit: send multicast messages only if there are listenersRichard Guy Briggs1-0/+3
2014-04-22audit: add netlink multicast group for log readRichard Guy Briggs1-4/+47
2014-04-22audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs1-0/+10
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-11/+16
2014-03-31AUDIT: Allow login in non-init namespacesEric Paris1-1/+11
2014-03-30AUDIT: Allow login in non-init namespacesEric Paris1-1/+11
2014-03-24kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cMonam Agarwal1-1/+1
2014-03-20audit: remove stray newlines from audit_log_lost messagesJosh Boyer1-2/+2
2014-03-20audit: allow user processes to log from another PID namespaceRichard Guy Briggs1-3/+7
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs1-2/+3
2014-03-20audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs1-2/+2
2014-03-20audit: Send replies in the proper network namespace.Eric W. Biederman1-11/+10
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman1-4/+6
2014-03-08audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman1-1/+1
2014-02-28audit: Send replies in the proper network namespace.Eric W. Biederman1-11/+10
2014-02-28audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman1-4/+6
2014-01-17audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs1-1/+1
2014-01-17audit: remove pr_info for every network namespaceEric Paris1-2/+0
2014-01-14audit: Convert int limit uses to u32Joe Perches1-24/+25
2014-01-14audit: Use more current logging styleJoe Perches1-20/+18
2014-01-14audit: Use hex_byte_pack_upperJoe Perches1-5/+2
2014-01-13audit: reorder AUDIT_TTY_SET argumentsEric Paris1-7/+4
2014-01-13audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris1-15/+13
2014-01-13audit: remove needless switch in AUDIT_SETEric Paris1-16/+9
2014-01-13audit: use define's for audit versionEric Paris1-1/+1
2014-01-13audit: wait_for_auditd rework for readabilityEric Paris1-9/+7
2014-01-13audit: log task info on feature changeRichard Guy Briggs1-0/+1
2014-01-13audit: fix incorrect set of audit_sockGao feng1-1/+1
2014-01-13audit: print error message when fail to create audit socketGao feng1-5/+4
2014-01-13audit: log on errors from filter user rulesRichard Guy Briggs1-1/+1
2014-01-13audit: audit_log_start running on auditd should not stopToshiyuki Okajima1-6/+8
2014-01-13audit: drop audit_cmd_lock in AUDIT_USER family of casesRichard Guy Briggs1-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2014-01-13audit: Added exe field to audit core dump signal logPaul Davies C1-1/+2
2014-01-13audit: prevent an older auditd shutdown from orphaning a newer auditd startupRichard Guy Briggs1-0/+2