From b46f594176bf134ec86cb9ba9919523e93487322 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 25 Jul 1994 22:18:47 +0000 Subject: [PATCH] updated --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) 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... -- 2.40.0