From d0847eb01f0b29042b907d1c286036e89f46032c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 8 Jan 2002 14:21:14 +0000 Subject: [PATCH] checkpoint --- CHANGES | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 9db165b06..f78a322b1 100644 --- a/CHANGES +++ b/CHANGES @@ -1360,9 +1360,10 @@ Sudo 1.6.3p7 released. 426) Added stay_setuid option for systems that have libraries that perform extra paranoia checks in system libraries for setuid programs. -427) Environment munging is now done by hand. We build up a new environment - and assign it to "environ". This means we don't rely on getenv(3), - putenv(3), or setenv(3). +427) Environment munging is now done by hand. The environment is zeroed + upon sudo startup and a new environment is built before the command + is executed. This means we don't rely on getenv(3), putenv(3), + or setenv(3). 428) Added a class of environment variables that are only cleared if they contain '/' or '%' characters. @@ -1375,7 +1376,7 @@ Sudo 1.6.3p7 released. 430) Fixed file locking in visudo on NeXT which has a broken lockf(). Patch from twetzel@gwdg.de. -431) Regenerated configure script with autoconf-2.50 (required some +431) Regenerated configure script with autoconf-2.52 (required some tweaking of configure.in and friends). 432) Added mail_badpass option to send mail when the user does not @@ -1454,4 +1455,7 @@ Sudo 1.6.3p7 released. 455) If "make install" is run by non-root and the destination dir is writable, install things normally but don't set owner and mode. -456) config.h.in is now generated by autoheader. +456) The Makefile now supports installing in a shadow hierarchy + specified via the DESTDIR variable. + +457) config.h.in is now generated by autoheader. -- 2.40.0