]> granicus.if.org Git - sudo/commitdiff
added changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 27 Feb 1994 22:22:02 +0000 (22:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 27 Feb 1994 22:22:02 +0000 (22:22 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4a981c575fe81801d976c5d07aa6dc9d5381ca9d..7ab4b61222c6fcb53a6de0555e4eecb1454302a1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -61,3 +61,11 @@ CHANGES between sudo 1.2 (unofficial version)
     lacks a '#!/bin/sh' magic number will now work with sudo.  Personally
     I think that the broken scripts should be fixed rather than changing
     sudo, but vendors will be broken.  Sigh.
+
+21) Added USE_EXECVE define so you can make sudo use execve() if you
+    want.  Using execvp() shouldn't be a problem since it is always
+    handed a non-relative path that begins with '/' but some people
+    may not trust execvp().
+
+22) Log file lines will no longer get truncated.  Syslog entries that
+    would overrun the syslog(3) line limit are continued on another entry.