[sudo-commits] sudo changeset 5422:db3c1248d2ad

Todd C. Miller Todd.Miller at courtesan.com
Sun May 30 10:57:24 EDT 2010


changeset:	5422:db3c1248d2ad in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/db3c1248d2ad
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun May 30 10:31:38 2010 -0400

Log Message:
	Break sudoers transcript feature up into log_input and log_output.

diffstat:

 INSTALL                      |   13 +-
 WHATSNEW                     |    7 +-
 aclocal.m4                   |   20 +-
 configure                    |   30 +-
 configure.in                 |   12 +-
 pathnames.h.in               |   10 +-
 plugins/sudoers/def_data.c   |   12 +-
 plugins/sudoers/def_data.h   |   10 +-
 plugins/sudoers/def_data.in  |   11 +-
 plugins/sudoers/defaults.c   |    2 +-
 plugins/sudoers/gram.c       |  695 ++++++++++++++++++++++--------------------
 plugins/sudoers/gram.h       |   24 +-
 plugins/sudoers/gram.y       |   29 +-
 plugins/sudoers/iolog.c      |   36 +-
 plugins/sudoers/parse.c      |   25 +-
 plugins/sudoers/parse.h      |    9 +-
 plugins/sudoers/sudoers.c    |    2 +-
 plugins/sudoers/sudoreplay.c |   14 +-
 18 files changed, 516 insertions(+), 445 deletions(-)



More information about the sudo-commits mailing list