summaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)Author
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-05-23AUDIT: Unify auid reporting, put arch before syscall numberDavid Woodhouse
2005-05-21AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse
2005-05-21AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned Steve Grubb
2005-05-21AUDIT: Fix AVC_USER message passing.Steve Grubb
2005-05-19AUDIT: Honour audit_backlog_limit again.David Woodhouse
2005-05-19AUDIT: Send netlink messages from a separate kernel threadDavid Woodhouse
2005-05-19AUDIT: Clean up logging of untrusted stringsSteve Grubb
2005-05-18AUDIT: Treat all user messages identically.David Woodhouse
2005-05-13AUDIT: fix max_t thinko.David Woodhouse
2005-05-13AUDIT: Fix some spelling errorsSteve Grubb
2005-05-13AUDIT: Add message types to audit recordsSteve Grubb
2005-05-13AUDIT: Round up audit skb expansion to AUDIT_BUFSIZ.David Woodhouse
2005-05-11Add audit_log_typeChris Wright
2005-05-11Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright
2005-05-11Audit requires CONFIG_NETChris Wright
2005-05-11AUDIT: Properly account for alignment difference in nlmsg_len.Chris Wright
2005-05-10AUDIT: Fix abuse of va_args. David Woodhouse
2005-05-10AUDIT: pass size argument to audit_expand().David Woodhouse
2005-05-10AUDIT: Fix reported length of audit messages.Steve Grubb
2005-05-06AUDIT: Honour gfp_mask in audit_buffer_alloc()David Woodhouse
2005-05-06AUDIT: buffer audit msgs directly to skbChris Wright
2005-05-06AUDIT: expand audit tmp buffer as neededChris Wright
2005-05-06AUDIT: Add helper functions to allocate and free audit_buffers.Chris Wright
2005-05-06The attached patch addresses the problem with getting the audit daemon Steve Grubb
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu
2005-05-03[PATCH] add new audit data to last skbChris Wright
2005-04-29[AUDIT] Requeue messages at head of queue, up to audit_backlogChris Wright
2005-04-29Add audit uid to netlink credentialsSerge Hallyn
2005-04-29audit: update pointer to userspace tools, remove emacs mode tags
2005-04-29[AUDIT] Avoid using %*.*s format strings.Peter Martuccelli
2005-04-29[AUDIT] Fix signedness of 'serial' in various routines.Steve Grubb
2005-04-29audit_log_untrustedstring() warning fixAndrew Morton
2005-04-29AUDIT: Avoid log pollution by untrusted strings.
2005-04-16Linux-2.6.12-rc2Linus Torvalds