Files
sudo/BUGS
Todd C. Miller 13bf42675d Add support for "Defaults" line in sudoers to make configuration variables
changable at runtime (and on a global, per-host and per-user basis).
Both the names and the internal representation are still subject to change.
It was necessary to make sudo_user.runas but a char ** instead of a
char * since this value can be changed by a Defaults line.  There is a
similar (but more complicated) issue with sudo_user.prompt but it
is handled differently at the moment.

Add a "-L" flag to list the name of options with their descriptions.  This
may only be temporary.

Move some prototypes to parse.h

Be much less restrictive on what is allowed for a username.
1999-09-08 08:06:28 +00:00

18 lines
605 B
Plaintext

Known bugs in sudo version 1.6
==============================
1) "make install-man" should substitute correct paths into the
man pages themselves.
2) Sudo should log when removing "dangerous" envariables.
3) 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.
4) On DUNIX in sia mode, hitting return at the prompt does not quit.
5) In parse.lex, '@" should not need to be a special character.
For some reason, if it is not excluded from WORD, Defaults@ doesn't
match.