[sudo-commits] sudo changeset 5617:5a2f445e0bd4

Todd C. Miller Todd.Miller at courtesan.com
Wed Jun 16 11:17:12 EDT 2010


changeset:	5617:5a2f445e0bd4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/5a2f445e0bd4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jun 16 11:17:02 2010 -0400

Log Message:
	Add Linux audit support.

diffstat:

 INSTALL                       |   4 +
 MANIFEST                      |   2 +
 WHATSNEW                      |   3 +
 config.h.in                   |   5 +-
 configure                     |  49 +++++++++++++++------
 configure.in                  |  19 +++++++-
 plugins/sudoers/Makefile.in   |   5 +-
 plugins/sudoers/audit.c       |  11 ++++-
 plugins/sudoers/bsm_audit.c   |   2 +
 plugins/sudoers/linux_audit.c |  93 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/linux_audit.h |  22 ++++++++++
 plugins/sudoers/logging.h     |   4 +-
 src/selinux.c                 |  50 ++++++++++++++++++----
 13 files changed, 237 insertions(+), 32 deletions(-)



More information about the sudo-commits mailing list