]> granicus.if.org Git - sudo/commitdiff
document recent changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jun 1999 15:52:40 +0000 (15:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jun 1999 15:52:40 +0000 (15:52 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 37186a78c4682d069c411efe5c3a3feb9f392c2d..8e1cae8dfac96f3e5c01bbbec76e21444083ecc1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1065,3 +1065,9 @@ Sudo 1.5.9 released.
      stat.  Should be safer.
 
 334) Now set $LOGNAME in addition to $USER.
+
+335) No longer use stdio in tgetpass()
+
+336) Don't use _PASSWD_LEN or PASS_MAX as we can't rely on them corresponding
+     to anything real.  Instead, we just use a max password size of 256
+     everywhere.