[sudo-commits] sudo changeset 5475:968c2c74c69b

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 4 09:41:21 EDT 2010


changeset:	5475:968c2c74c69b in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/968c2c74c69b
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 04 09:41:08 2010 -0400

Log Message:
	Merge I/O logging changes from trunk.  Disabling I/O log support
	at compile time does not currently work.
	Sudoedit is not yet hooked up to I/O logging.

diffstat:

 INSTALL           |    30 +-
 Makefile.in       |    26 +-
 WHATSNEW          |     7 +-
 aclocal.m4        |    30 +-
 configure         |    99 ++--
 configure.in      |    27 +-
 def_data.c        |    12 +-
 def_data.h        |    10 +-
 def_data.in       |    11 +-
 defaults.c        |     2 +-
 exec.c            |  1227 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 gram.c            |   671 ++++++++++++++-------------
 gram.h            |    24 +-
 gram.y            |    29 +-
 iolog.c           |   358 +++++++++++++++
 parse.c           |    25 +-
 parse.h           |     9 +-
 pathnames.h.in    |    10 +-
 pty.c             |     2 +-
 script.c          |  1130 ------------------------------------------------
 selinux.c         |   289 +++++------
 sudo.c            |   169 ++++---
 sudo.h            |    36 +-
 sudoers.cat       |   570 ++++++++++++------------
 sudoers.man.in    |   146 ++++--
 sudoers.pod       |    76 +-
 sudoreplay.c      |    14 +-
 sudoreplay.cat    |    72 +-
 sudoreplay.man.in |    42 +-
 sudoreplay.pod    |    36 +-
 term.c            |    26 +-
 31 files changed, 2918 insertions(+), 2297 deletions(-)



More information about the sudo-commits mailing list