summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Move openat() emulation to lib/util and at unlinkat() emulation.Todd C. Miller2019-10-241-0/+3
* Declare getdelim(3) if it exists in libc but is not prototyped in stdio.h.Todd C. Miller2020-06-061-0/+4
* Enable OpenBSD extensions on NetBSD to get reallocarray(3) prototype.Todd C. Miller2019-12-251-0/+5
* Add runas_check_shell flag to require a runas user to have a valid shell.Todd C. Miller2019-12-091-0/+3
* Always use our own strtonum and implement sudo_strtoid in terms of it.Todd C. Miller2019-10-141-3/+0
* Store signal name, not number in I/O log timing file.Todd C. Miller2019-08-051-0/+3
* Solaris getentropy() requires that sys/random.h be included.Todd C. Miller2019-06-101-2/+5
* Add a proper getdelim(3) replacement and use it instead of getline(3).Todd C. Miller2019-04-081-6/+3
* Add support for utmps as found in HP-UX.Todd C. Miller2018-11-181-21/+6
* Support st_nmtime in struct stat as found in HP-UX.Todd C. Miller2018-11-141-0/+3
* Add a test for the 4-argument au_close() function found in SolarisTodd C. Miller2018-08-271-0/+4
* Use struct timespec, not struct timeval in the event subsystem.Todd C. Miller2018-08-251-0/+6
* Do not assume all Linux has linux/random.h.Todd C. Miller2018-08-221-0/+3
* HP-UX doesn't suport CLOCK_MONOTONIC but we can use gethrtime() instead.Todd C. Miller2018-08-201-0/+3
* Add sudo_gettime_uptime() to measure time while not sleeping.Todd C. Miller2018-08-191-2/+5
* Regen with aclocal 1.15.1.Todd C. Miller2018-08-021-2/+2
* Import arc4random() from libressl. This takes an all-in-one approachTodd C. Miller2018-05-241-0/+27
* Monty Python insults from Philip HudsonTodd C. Miller2018-04-171-0/+3
* Less confusing sysctl checks for kinfo_proc.Todd C. Miller2018-03-051-12/+12
* Use setpassent() and setgroupent() on systems that support it toTodd C. Miller2018-02-201-0/+6
* Remove use of AC_HEADER_TIME, only obsolete platforms actuallyTodd C. Miller2018-01-171-3/+0
* Add tsdump, a simple utility to dump a timestamp file. To build,Todd C. Miller2018-01-111-0/+3
* Make PC insults the default and add new configure option,Todd C. Miller2017-09-181-4/+4
* Replace tty_tickets option with timestamp_type which can beTodd C. Miller2017-08-011-3/+3
* Use getentropy() in mkstemp/mkdtemp replacement.Todd C. Miller2017-06-291-0/+3
* Remove use of non-standard sigaction_tTodd C. Miller2017-05-121-3/+0
* Emulate pipe2() on systems without it.Todd C. Miller2017-03-131-0/+3
* strftime() was in C89 so use it unconditionally.Todd C. Miller2017-02-181-3/+0
* Add NOTBEFORE and NOTAFTER command options similar to what isTodd C. Miller2017-02-181-0/+6
* When waiting for the parent to grant us the tty, use nanosleepTodd C. Miller2017-01-121-0/+3
* Use getgrouplist_2() on macOS if available.Todd C. Miller2016-12-131-0/+7
* id_t is 64-bits on FreeBSD so use strtoll() there.Todd C. Miller2016-11-301-0/+6
* Add support for getpwnam_shadow() on OpenBSDTodd C. Miller2016-11-171-0/+3
* Always define _PATH_SUDO_NOEXEC, _PATH_SUDO_SESH, _PATH_SUDO_PLUGIN_DIR,Todd C. Miller2016-11-161-0/+3
* Remove SunOS 4 support, it is not modern enough to run sudo.Todd C. Miller2016-11-141-8/+0
* Remove HP-UX 9 support, it is not modern enough for sudo.Todd C. Miller2016-11-141-4/+0
* Remove Ultrix support, modern sudo can't run on Ultrix anyway.Todd C. Miller2016-11-141-4/+0
* Use vsyslog() if available.Todd C. Miller2016-10-181-0/+3
* Fix configure check for seccomp filter on LinuxTodd C. Miller2016-10-091-3/+4
* Use a seccomp filter on Linux to disable execve(2) and execveat(2).Todd C. Miller2016-10-081-0/+3
* Wrap wordexp(3) in sudo_noexec.Todd C. Miller2016-10-051-0/+6
* Define NO_LEAKS when sudo is built with Coverity.Todd C. Miller2016-05-041-0/+5
* Remove configure checks for dev_t, id_t, ino_t, ptrdiff_t, size_tTodd C. Miller2016-04-281-15/+0
* Work around an ambiguity in the PAM spec with respect to the conversationTodd C. Miller2016-03-091-0/+4
* Add --enable-asan configure flag to enable address sanitizerTodd C. Miller2016-01-271-0/+3
* When calling setauthdb(), save the old registry value so we canTodd C. Miller2016-01-221-0/+3
* Use faccessat(2) for directory writability instead of doing theTodd C. Miller2016-01-181-0/+3
* Work around the buggy pread(2) on 32-bit HP-UX 11.00 by usingTodd C. Miller2016-01-131-0/+10
* Add directory writability checks for sudoedit.Todd C. Miller2015-10-231-0/+3
* There's no point in trying to interpose protected versions of theTodd C. Miller2015-09-281-66/+0