summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Sudo 1.8.32Todd C. Miller2021-02-041-1/+1
* Fix some warnings from configure test programs.Todd C. Miller2020-06-201-4/+4
* Add setprogname(3) for those without it.Todd C. Miller2021-01-061-2/+5
* Move openat() emulation to lib/util and at unlinkat() emulation.Todd C. Miller2019-10-241-1/+9
* sudo 1.8.31p2SUDO_1_8_31p2Todd C. Miller2020-06-111-1/+1
* Declare getdelim(3) if it exists in libc but is not prototyped in stdio.h.Todd C. Miller2020-06-061-1/+4
* Sudo 1.8.31p1SUDO_1_8_31p1Todd C. Miller2020-03-141-1/+1
* Sudo 1.8.31SUDO_1_8_31Todd C. Miller2020-01-301-2/+2
* Sudo 1.8.30Todd C. Miller2019-12-311-1/+1
* Enable OpenBSD extensions on NetBSD to get reallocarray(3) prototype.Todd C. Miller2019-12-251-0/+8
* Add runas_check_shell flag to require a runas user to have a valid shell.Todd C. Miller2019-12-091-1/+5
* Sudo 1.8.29Todd C. Miller2019-10-211-1/+1
* Sudo 1.8.28p1Todd C. Miller2019-10-161-1/+1
* Always use our own strtonum and implement sudo_strtoid in terms of it.Todd C. Miller2019-10-141-4/+0
* Back out compiler override for now.Todd C. Miller2019-10-061-7/+0
* Only prefer clang over gcc on BSD systems.Todd C. Miller2019-10-061-1/+7
* Set CC before AC_USE_SYSTEM_EXTENSIONS to get our preferred compiler.Todd C. Miller2019-09-201-1/+1
* If no mandoc or nroff is present, install mdoc format manuals.Todd C. Miller2019-09-191-0/+2
* Prefer clang over gcc.Todd C. Miller2019-09-171-0/+1
* Add regress tests for str2sig() and sig2str().Todd C. Miller2019-08-191-0/+5
* Store signal name, not number in I/O log timing file.Todd C. Miller2019-08-051-4/+12
* Revert version back to 1.8.28Todd C. Miller2019-07-261-1/+1
* Use strftime(3) instead of formatting struct tm by hand.Todd C. Miller2019-07-191-1/+1
* Rename PLUGINDIR -> plugindirTodd C. Miller2019-07-031-9/+9
* Use $libexecdir in default settings used by the documentation.Todd C. Miller2019-07-031-61/+64
* Update plugindir even when --disable-shared is specified.Todd C. Miller2019-07-031-6/+7
* Remove .cat pages, there is no need for them in the modern world.Todd C. Miller2019-06-201-22/+5
* Make env_editor the default.Todd C. Miller2019-06-201-1/+1
* Solaris getentropy() requires that sys/random.h be included.Todd C. Miller2019-06-101-1/+3
* Sudo 1.8.28Todd C. Miller2019-04-291-1/+1
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-1/+15
* Add a proper getdelim(3) replacement and use it instead of getline(3).Todd C. Miller2019-04-081-9/+7
* Use $ac_cv_search_FUNCTION instead of $ac_lib and $ac_res.Todd C. Miller2019-01-251-5/+16
* sudo 1.8.27Todd C. Miller2018-12-241-1/+1
* Add support for utmps as found in HP-UX.Todd C. Miller2018-11-181-42/+8
* Support st_nmtime in struct stat as found in HP-UX.Todd C. Miller2018-11-141-2/+8
* Add sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn, sudo_gai_warnTodd C. Miller2018-11-051-3/+17
* Add --enable-pvs-studio configure option to create PVS-Studio.cfg.Todd C. Miller2018-10-211-0/+34
* sudo 1.8.26Todd C. Miller2018-09-241-1/+1
* sudo 1.8.25p1Todd C. Miller2018-09-121-1/+1
* Add a test for the 4-argument au_close() function found in SolarisTodd C. Miller2018-08-271-0/+7
* Use struct timespec, not struct timeval in the event subsystem.Todd C. Miller2018-08-251-2/+3
* Do not assume all Linux has linux/random.h.Todd C. Miller2018-08-221-0/+2
* Add --enable-package-build to give configure a hint that we areTodd C. Miller2018-08-221-4/+12
* HP-UX doesn't suport CLOCK_MONOTONIC but we can use gethrtime() instead.Todd C. Miller2018-08-201-2/+2
* sudo 1.8.25Todd C. Miller2018-08-201-1/+1
* Add sudo_gettime_uptime() to measure time while not sleeping.Todd C. Miller2018-08-191-0/+3
* Add sudo_getgrouplist2() to dynamically allocate the group vector.Todd C. Miller2018-06-151-1/+0
* Import arc4random() from libressl. This takes an all-in-one approachTodd C. Miller2018-05-241-3/+34
* Move digest code into libutilTodd C. Miller2018-05-241-5/+5