[sudo-commits] sudo changeset 7440:088d507926e2

Todd C. Miller Todd.Miller at courtesan.com
Mon Dec 5 10:43:52 EST 2011


changeset:	7440:088d507926e2 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/088d507926e2
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Dec 05 10:43:44 2011 -0500

Log Message:
	Add support for setenv entries in login.conf.  We can't use LOGIN_SETENV
	since the plugin sets up the envp the command is executed with.
	Also regen the Makefile.in files while here.  Fixes bug #527

diffstat:

 MANIFEST                         |    1 +
 common/Makefile.in               |   10 +-
 configure                        |    1 +
 configure.in                     |    1 +
 mkdep.pl                         |    2 +-
 plugins/sample/Makefile.in       |    4 +-
 plugins/sample_group/Makefile.in |    3 +-
 plugins/sudoers/Makefile.in      |  466 ++++++++++++++++++++------------------
 plugins/sudoers/env.c            |    3 +-
 plugins/sudoers/login_class.c    |  227 ++++++++++++++++++
 plugins/sudoers/sudoers.c        |   13 +-
 plugins/sudoers/sudoers.h        |    5 +
 src/Makefile.in                  |   81 +++---
 13 files changed, 550 insertions(+), 267 deletions(-)



More information about the sudo-commits mailing list