[sudo-commits] sudo changeset 8483:1d6581afbaf4

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 11 13:03:10 EST 2012


changeset:	8483:1d6581afbaf4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1d6581afbaf4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Nov 11 07:11:22 2012 -0500

Log Message:
	Add os-specific initialization functions for solaris (workaround
	setuid locale problem in Solaris 11) and openbsd (set malloc_options
	if SUDO_DEVEL).  Also move set_project() to solaris.c.

diffstat:

 MANIFEST                    |    2 +
 config.h.in                 |    3 +
 configure                   |   15 +++++
 configure.in                |   14 ++++
 mkdep.pl                    |    2 +-
 plugins/sudoers/Makefile.in |    9 ++-
 src/Makefile.in             |   14 ++++-
 src/openbsd.c               |   52 ++++++++++++++++++
 src/solaris.c               |  127 ++++++++++++++++++++++++++++++++++++++++++++
 src/sudo.c                  |  122 +++++++++---------------------------------
 src/sudo.h                  |    8 ++
 11 files changed, 267 insertions(+), 101 deletions(-)


More information about the sudo-commits mailing list