[git pull] audit patches

From: Al Viro
Date: Tue Apr 29 2008 - 14:08:40 EST


Assorted audit patches for this cycle. Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b50

Shortlog:
Al Viro (1):
new predicate - AUDIT_FILETYPE

Eric Paris (7):
Audit: end printk with newline
Audit: collect sessionid in netlink messages
Audit: save audit_backlog_limit audit messages in case auditd comes back
Audit: stop deadlock from signals under load
Audit: standardize string audit interfaces
Audit: increase the maximum length of the key field
Audit: MAINTAINERS update

Harvey Harrison (2):
audit: move extern declarations to audit.h
audit: fix sparse shadowed variable warnings

Miloslav Trmac (1):
[patch 1/2] audit: let userspace fully control TTY input auditing

Pavel Emelyanov (1):
[patch 2/2] Use find_task_by_vpid in audit code

Diffstat:
MAINTAINERS | 8 +-
drivers/char/tty_audit.c | 63 +---------
drivers/char/tty_io.c | 5 +-
include/linux/audit.h | 28 +++--
include/linux/netlink.h | 1 +
include/linux/tty.h | 9 +-
include/net/netlabel.h | 1 +
include/net/xfrm.h | 23 ++--
kernel/audit.c | 249 +++++++++++++++++++++++++-----------
kernel/audit.h | 13 ++
kernel/auditfilter.c | 45 ++++---
kernel/auditsc.c | 40 ++++---
net/key/af_key.c | 17 ++-
net/netlabel/netlabel_unlabeled.c | 1 +
net/netlabel/netlabel_user.c | 4 +-
net/netlabel/netlabel_user.h | 1 +
net/netlink/af_netlink.c | 1 +
net/xfrm/xfrm_policy.c | 12 ++-
net/xfrm/xfrm_state.c | 13 ++-
net/xfrm/xfrm_user.c | 41 ++++--
security/selinux/avc.c | 2 +-
security/smack/smackfs.c | 2 +
22 files changed, 346 insertions(+), 233 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/