From: Todd C. Miller Date: Sat, 14 May 1994 21:55:54 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=706d34d6e9ece65bde2a01e3db8c8c79e85b75d0;p=sudo updated --- diff --git a/CHANGES b/CHANGES index 7aa1e39a3..8c9b1c5a7 100644 --- a/CHANGES +++ b/CHANGES @@ -83,3 +83,10 @@ CHANGES between sudo 1.3 26) Umask that sudo runs with may now be specified. 27) There is now a "configure" script. + +28) Sudo will use ultra fast crypt (ufc) if it finds it for systems w/o + a real crypt(3) (non-US ConvexOs/Secure for instance). + +29) _BSD_COMPAT is now defined for Irix. + +30) The global variable uid is now initialized to -2 because I'm paranoid.