From: Todd C. Miller Date: Tue, 5 Oct 2004 21:20:06 +0000 (+0000) Subject: sync X-Git-Tag: SUDO_1_7_0~891 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3367a71583dec7feb667a1108b90ac00c2e060d;p=sudo sync --- diff --git a/CHANGES b/CHANGES index 60d62b9ec..1f746adc9 100644 --- a/CHANGES +++ b/CHANGES @@ -1734,11 +1734,17 @@ Sudo 1.6.8 released. Sudo 1.6.8p1 released. -549) New trace functionality for systems with systrace(4). When tracing +549) New monitor functionality for systems with systrace(4). When tracing is enabled sudo will fork a daemon that traces the command and intercepts and execve() calls and allows/denies the call based on - a sudoers lookup. + a sudoers lookup. Also updates the command's environment with + the SUDO_* variables if supported by the version of systrace(4). 550) Added support for multiple sudoers file via #include. 551) An empty sudoers file is no longer a parse error. + +552) Fixed error handling if the lexer runs out of memory. + +553) Optimize lexer slightly by removing use of unput() and remove + some ambiguity with the Default keyword.