summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Sudo 1.8.32Todd C. Miller2021-02-041-9/+9
* Fix some warnings from configure test programs.Todd C. Miller2020-06-201-20/+23
* Add setprogname(3) for those without it.Todd C. Miller2021-01-061-1/+16
* Move openat() emulation to lib/util and at unlinkat() emulation.Todd C. Miller2019-10-241-3/+52
* sudo 1.8.31p2SUDO_1_8_31p2Todd C. Miller2020-06-111-10/+22
* Declare getdelim(3) if it exists in libc but is not prototyped in stdio.h.Todd C. Miller2020-06-061-0/+13
* Sudo 1.8.31p1SUDO_1_8_31p1Todd C. Miller2020-03-141-9/+9
* Sudo 1.8.31SUDO_1_8_31Todd C. Miller2020-01-301-9/+9
* Sudo 1.8.30Todd C. Miller2019-12-311-9/+9
* Enable OpenBSD extensions on NetBSD to get reallocarray(3) prototype.Todd C. Miller2019-12-251-0/+4
* Add runas_check_shell flag to require a runas user to have a valid shell.Todd C. Miller2019-12-091-0/+26
* Sudo 1.8.29Todd C. Miller2019-10-211-9/+9
* Sudo 1.8.28p1Todd C. Miller2019-10-161-9/+9
* Always use our own strtonum and implement sudo_strtoid in terms of it.Todd C. Miller2019-10-141-24/+0
* Back out compiler override for now.Todd C. Miller2019-10-061-546/+195
* Only prefer clang over gcc on BSD systems.Todd C. Miller2019-10-061-1/+544
* Set CC before AC_USE_SYSTEM_EXTENSIONS to get our preferred compiler.Todd C. Miller2019-09-201-541/+2
* 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/+347
* 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-8/+32
* Revert version back to 1.8.28Todd C. Miller2019-07-261-9/+9
* Use strftime(3) instead of formatting struct tm by hand.Todd C. Miller2019-07-191-9/+9
* Rename PLUGINDIR -> plugindirTodd C. Miller2019-07-031-9/+9
* Use $libexecdir in default settings used by the documentation.Todd C. Miller2019-07-031-67/+66
* 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-23/+6
* Solaris getentropy() requires that sys/random.h be included.Todd C. Miller2019-06-101-27/+40
* Sudo 1.8.28Todd C. Miller2019-04-291-15/+10
* Add a proper getdelim(3) replacement and use it instead of getline(3).Todd C. Miller2019-04-081-21/+14
* Use $ac_cv_search_FUNCTION instead of $ac_lib and $ac_res.Todd C. Miller2019-01-251-6/+17
* sudo 1.8.27Todd C. Miller2018-12-241-9/+9
* Add support for utmps as found in HP-UX.Todd C. Miller2018-11-181-52/+191
* Support st_nmtime in struct stat as found in HP-UX.Todd C. Miller2018-11-141-0/+10
* 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/+39
* sudo 1.8.26Todd C. Miller2018-09-241-9/+9
* sudo 1.8.25p1Todd C. Miller2018-09-121-9/+9
* Add a test for the 4-argument au_close() function found in SolarisTodd C. Miller2018-08-271-0/+40
* Use struct timespec, not struct timeval in the event subsystem.Todd C. Miller2018-08-251-6/+30
* Do not assume all Linux has linux/random.h.Todd C. Miller2018-08-221-0/+13
* Add --enable-package-build to give configure a hint that we areTodd C. Miller2018-08-221-4/+18
* HP-UX doesn't suport CLOCK_MONOTONIC but we can use gethrtime() instead.Todd C. Miller2018-08-201-8/+10
* sudo 1.8.25Todd C. Miller2018-08-201-9/+9
* Add sudo_gettime_uptime() to measure time while not sleeping.Todd C. Miller2018-08-191-27/+40
* Regen with aclocal 1.15.1.Todd C. Miller2018-08-021-27/+27
* Add sudo_getgrouplist2() to dynamically allocate the group vector.Todd C. Miller2018-06-151-6/+0
* Import arc4random() from libressl. This takes an all-in-one approachTodd C. Miller2018-05-241-0/+170
* Move digest code into libutilTodd C. Miller2018-05-241-5/+5
* Define ZLIB_CONST so we get the const version of the API.Todd C. Miller2018-05-171-0/+32