[BACK]Return to BUGS CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

File: [local] / src / usr.bin / sudo / Attic / BUGS (download)

Revision 1.4, Mon Mar 27 03:44:37 2000 UTC (24 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_2_9_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: OPENBSD_3_0, OPENBSD_2_9
Changes since 1.3: +1 -1 lines

sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a list
of changes.

Known bugs in sudo version 1.6.3
================================

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.