[sudo-commits] sudo changeset 7455:e1f2cf6bd57a

Todd C. Miller Todd.Miller at courtesan.com
Tue Dec 20 08:52:28 EST 2011


changeset:	7455:e1f2cf6bd57a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e1f2cf6bd57a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Dec 20 08:50:07 2011 -0500

Log Message:
	Separate sudo.conf parsing from plugin loading and move the parse
	functions into the common lib so that visudo, etc. can use them.

diffstat:

 MANIFEST              |    4 +-
 common/Makefile.in    |   11 ++-
 src/Makefile.in       |    3 +-
 src/load_plugins.c    |  195 +------------------------------------------------
 src/parse_args.c      |    6 +-
 src/sudo.c            |   10 +-
 src/sudo_plugin_int.h |   10 --
 7 files changed, 27 insertions(+), 212 deletions(-)



More information about the sudo-commits mailing list