[sudo-commits] sudo changeset 8269:3aa0a64f2f5c

Todd C. Miller Todd.Miller at courtesan.com
Thu Jul 26 14:06:43 EDT 2012


changeset:	8269:3aa0a64f2f5c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/3aa0a64f2f5c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jul 26 13:49:21 2012 -0400

Log Message:
	Merge in Solaris privilege support by Darren Moffat and John Zolnowsky

diffstat:

 NEWS                          |     4 +
 configure.in                  |     4 +-
 doc/CONTRIBUTORS              |     2 +
 doc/Makefile.in               |     2 +-
 doc/contributors.pod          |     2 +
 doc/sudoers.cat               |    29 +-
 doc/sudoers.man.in            |    43 +-
 doc/sudoers.man.pl            |    43 +-
 doc/sudoers.mdoc.in           |    39 +-
 doc/sudoers.pod               |    35 +-
 plugins/sudoers/def_data.c    |     8 +
 plugins/sudoers/def_data.h    |     4 +
 plugins/sudoers/def_data.in   |     6 +
 plugins/sudoers/gram.c        |   699 +++++++-----
 plugins/sudoers/gram.h        |     3 +
 plugins/sudoers/gram.y        |    67 +-
 plugins/sudoers/parse.c       |    13 +
 plugins/sudoers/parse.h       |    15 +-
 plugins/sudoers/sudoers.c     |    16 +
 plugins/sudoers/sudoers.h     |     6 +
 plugins/sudoers/testsudoers.c |     6 +
 plugins/sudoers/toke.c        |  2164 ++++++++++++++++++++--------------------
 plugins/sudoers/toke.l        |    17 +
 src/sudo.c                    |    42 +
 src/sudo.h                    |     8 +
 25 files changed, 1875 insertions(+), 1402 deletions(-)



More information about the sudo-commits mailing list