summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* sudo 1.9.12p1Todd C. Miller2022-11-041-9/+9
* configure: better test for -fstack-clash-protectionTodd C. Miller2022-10-271-62/+18
* Check that compiler accepts -fstack-clash-protection and -fcf-protection.Todd C. Miller2022-10-271-2/+80
* Use mkdtempat_np() and mkostempsat_np() on macOSTodd C. Miller2022-09-221-1/+24
* Add fchownat() systems without it.Todd C. Miller2022-09-211-0/+26
* Add mkdtempat() and mkostempsat() for systems without them.Todd C. Miller2022-09-211-5/+6
* Use process_vm_readv(2) and process_vm_writev(2) if available.Todd C. Miller2022-08-251-0/+10
* 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-9/+9
* 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-9/+9
* Sudo 1.9.11p2Todd C. Miller2022-06-121-9/+9
* Sudo 1.9.11p1Todd C. Miller2022-06-081-9/+9
* Check for SECCOMP_MODE_FILTER not SECCOMP_SET_MODE_FILTER.Todd C. Miller2022-06-071-4/+4
* Add EXAMPLES variables for use in the man pages for the examples directory.Todd C. Miller2022-06-061-0/+22
* Avoid using vfork(2) in the DSO system(3) wrapper.Todd C. Miller2022-06-031-2/+0
* Add configure check for vfork(2) and fall back to fork(2) if missing.Todd C. Miller2022-05-311-0/+2
* 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-0/+26
* Use explicit library dependencies instead of implicit.Todd C. Miller2022-05-191-1/+1
* Sudo 1.9.11Todd C. Miller2022-04-291-9/+9
* Define _TIME_BITS=64 on systems that define __TIMESIZE, like GNU libc.Todd C. Miller2022-04-191-1/+19
* Fix check for EVP_MD_CTX_new() when -pthread is in Libs.private.Todd C. Miller2022-04-041-4/+49
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-44/+44
* Update to libtool 2.4.7.Todd C. Miller2022-03-311-82/+228
* Fix check for EVP_MD_CTX_new using static libcrypto with dependencies.Todd C. Miller2022-03-311-49/+54
* --enable-openssl: don't add non-existent directories to PKG_CONFIG_LIBDIRTodd C. Miller2022-03-301-3/+11
* 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-0/+29
* 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-2/+7
* Move the cvtsudoers/sudoers/testsudoers/visudo tests into a script.Todd C. Miller2022-02-281-1/+2
* Add configure check for gzclearerr() when using system zlib.Todd C. Miller2022-02-241-10/+10
* Fix PVS-Studio platform check for macOS.Todd C. Miller2022-02-241-1/+1
* Substitute values in the example syslog.conf too.Todd C. Miller2022-02-111-1/+2
* Substitute paths set by configure in examples. Bug #1023Todd C. Miller2022-02-111-2/+4
* Sudo 1.9.10Todd C. Miller2022-02-111-9/+9
* Add support for matching command and args using regular expressions.Todd C. Miller2022-02-101-0/+18
* Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).Todd C. Miller2021-12-111-0/+26
* Sudo 1.9.9Todd C. Miller2021-11-241-9/+9
* Rename "doc" directory to "docs" for better GitHub compatibility.Todd C. Miller2021-11-101-2/+2
* Add configure check for sha1sum and use "openssh dgst -sha1" if missing.Todd C. Miller2021-11-101-0/+47
* Use strtoul() on systems without strtoull().Todd C. Miller2021-11-081-0/+2
* parse_gentime: use timegm() to generate time since the epochTodd C. Miller2021-10-311-0/+26
* wolfSSL not WolfSSLTodd C. Miller2021-10-261-6/+6
* Add support for WolfSSL's OpenSSL compatibility layer.Todd C. Miller2021-10-251-4/+668
* Fix setting _PATH_ASAN_LIB, need to double up the square brackets.Todd C. Miller2021-10-231-1/+1