]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Mar 1995 20:56:47 +0000 (20:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Mar 1995 20:56:47 +0000 (20:56 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c5ab537b717199e714eea62c46570afcd7832fef..43e9fd59fee697b9a26587f891c7f13e2c4f016d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -210,3 +210,27 @@ CHANGES from sudo 1.3.1pl3
     with -posix for termios on NeXT's)
 
 CHANGES from sudo 1.3.1pl4
+
+71) First stab at Skey support.
+
+72) Sudo now sets IFS to be SPACE, TAB, NEWLINE.
+
+73) Sudo now sets the effective gid to root's group (based on passwd file)
+
+74) Sudo now checks that the sudoers file is owned by a certain user
+    and not readable or writable by anyone else.
+    (based on a suggestion by Joerg Schumacher <schuma@ips.cs.tu-bs.de>)
+
+75) Visudo now sets the owner on the new sudoers file based on #74
+
+76) Sudo and visudo will now compile with byacc (Berkeley yacc).
+
+77) If the rename(2) of stmp -> sudoers fails /bin/mv is executed before
+    bailing.  Based on code from Case Larsen <clarsen@mh1.lbl.gov>.
+
+78) User-level configuration is now done in options.h.
+
+79) Moved all compatibility #defines to compat.h
+
+80) Sudo now checks both the fully qualified/resolved and unresolved command
+    paths against entries in the sudoers file.