summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD login class (login.conf) support.Todd C. Miller2000-03-071-0/+3
* Fix sudoers locking in visudo. We now lock the sudoers file itself, notTodd C. Miller2000-01-191-0/+3
* Don't need test for ftruncate() any more.Todd C. Miller2000-01-191-3/+0
* Add check for initgroups() since old SYSV lacks this.Todd C. Miller1999-12-091-0/+3
* o Kill HAVE_FNMATCH_HTodd C. Miller1999-12-091-3/+0
* o Now use getrlimit to find the highest fd when closing all non-std fd'sTodd C. Miller1999-11-041-0/+3
* o Change defaults stuff to put the value right in the struct.Todd C. Miller1999-10-071-67/+78
* Use strftime() instead of ctime() if it is available.Todd C. Miller1999-09-151-0/+3
* Add support for "Defaults" line in sudoers to make configuration variablesTodd C. Miller1999-09-081-6/+0
* Add _GNU_SOURCE for LinuxTodd C. Miller1999-08-281-0/+7
* Kill _XOPEN_EXTENDED_SOURCE -- causes problems on some OSesTodd C. Miller1999-08-261-7/+0
* Define _XOPEN_SOURCE_EXTENDED not _XOPEN_SOURCETodd C. Miller1999-08-261-0/+7
* Add check for LONG_IS_QUADTodd C. Miller1999-08-221-0/+3
* UCB-derived snprintf + asprintf support. Supports quads if the compilerTodd C. Miller1999-08-211-0/+6
* sudoers_lookup() now returns a bitmap instead of an int. This makes itTodd C. Miller1999-08-191-0/+3
* o --with-otp deprecated, use --without-passwd insteadTodd C. Miller1999-08-141-3/+0
* o Add a "pedentic" flag to the parser. This makes sudo warn in casesTodd C. Miller1999-08-121-3/+3
* o Move lock_file() and touch() into fileops.c so visudo can use themTodd C. Miller1999-08-071-0/+3
* Lock the log file.Todd C. Miller1999-08-061-0/+6
* o Kill *_MESSAGE and replace with NO_LECTURETodd C. Miller1999-08-051-3/+2
* Add --with-goodpri and --with-badpri configure options to specify theTodd C. Miller1999-08-051-0/+6
* Add check for syslog facilities and priorities tables in syslog.hTodd C. Miller1999-08-051-0/+3
* add 4th term to license similar to term 5 in the apache licenseTodd C. Miller1999-07-311-0/+7
* BSD-style copyright. Remove USE_GETPASS and HAVE_UTIME_NULL. Add HAVE_FWTK,...Todd C. Miller1999-07-221-23/+47
* for kerberos V < version, fall back on old kerb4 auth codeTodd C. Miller1999-06-221-3/+3
* In estrdup(), do the malloc ourselves so we don't need to rely on theTodd C. Miller1999-04-061-3/+0
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-1/+1
* ++versionTodd C. Miller1999-03-291-1/+1
* Simplify PAM code and fix a PAM-related warning on LinuxTodd C. Miller1999-03-281-0/+7
* only include strings.h if there is no string.hTodd C. Miller1999-03-191-3/+3
* add explicate copyrightTodd C. Miller1999-02-031-0/+1
* add sudo tagsTodd C. Miller1999-01-171-1/+1
* crank version and regen filesTodd C. Miller1999-01-171-1/+1
* kerb5 support from fcusack@iconnet.netTodd C. Miller1999-01-171-5/+0
* add missing NO_ROOT_SUDOTodd C. Miller1998-11-211-0/+3
* add back check for sys/sockio.h but only use it if SIOCGIFCONFSUDO_1_5_7Todd C. Miller1998-11-181-0/+3
* define BSD_COMP for svr4Todd C. Miller1998-11-181-0/+4
* no more HAVE_SYS_SOCKIO_HTodd C. Miller1998-11-181-3/+0
* go back to printing "command not found" unless --disable-path-infoTodd C. Miller1998-11-081-0/+3
* add HAVE_ISCOMSEC and HAVE_ISSECURETodd C. Miller1998-11-031-0/+6
* add HAVE_DISPCRYPTTodd C. Miller1998-10-251-0/+3
* getprpwuid is broken in HP-UX 10.20 at least (it sleeps for 2 minutes if theTodd C. Miller1998-10-211-2/+2
* add HAVE_INITPRIVSTodd C. Miller1998-10-191-0/+3
* add SIA supportTodd C. Miller1998-10-191-0/+3
* move Syslog_* defs into sudo.hTodd C. Miller1998-10-181-23/+0
* SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID now come from the MakefileTodd C. Miller1998-10-171-5/+0
* assimilated options.hTodd C. Miller1998-10-151-23/+164
* new shadow password scheme. Always include shadow support if theTodd C. Miller1998-09-211-45/+15
* updated versionTodd C. Miller1998-09-171-1/+1
* fix HAVE_PAMTodd C. Miller1998-09-111-1/+1