summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/CHANGES
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-05-08 20:55:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-05-08 20:55:06 +0000
commit92123554d19cb1b6fc10adb7a5118fc02e564f19 (patch)
tree687b2eff704de725c6c3a652d3685161a42b05e1 /usr.bin/sudo/CHANGES
parentf940b35d4f2435bd7761e186e78d67bf5df8b44c (diff)
Update to 1.6.7p5
Diffstat (limited to 'usr.bin/sudo/CHANGES')
-rw-r--r--usr.bin/sudo/CHANGES16
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/sudo/CHANGES b/usr.bin/sudo/CHANGES
index b4290f8c3d1..f9152c85360 100644
--- a/usr.bin/sudo/CHANGES
+++ b/usr.bin/sudo/CHANGES
@@ -1385,7 +1385,7 @@ Sudo 1.6.3p7 released.
environment.
433) Added env_check and env_delete Defaults options to allow the admin
- to modify the builtin list of environment variables to remove.
+ to modify the built-in list of environment variables to remove.
434) If timestamp_timeout < 0 then the timestamp never expires. This
allows users to manage their own timestamps and create or delete
@@ -1620,4 +1620,16 @@ Sudo 1.6.7p2 released.
Sudo 1.6.7p3 released.
-508) BSD-style warn/err functions are now used throughout.
+508) Fixed remaining Kerberos V issues with MIT Kerberos V and old Heimdal.
+
+Sudo 1.6.7p4 released.
+
+509) Fixed a typo that caused a compilation error on Heimdal.
+
+510) Darwin (MacOS X) doesn't have a real setreuid() system call.
+
+511) Fixed a problem with large numbers of environment variables.
+
+Sudo 1.6.7p5 released.
+
+512) BSD-style warn/err functions are now used throughout.