From: Todd C. Miller Date: Thu, 3 Jun 1999 15:52:40 +0000 (+0000) Subject: document recent changes X-Git-Tag: SUDO_1_6_0~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b8db7ea0e648c11497eb5c18c713f28f1c7c4ae;p=sudo document recent changes --- diff --git a/CHANGES b/CHANGES index 37186a78c..8e1cae8df 100644 --- 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.