From: Todd C. Miller Date: Mon, 13 Mar 1995 20:56:47 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_4_0~622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3600186d61bff794e88c2f5601209b4785907069;p=sudo updated --- diff --git a/CHANGES b/CHANGES index c5ab537b7..43e9fd59f 100644 --- 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 ) + +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 . + +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.