summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Use AC_SYS_YEAR2038 instead of setting _TIME_BITS by hand.Todd C. Miller2022-11-161-10/+1
* Replace `foo` in descriptions with 'foo'Todd C. Miller2022-11-161-38/+38
* Fix insufficient quoting in AC_CHECK_LIB() calls.Todd C. Miller2022-11-161-28/+30
* Add -Wvla and -Walloca to --enable-warningsTodd C. Miller2022-11-151-0/+3
* configure: only check for getauxval() if getentropy() is missing.Todd C. Miller2022-11-111-1/+2
* Remove checks for random() and lrand48(), they are no longer used.Todd C. Miller2022-11-111-4/+0
* Skip check for cpp variadic macro support if the compiler supports C99.Todd C. Miller2022-11-111-10/+10
* HI-UX/MPP is based on OSF-1, not HP-UXTodd C. Miller2022-11-111-27/+21
* Only check for utmps.h on HP-UX.Todd C. Miller2022-11-111-3/+7
* Only check for sys/syscall.h on Linux.Todd C. Miller2022-11-111-2/+2
* configure: avoid running unnecessary tests on modern systems.Todd C. Miller2022-11-111-17/+11
* sudo 1.9.12p1Todd C. Miller2022-11-041-1/+1
* configure: better test for -fstack-clash-protectionTodd C. Miller2022-10-271-6/+20
* Check that compiler accepts -fstack-clash-protection and -fcf-protection.Todd C. Miller2022-10-271-6/+10
* Use mkdtempat_np() and mkostempsat_np() on macOSTodd C. Miller2022-09-221-1/+9
* Add fchownat() systems without it.Todd C. Miller2022-09-211-0/+4
* Add mkdtempat() and mkostempsat() for systems without them.Todd C. Miller2022-09-211-4/+5
* Move gcc-style __attribute__ macros to config.h.inTodd C. Miller2022-09-071-1/+47
* Use process_vm_readv(2) and process_vm_writev(2) if available.Todd C. Miller2022-08-251-0/+4
* Use our own arc4random() in preference to the glibc version.Todd C. Miller2022-08-041-0/+4
* Sudo 1.9.12.Todd C. Miller2022-08-021-1/+1
* Make sudo pass -Wwrite-stringsTodd C. Miller2022-06-281-1/+1
* A typo prevented -Wno-deprecated-declarations from being used on macOS.Todd C. Miller2022-06-281-1/+1
* Make sudo pass -Wmissing-prototypesTodd C. Miller2022-06-271-1/+1
* Sudo 1.9.11p3Todd C. Miller2022-06-201-1/+1
* Sudo 1.9.11p2Todd C. Miller2022-06-121-1/+1
* Sudo 1.9.11p1Todd C. Miller2022-06-081-1/+1
* Check for SECCOMP_MODE_FILTER not SECCOMP_SET_MODE_FILTER.Todd C. Miller2022-06-071-2/+2
* Add EXAMPLES variables for use in the man pages for the examples directory.Todd C. Miller2022-06-061-1/+22
* Avoid using vfork(2) in the DSO system(3) wrapper.Todd C. Miller2022-06-031-1/+1
* Add configure check for vfork(2) and fall back to fork(2) if missing.Todd C. Miller2022-05-311-1/+1
* On AIX, fmemopen(3) has a bug where feof() returns false at EOF.Todd C. Miller2022-05-291-5/+3
* Regenerate files after merging AppArmor integration.Todd C. Miller2022-05-271-2/+1
* Add a --with-apparmor build flagkernelmethod2022-05-231-0/+16
* Use explicit library dependencies instead of implicit.Todd C. Miller2022-05-191-1/+1
* Sudo 1.9.11Todd C. Miller2022-04-291-1/+1
* Define _TIME_BITS=64 on systems that define __TIMESIZE, like GNU libc.Todd C. Miller2022-04-191-1/+12
* Fix check for EVP_MD_CTX_new() when -pthread is in Libs.private.Todd C. Miller2022-04-041-4/+17
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-8/+8
* Fix check for EVP_MD_CTX_new using static libcrypto with dependencies.Todd C. Miller2022-03-311-8/+13
* --enable-openssl: don't add non-existent directories to PKG_CONFIG_LIBDIRTodd C. Miller2022-03-301-3/+11
* Update copyright year.Todd C. Miller2022-03-011-1/+1
* Add sudo_closefrom() regression test.Todd C. Miller2022-03-011-0/+1
* Use close_range(2) in closefrom() emulation if available.Todd C. Miller2022-03-011-1/+12
* Repair --enable-pvs-studio on Linux.Todd C. Miller2022-03-011-3/+3
* Mention apple radar 3710161 in the comment about broken macOS poll(2).Todd C. Miller2022-03-011-1/+1
* Adapt test harness for lib/util and move to regress directory.Todd C. Miller2022-02-281-1/+2
* Move the cvtsudoers/sudoers/testsudoers/visudo tests into a script.Todd C. Miller2022-02-281-1/+1
* Add configure check for gzclearerr() when using system zlib.Todd C. Miller2022-02-241-1/+1
* Fix PVS-Studio platform check for macOS.Todd C. Miller2022-02-241-1/+1