[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.8, Sat Mar 15 21:23:53 2003 UTC (21 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.7: +1 -1 lines

update to what will soon be sudo 1.6.7

Known bugs in sudo version 1.6.7
================================

1) Sudo should have an option to log when removing "dangerous"
   environment variables.

2) On DUNIX in sia mode, hitting return at the prompt does not quit.

3) In parse.lex, '@' should not need to be a special character.
   However, because lex does greedy matching, {WORD} will match
   instead of the "^Defaults[:@]?" line.

4) In list mode (sudo -l), characters escaped with a backslash
   are shown verbatim with the backslash.

5) Because the parser only does a single pass it is possible to
   make a sudoers file where the "defaults" options are set after
   a user's entry has been validated, changing the permissions for
   the user.  The work-around is to put all 'defaults' entries
   before the "User privilege specification" section but after all
   the "alias specifications".  In the future the parser will
   converted to a two-pass parser.

For a list of things that are not bugs but that I would like to
add / fix, please see the TODO file.