From: Todd C. Miller Date: Thu, 15 Aug 1996 19:48:31 +0000 (+0000) Subject: fixed some bugs X-Git-Tag: SUDO_1_5_0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50c058e5f10b93c8080fa86a011a3e31f76241d8;p=sudo fixed some bugs --- diff --git a/BUGS b/BUGS index f8d0ab554..a96f1835e 100644 --- a/BUGS +++ b/BUGS @@ -8,8 +8,6 @@ Known bugs in sudo version 1.4 3) Sudo should log when removing "dangerous" envariables. -4) User or host names that contain only uppercase alpha, numbers, and '_' - will be parsed as Aliases (Cmnd_Alias, Host_Alias, User_Alias). - There is no way to fix this in the current sudo. - -5) '*' by itself in sudoers should not match an empty command list? +4) configure variables that have been cached cannot be overridden + in subsequent configure runs, even if other --with-* options are + given. This is a flaw in GNU autoconf.