]> granicus.if.org Git - sudo/commitdiff
checkpoint for 1.6.4p2
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Jan 2002 17:44:11 +0000 (17:44 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Jan 2002 17:44:11 +0000 (17:44 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index fc75c1b253382b6be56dd59f527f9e5e93758ebb..58715aa2c30b9032951e7ae219b4c22df26d15b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1458,3 +1458,28 @@ Sudo 1.6.3p7 released.
 456) config.h.in is now generated by autoheader.
 
 Sudo 1.6.4 released.
+
+457) Move the call to rebuild_env() until after MODE_RESET_HOME is set.
+     Otherwise, the set_home option has no effect.
+
+458) Fix use of freed memory when the "fqdn" flag is set.  This was
+     introduced by the fix for the "segv when gethostbynam() fails" bug.
+
+459) Add 'continue' statements to optimize the switch statement.
+     From Solar Designer.
+
+Sudo 1.6.4p1 released.
+
+460) Some special characters were not being escaped properly (e..g '\,')
+     in command line arguments and would cause a syntax error instead.
+
+461) "sudo -l" would not work if the always_set_home option was set.
+
+462) Added a configure option to disable use of POSIX saved IDs for
+     operating systems where these are broken.
+
+463) The SHELL environment variable was preserved from the user's environment
+     instead of being reset based on the passwd database even when the
+     "env_reset" option was set.
+
+Sudo 1.6.4p2 released.