summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/CHANGES
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-12-10 06:45:13 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-12-10 06:45:13 +0000
commitf52a0005ece044a50595a03f786d0d29d08b41fb (patch)
tree8896ba209bc14900cab276cc4475db6f09d0bbf1 /usr.bin/sudo/CHANGES
parente3981c5afb17f67e9ac5a94b949bbfac1bcc20b1 (diff)
sudo 1.6.1
Diffstat (limited to 'usr.bin/sudo/CHANGES')
-rw-r--r--usr.bin/sudo/CHANGES30
1 files changed, 29 insertions, 1 deletions
diff --git a/usr.bin/sudo/CHANGES b/usr.bin/sudo/CHANGES
index 2eb7756f800..979c86b56f6 100644
--- a/usr.bin/sudo/CHANGES
+++ b/usr.bin/sudo/CHANGES
@@ -282,7 +282,7 @@ CHANGES from sudo 1.3.1pl4
95) Worked around a bug in AIX's lex in parse.c. AIX lex doesn't seem
to handle {x,y} range notation correctly. Bleah.
-96) Sudo would not report a failed attempt if the user entered <return>
+96) Sudo would not report a failed attempt if the user entered return
at the 2nd password: prompt so someone trying to guess a password
could just invoked sudo multiple times and try one passwd at a time.
Reported by Jonathan Adams <jonathan@smada.com>.
@@ -1184,3 +1184,31 @@ Sudo 1.5.9 released.
to be character at a time.
372) sudo now turns off core dumps via setrlimit (probably paranoia).
+
+Sudo 1.6 released.
+
+373) Better diagnostics on PAM failure.
+
+374) Killed shell_noargs option, it cannot work since the command needs to
+ be set before sudoers is parsed.
+
+375) Fixed the following Defaults options: set_home, fqdn, syslog, tty_tickets,
+ ticket_dir, insults.
+
+376) When using select() in tgetpass(), do a separate select before
+ each read to be sure we can timeout correctly.
+
+377) SecurID support compiles and works again.
+
+378) Fixed a bug parsing runas modifiers. If a user spec contained multiple
+ runas specs, the latter ones may not be applied.
+
+379) #uid now works in a RunasAlias
+
+380) Don't ask the user for a password if the user is not allowed to run
+ the command and the authenticate flag (in sudoers) is false.
+
+381) Added configure check for initgroups(3).
+
+382) Use our own fnmatch() if there is no fnmatch.h, even if there is an
+ fnmatch() in libc.