]> granicus.if.org Git - sudo/commitdiff
fixed some bugs
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Aug 1996 19:48:31 +0000 (19:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Aug 1996 19:48:31 +0000 (19:48 +0000)
BUGS

diff --git a/BUGS b/BUGS
index f8d0ab554fd621e244e5b8d6ec114d76ad482297..a96f1835e0f64124b103112e4c4bc993fd515d67 100644 (file)
--- 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.