]> granicus.if.org Git - sudo/commitdiff
checkpoint
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Jan 2004 14:31:35 +0000 (14:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Jan 2004 14:31:35 +0000 (14:31 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4dec3084fe4d791d13d3a02f7cf8ecd44f861c1f..5fd200a505b84f9721904662950b0d8f344d091e 100644 (file)
--- 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.