[sudo-commits] sudo changeset 9759:56dbf1e671de

Todd C. Miller Todd.Miller at courtesan.com
Sun Oct 26 08:33:18 MDT 2014


changeset:	9759:56dbf1e671de in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/56dbf1e671de
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Oct 26 08:33:08 2014 -0600

Log Message:
	Add a flag argument to sudo_conf_read() so we can decide which
	bits get parsed.  This lets us parse Debug statements first and
	init the debug subsystem early.

diffstat:

 include/sudo_conf.h                    |   15 +++-
 lib/util/regress/sudo_conf/conf_test.c |    2 +-
 lib/util/sudo_conf.c                   |  109 +++++++++++++++-----------------
 lib/util/util.exp.in                   |    1 +
 plugins/sudoers/sudoers_debug.c        |   12 +-
 plugins/sudoers/sudoreplay.c           |    9 +-
 plugins/sudoers/testsudoers.c          |    8 +-
 plugins/sudoers/visudo.c               |    8 +-
 src/load_plugins.c                     |    8 +-
 src/sudo.c                             |   31 +++++---
 src/sudo_plugin_int.h                  |    2 +-
 11 files changed, 102 insertions(+), 103 deletions(-)


More information about the sudo-commits mailing list