[sudo-commits] sudo changeset 5503:58c85c5695dc

Todd C. Miller Todd.Miller at courtesan.com
Tue Jun 8 10:26:22 EDT 2010


changeset:	5503:58c85c5695dc in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/58c85c5695dc
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jun 08 10:26:15 2010 -0400

Log Message:
	Instead of trying to keep the global environment in sync with our
	private copy, provide our own getenv() that returns values from the
	private environment and use env_get() to pass the environment in
	to run_command().

diffstat:

 env.c  |  159 +++++++++++++++++++++++++++++-----------------------------------
 sudo.c |   12 ++--
 sudo.h |    6 ++-
 3 files changed, 84 insertions(+), 93 deletions(-)



More information about the sudo-commits mailing list