From: Todd C. Miller Date: Tue, 6 Jan 2004 14:31:35 +0000 (+0000) Subject: checkpoint X-Git-Tag: SUDO_1_6_8~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63e8d52f579096753a50abc9fd6fafbc8b6393a3;p=sudo checkpoint --- diff --git a/CHANGES b/CHANGES index 4dec3084f..5fd200a50 100644 --- a/CHANGES +++ b/CHANGES @@ -1640,3 +1640,13 @@ Sudo 1.6.7p6 released. 513) BSD-style warn/err functions are now used throughout. 514) Fixed the --with-stow configure option + +515) Added a "sudo_lecture" option that points to a file containing a custom + lecture. + +516) The username in a log entry is no longer truncated at 8 characters. + +517) A new tag, NOEXEC, will prevent a dynamically-linked program being run + by sudo from executing another program (think shell escapes). + Because this uses LD_PRELOAD it has no effect on static binaries. + Idea from Reznic Valery.