summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Crank version to 1.6.2Todd C. Miller2000-01-171-1/+1
* For HP-UX cc, add -Aa to CPPFLAGS.Todd C. Miller2000-01-141-24/+24
* Add check for initgroups() since old SYSV lacks this.Todd C. Miller1999-12-091-1/+1
* o Kill HAVE_FNMATCH_HTodd C. Miller1999-12-091-4/+4
* crank version to 1.6Todd C. Miller1999-12-051-1/+1
* Wrap script execution w/ /bin/sh for the benefit of ctmTodd C. Miller1999-11-251-2/+2
* regenTodd C. Miller1999-11-081-525/+454
* o Now use getrlimit to find the highest fd when closing all non-std fd'sTodd C. Miller1999-11-041-364/+365
* New krb5 code from Frank Cusack <fcusack@iconnet.net>.Todd C. Miller1999-10-131-126/+28
* o Change defaults stuff to put the value right in the struct.Todd C. Miller1999-10-071-396/+413
* Use strftime() instead of ctime() if it is available.Todd C. Miller1999-09-151-1/+1
* add --without-sendmail to help outputTodd C. Miller1999-09-141-373/+374
* enforce an otctal arg for --with-suoders-modeTodd C. Miller1999-09-141-345/+347
* Add support for "Defaults" line in sudoers to make configuration variablesTodd C. Miller1999-09-081-445/+372
* Define _XOPEN_EXTENDED_SOURCE on AIX and __USE_FIXED_PROTOTYPES__ on SunOS4 w...Todd C. Miller1999-08-281-304/+311
* Add _GNU_SOURCE for LinuxTodd C. Miller1999-08-281-259/+265
* aix_auth.o not authenticate.oTodd C. Miller1999-08-281-1/+1
* Kill _XOPEN_EXTENDED_SOURCE -- causes problems on some OSesTodd C. Miller1999-08-261-239/+234
* Kill VISUDO_LIBS and VISUDO_LDFLAGS. Add LIBS, NET_LIBS, and LDFLAGS.Todd C. Miller1999-08-261-398/+405
* Define _XOPEN_SOURCE_EXTENDED not _XOPEN_SOURCETodd C. Miller1999-08-261-311/+315
* include strcasecmp() for those without itTodd C. Miller1999-08-241-2/+2
* define _XOPEN_SOURCE to get at crypt() proto on some systemsTodd C. Miller1999-08-231-310/+311
* Better test for working long long support. Ultrix compiler supportsTodd C. Miller1999-08-221-2/+2
* Add check for LONG_IS_QUADTodd C. Miller1999-08-221-157/+178
* UCB-derived snprintf + asprintf support. Supports quads if the compilerTodd C. Miller1999-08-211-158/+182
* sudoers_lookup() now returns a bitmap instead of an int. This makes itTodd C. Miller1999-08-191-371/+396
* Add testsudoers to default build target if --with-develTodd C. Miller1999-08-171-370/+371
* o --with-otp deprecated, use --without-passwd insteadTodd C. Miller1999-08-141-393/+412
* o Digital UNIX needs to check for *snprintf() before -ldb is added to LIBSTodd C. Miller1999-08-121-265/+370
* o Add a "pedentic" flag to the parser. This makes sudo warn in casesTodd C. Miller1999-08-121-372/+411
* 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
* 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
* 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
* 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
* 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
* 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