From: Todd C. Miller Date: Thu, 2 Jun 1994 19:45:20 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b46f7ee322ecb5da114c91425b4e4535006a420b;p=sudo updated --- diff --git a/CHANGES b/CHANGES index ffedfcddd..4d0a3f913 100644 --- a/CHANGES +++ b/CHANGES @@ -106,3 +106,18 @@ CHANGES from sudo 1.3 heap. 35) Fixed AIX STATIC_FLAGS as per the AIX faq. + +36) Added -V flag to sudo and visudo (for version) + +37) Now treat EACCESS like EPERM when doing stat(2) in find_path.c + +38) Added prototypes for sudo functions (via __P macro) + +39) configure now uses uname(1) if it exists + +40) gethostbyname(3) is now only called if you define FQDN. There's really + no reason to not trust gethostname(2) and this way if name service is + hosed sudo isn't... + +41) added -v (validate) flag to sudo to update a timestamp w/o running + a command