Commit Graph

8 Commits

Author SHA1 Message Date
Todd C. Miller
55e31d781b nicer output when showing auth methods 1999-08-28 09:22:47 +00:00
Todd C. Miller
3de04bb481 Add support for SEND_MAIL_WHEN_NO_HOST 1999-08-28 09:00:07 +00:00
Todd C. Miller
cff5f9b390 add missing semicolon 1999-08-27 14:03:19 +00:00
Todd C. Miller
d661d1d66f Update comments about syslog name tables 1999-08-24 17:45:05 +00:00
Todd C. Miller
2386dc1b45 o Add a "pedentic" flag to the parser. This makes sudo warn in cases
where an alias may be used before it is defined.  Only turned on for visudo
and testsudoers.
o Add --disable-authentication option that makes sudo not require
authentication by default.  The PASSWD tag can be used to require
authentication for an entry.  We no longer overload --without-passwd.
1999-08-12 14:37:27 +00:00
Todd C. Miller
76148d5316 o Move lock_file() and touch() into fileops.c so visudo can use them
o Visudo now locks the sudoers temp file instead of bailing when
the temp file already exists.  This fixes the problem of stale
temp files but it does *require* that you not try to put the
temp file in a world-writable directory.  This shoud not be
an issue as the temp file should live in the same dir as sudoers.
o Visudo now only installs the temp file as sudoers if it changed.
1999-08-07 09:59:43 +00:00
Todd C. Miller
7c53b74961 o Kill *_MESSAGE and replace with NO_LECTURE
o Add more things to root sudo -V config reporting
1999-08-05 21:38:19 +00:00
Todd C. Miller
fd16d8e77f If the invoking user is root, sudo will now print configure info in
-V mode.  Currently just prints logging info, to be expanded later.
1999-08-05 10:52:33 +00:00