From: Todd C. Miller Date: Sat, 14 Aug 1999 15:40:58 +0000 (+0000) Subject: recent changes X-Git-Tag: SUDO_1_6_0~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e8eaae7747f925838791bb6ed1539bd60ef94c9;p=sudo recent changes --- diff --git a/CHANGES b/CHANGES index f0e2240a5..84e574819 100644 --- a/CHANGES +++ b/CHANGES @@ -1139,3 +1139,12 @@ Sudo 1.5.9 released. 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. + +357) Add a --with-devel option to add -Wall and uncomment yacc/lex + generation in Makefile. + +358) Zero out plaintext password after use (should do encrypted as well). + +359) Added real dependencies in Makefile. + +360) Deprecated --with-otp-only in favor of --without-passwd.