[sudo-commits] sudo changeset 6259:75cd32ee0435

Todd C. Miller Todd.Miller at courtesan.com
Mon Dec 27 12:18:37 EST 2010


changeset:	6259:75cd32ee0435 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/75cd32ee0435
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Dec 27 12:18:32 2010 -0500

Log Message:
	Allow sudoers to specify the iolog file in addition to the iolog dir.
	Add escape sequence support to iolog file and dir: sequence number,
	    user, group, runas_user, runas_group, hostname and command in
	    addition to any escape sequence recognized by strftime(3).

diffstat:

 plugins/sudoers/Makefile.in    |    7 +-
 plugins/sudoers/def_data.c     |    4 +
 plugins/sudoers/def_data.h     |    2 +
 plugins/sudoers/def_data.in    |    3 +
 plugins/sudoers/defaults.c     |    3 +-
 plugins/sudoers/iolog.c        |  124 +++++++++------------
 plugins/sudoers/iolog_path.c   |  229 +++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/plugin_error.c |    2 +-
 plugins/sudoers/sudoers.c      |   14 +-
 plugins/sudoers/sudoers.h      |    3 +
 10 files changed, 311 insertions(+), 80 deletions(-)



More information about the sudo-commits mailing list