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:	Fri, 1 Feb 2008 20:47:25 +0000
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 updates

	Misc audit updates and fixes.  Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b46

Shortlog:

Al Viro (2):
      switch audit_get_loginuid() to task_struct *
      get rid of loginuid races

Andrew Morton (1):
      [patch 1/2] kernel/audit.c: warning fix

Eric Paris (11):
      [AUDIT] return EINTR not ERESTART*
      [AUDIT] collect uid, loginuid, and comm in OBJ_PID records
      [AUDIT] add session id to audit messages
      [AUDIT] Add End of Event record
      [AUDIT] do not panic on exclude messages in audit_log_pid_context()
      [AUDIT] include audit type in audit message when using printk
      [AUDIT] break large execve argument logging into smaller messages
      [AUDIT] make audit=0 really stop audit messages
      [AUDIT] clean up audit_receive_msg()
      [AUDIT] create context if auditing was ever enabled
      [AUDIT] ratelimit printk messages audit

Klaus Heinrich Kiwi (1):
      [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message

Richard Knutsson (1):
      [patch 2/2] audit: complement va_copy with va_end()

Diffstat:
 Documentation/filesystems/proc.txt |    7 -
 drivers/char/tty_audit.c           |   19 +-
 fs/proc/base.c                     |    2 +-
 include/linux/audit.h              |   13 +-
 include/linux/init_task.h          |    8 +
 include/linux/sched.h              |    4 +
 kernel/audit.c                     |  434 +++++++++++++++---------------------
 kernel/auditfilter.c               |   54 +++--
 kernel/auditsc.c                   |  349 +++++++++++++++++++++--------
 kernel/sysctl.c                    |   11 -
 net/core/dev.c                     |   15 +-
 net/key/af_key.c                   |   14 +-
 net/netlink/af_netlink.c           |    2 +-
 net/xfrm/xfrm_state.c              |    2 +-
 security/selinux/selinuxfs.c       |   17 +-
 security/selinux/ss/services.c     |    5 +-
 16 files changed, 533 insertions(+), 423 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