[sudo-commits] sudo changeset 7546:916162ff2443

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:07:38 EST 2012


changeset:	7546:916162ff2443 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/916162ff2443
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 13:02:51 2012 -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 +-
 common/sudo_conf.c    |  271 ++++++++++++++++++++++++++++++++++++++++++++++++++
 include/sudo_conf.h   |   39 +++++++
 src/Makefile.in       |    3 +-
 src/load_plugins.c    |  195 +----------------------------------
 src/parse_args.c      |    6 +-
 src/sudo.c            |   10 +-
 src/sudo_plugin_int.h |   10 -
 9 files changed, 337 insertions(+), 212 deletions(-)



More information about the sudo-commits mailing list