]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Jul 1994 22:18:47 +0000 (22:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 25 Jul 1994 22:18:47 +0000 (22:18 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 44fb0c009f81b3f24f37d90333a6618c254a0e4d..6266c5dc9651d962f1769c73723bdd4640f99d01 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -141,3 +141,13 @@ CHANGES from sudo 1.3
 
 50) If you define BOTH_LOGS in sudo.h you can log both via syslog(3) *ans*
     to a log file.
+
+51) Added ultrix /etc/auth (enhanced security) support.
+
+52) Sudo now will work with a 4.2BSD syslog (SunOS < 4 && ultrix).
+    Personally, I'd say you are better off logging to a file if
+    your syslog is this ancient.
+
+53) Changed realpath(3) to sudo_realpath() since we need to do the
+    chdir(2) with the invoking uid.  sudo_realpath() should be
+    faster than vendor-supplied realpath(3)'s anyway...