From: Todd C. Miller Date: Mon, 25 Jul 1994 22:18:47 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b46f594176bf134ec86cb9ba9919523e93487322;p=sudo updated --- diff --git a/CHANGES b/CHANGES index 44fb0c009..6266c5dc9 100644 --- a/CHANGES +++ b/CHANGES @@ -141,3 +141,13 @@ CHANGES from sudo 1.3 50) If you define BOTH_LOGS in sudo.h you can log both via syslog(3) *ans* to a log file. + +51) Added ultrix /etc/auth (enhanced security) support. + +52) Sudo now will work with a 4.2BSD syslog (SunOS < 4 && ultrix). + Personally, I'd say you are better off logging to a file if + your syslog is this ancient. + +53) Changed realpath(3) to sudo_realpath() since we need to do the + chdir(2) with the invoking uid. sudo_realpath() should be + faster than vendor-supplied realpath(3)'s anyway...