From: Todd C. Miller Date: Sun, 26 Nov 1995 18:39:52 +0000 (+0000) Subject: updated for 1.3.6 X-Git-Tag: SUDO_1_4_0~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3a01db5db28e72608d696694d0c597f99093d8b;p=sudo updated for 1.3.6 --- diff --git a/BUGS b/BUGS index 7117d5ce4..21edd4e21 100644 --- a/BUGS +++ b/BUGS @@ -1,9 +1,11 @@ +Known bugs in sudo version 1.3.6 +================================ + 1) Sudo -l does not expand Command Aliases. -2) When doing two sudo's in a pipe, the ticket file update of one - sudo may clobber the other's, resulting in the second sudo asking - for a password when it should not. (May be fixed now...) +2) "make install-man" should substitute correct paths into man pages. + +3) When installing binaries and man pages, the Makefile should make the + directories if necesary. -3) Under SunOS at least, if the argv is long and takes several syslog() - calls to log it takes a *long* time before the command is actually - executed. +4) Sudo should log when removing "dangerous" envariables.