[sudo-commits] sudo changeset 5248:80c61647434f

Todd C. Miller Todd.Miller at courtesan.com
Wed Apr 14 06:39:24 EDT 2010


changeset:	5248:80c61647434f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/80c61647434f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Apr 14 06:38:32 2010 -0400

Log Message:
	Add workaround for the lack of the environ pointer on Mac OS X
	in dlopen()ed modules.  Use of environ in the sudoers plugin should
	ultimately be removed but this will do for the moment.

diffstat:

 config.h.in           |   3 +
 configure             |  94 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in          |   1 +
 plugins/sudoers/env.c |  12 ++++++
 4 files changed, 110 insertions(+), 0 deletions(-)



More information about the sudo-commits mailing list