diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-16 18:09:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-16 18:09:14 +0000 |
commit | 974d053d7d6dc166e24f5feca3c0ceb85e6b6429 (patch) | |
tree | b73b659f3b57b58ae8e05cfb90040cd1c24fdd0f /usr.bin/sudo/CHANGES | |
parent | 3a5832d5aa39da12b1555cc9cdcaf4d2f7a97ded (diff) |
update to sudo 1.6.4p2
Diffstat (limited to 'usr.bin/sudo/CHANGES')
-rw-r--r-- | usr.bin/sudo/CHANGES | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.bin/sudo/CHANGES b/usr.bin/sudo/CHANGES index ac7265c4f61..58715aa2c30 100644 --- a/usr.bin/sudo/CHANGES +++ b/usr.bin/sudo/CHANGES @@ -1466,6 +1466,20 @@ Sudo 1.6.4 released. introduced by the fix for the "segv when gethostbynam() fails" bug. 459) Add 'continue' statements to optimize the switch statement. - From Solar. + 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. |