summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add testsudoers to default build target if --with-develTodd C. Miller1999-08-171-370/+371
| | | | Don't clean generated parser files unless "distclean".
* o --with-otp deprecated, use --without-passwd insteadTodd C. Miller1999-08-141-393/+412
| | | | | | | | o real dependencies in the Makefile o --with-devel option to enable yacc, lex, and -Wall o style -- "foo -> bar" becomes "foo->bar" o ALL goes back to being a token, not a string but don't leak memory o rename hsotspec -> host in parse.yacc
* o Digital UNIX needs to check for *snprintf() before -ldb is added to LIBSTodd C. Miller1999-08-121-265/+370
| | | | | | | since -ldb includes a bogus snprintf(). o Add forward refs for struct mbuf and struct rtentry for Digital UNIX. o Reorder some functions in snprintf.c to fix -Wall o Add missing includes to fix more -Wall
* o Add a "pedentic" flag to the parser. This makes sudo warn in casesTodd C. Miller1999-08-121-372/+411
| | | | | | | | 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.
* regenTodd C. Miller1999-08-091-7/+7
|
* o Move lock_file() and touch() into fileops.c so visudo can use themTodd C. Miller1999-08-071-1/+1
| | | | | | | | | 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.
* Lock the log file.Todd C. Miller1999-08-061-130/+236
|
* o Kill *_MESSAGE and replace with NO_LECTURETodd C. Miller1999-08-051-366/+356
| | | | o Add more things to root sudo -V config reporting
* aix_auth.o not authenticate.oTodd C. Miller1999-08-051-1/+1
|
* Add --with-goodpri and --with-badpri configure options to specify theTodd C. Miller1999-08-051-356/+414
| | | | syslog priority to use.
* Add check for syslog facilities and priorities tables in syslog.hTodd C. Miller1999-08-051-15/+53
|
* Solais pam doesn't require anye xtra setupTodd C. Miller1999-08-041-4/+0
|
* Sudo, not CU SudoTodd C. Miller1999-07-311-1/+1
|
* Fix getprpwnam() checking on SCO. Need to link with "-lprot -lx" whenTodd C. Miller1999-07-281-226/+273
| | | | | linking test program, not just -lprot. Also add check for getspnam(). The SCO docs indicate that /etc/shadow can be used but this may be a lie.
* regenTodd C. Miller1999-07-221-416/+668
|
* kludge around cross-compiler false positivesTodd C. Miller1999-07-051-281/+285
|
* for kerberos V < version, fall back on old kerb4 auth codeTodd C. Miller1999-06-221-337/+455
|
* regenTodd C. Miller1999-06-031-1/+1
|
* In estrdup(), do the malloc ourselves so we don't need to rely on theTodd C. Miller1999-04-061-146/+94
| | | | | | system strdup(3) which may or may not exist. There is now no need to provide strdup() for those w/o it. Also, the prototype for estrdup() was wrong, it returns char * and its param is const.
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-1/+1
|
* ++versionTodd C. Miller1999-03-291-1/+1
|
* regenTodd C. Miller1999-03-261-2/+10
|
* add missing case statement so --without-sendmail worksTodd C. Miller1999-02-241-307/+308
|
* only search for -lsun in irix <= 4.xTodd C. Miller1999-02-221-269/+270
|
* back out last configure.in change now that I've hacked autoconf to fix the ↵Todd C. Miller1999-02-221-290/+420
| | | | real problem and add a missing newline
* When falling back to checking for socket() when linking with "-lsocket ↵Todd C. Miller1999-02-221-58/+54
| | | | -lnsl" check for main() instead since autoconf has already cached the results of checking for socket() in -lsocket. This is really an autoconf bug as it should use the extra libs as part of the cache variable name.
* define for_BSD_TYPES irixTodd C. Miller1999-02-091-226/+227
|
* When linking with both -lsocket and -lnsl be sure to do so in that order. ↵Todd C. Miller1999-02-011-56/+56
| | | | Also, when we can't find socket() or inet_addr() and have to try linking with both libs, issue a warning.
* fix and correctly document --with-umask; problem noted by adap@adap.orgTodd C. Miller1999-01-221-3/+2
|
* only use /usr/{man,catman}/local to store man pages if suer didn't override ↵Todd C. Miller1999-01-201-234/+238
| | | | prefix or mandir
* fix typo, make --with-SecurID take an argTodd C. Miller1999-01-201-337/+344
|
* FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET>Todd C. Miller1999-01-191-331/+362
|
* better fix for the problem of unresolved symbols in -lnsl or -lsocketTodd C. Miller1999-01-191-45/+125
|
* when checking for functions in -lnsl and -lsocket link with both of them to ↵Todd C. Miller1999-01-191-2/+2
| | | | avoid unresolved symbols on some weirdo systems
* crank version and regen filesTodd C. Miller1999-01-171-1/+1
|
* kerb5 support from fcusack@iconnet.netTodd C. Miller1999-01-171-82/+13
|
* regen based on configure.inTodd C. Miller1999-01-171-0/+7474