]> granicus.if.org Git - sudo/commit
Add support for setenv entries in login.conf. We can't use LOGIN_SETENV
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Dec 2011 15:43:44 +0000 (10:43 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Dec 2011 15:43:44 +0000 (10:43 -0500)
commit9f0abb469221ed0d5a8e6656bcf6cf7d55c3441c
tree89b5a67c7102200f873478c2acc7348d58f14195
parent38a4990e4aec5f2baa10b9e1892f3d703d047f6c
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
13 files changed:
MANIFEST
common/Makefile.in
configure
configure.in
mkdep.pl
plugins/sample/Makefile.in
plugins/sample_group/Makefile.in
plugins/sudoers/Makefile.in
plugins/sudoers/env.c
plugins/sudoers/login_class.c [new file with mode: 0644]
plugins/sudoers/sudoers.c
plugins/sudoers/sudoers.h
src/Makefile.in