From: Todd C. Miller Date: Sun, 27 Feb 1994 22:22:02 +0000 (+0000) Subject: added changes X-Git-Tag: SUDO_1_3_1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3563a655e3446fa64359fae30ef33ad311f4e964;p=sudo added changes --- diff --git a/CHANGES b/CHANGES index 4a981c575..7ab4b6122 100644 --- 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.