recent changes

This commit is contained in:
Todd C. Miller
1999-08-12 16:26:25 +00:00
parent d7ebfe06d1
commit c2d088ebe1
2 changed files with 18 additions and 4 deletions

5
BUGS
View File

@@ -10,7 +10,4 @@ Known bugs in sudo version 1.6
in subsequent configure runs, even if other --with-* options are in subsequent configure runs, even if other --with-* options are
given. This is a flaw in GNU autoconf. given. This is a flaw in GNU autoconf.
4) Cmnd_Alias's need to precede permissions specs. At the very least, 4) On DUNIX in sia mode, hitting return at the prompt does not quit.
visudo should give an error if you get this wrong.
5) On DUNIX in sia mode, hitting return at the prompt does not quit.

17
CHANGES
View File

@@ -1122,3 +1122,20 @@ Sudo 1.5.9 released.
temp files but it does *require* that you not try to put the temp files but it does *require* that you not try to put the
temp file in a world-writable directory. This shoud not be temp file in a world-writable directory. This shoud not be
an issue as the temp file should live in the same dir as sudoers. an issue as the temp file should live in the same dir as sudoers.
352) Fixed crypt() check in libufc.
353) It is now possible to put a list of users as the first thing in a
user specification. I don't suggest ths but it makes the grammar
more uniform.
354) Visudo will now warn about what it thinks are undefined aliases.
Since it can't be 100% sure these are just warnings, not errors.
355) Add a --without-passwd option to configure that turns off
passwd/shadow file authentication. Only usable with an alternate
authentication scheme.
356) Add a --disable-authentication option to configure that causes sudo
to not require authentication by default. The PASSWD tag can be
used to require authentication for an entry.