lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 29 Apr 2008 19:08:25 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [git pull] audit patches

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ