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.
This commit is contained in:
Todd C. Miller
1999-08-12 14:37:27 +00:00
parent f14dd25b01
commit 2386dc1b45
11 changed files with 608 additions and 501 deletions

View File

@@ -34,8 +34,6 @@
#include "config.h"
#ifndef NO_PASSWD
#include <stdio.h>
#ifdef STDC_HEADERS
#include <stdlib.h>
@@ -210,5 +208,3 @@ pass_warn(fp)
(void) fprintf(fp, "%s\n", INCORRECT_PASSWORD);
#endif /* USE_INSULTS */
}
#endif /* NO_PASSWD */