summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Substitute values in the example syslog.conf too.Todd C. Miller2022-02-111-1/+1
* Substitute paths set by configure in examples. Bug #1023Todd C. Miller2022-02-111-2/+2
* Sudo 1.9.10Todd C. Miller2022-02-111-1/+1
* Add support for matching command and args using regular expressions.Todd C. Miller2022-02-101-0/+17
* Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).Todd C. Miller2021-12-111-0/+4
* Sudo 1.9.9Todd C. Miller2021-11-241-1/+1
* Rename "doc" directory to "docs" for better GitHub compatibility.Todd C. Miller2021-11-101-1/+1
* Add configure check for sha1sum and use "openssh dgst -sha1" if missing.Todd C. Miller2021-11-101-0/+1
* Use strtoul() on systems without strtoull().Todd C. Miller2021-11-081-1/+1
* parse_gentime: use timegm() to generate time since the epochTodd C. Miller2021-10-311-0/+4
* wolfSSL not WolfSSLTodd C. Miller2021-10-261-8/+8
* Add support for WolfSSL's OpenSSL compatibility layer.Todd C. Miller2021-10-251-5/+139
* Fix setting _PATH_ASAN_LIB, need to double up the square brackets.Todd C. Miller2021-10-231-1/+1
* arc4random: need to include sys/random.h on Solaris too.Todd C. Miller2021-10-221-0/+1
* Always link libsudo_util.so with libcrypto.so if using OpenSSL.Todd C. Miller2021-10-201-23/+23
* Add an explicit check for sys/sysctl.h.Todd C. Miller2021-10-201-0/+6
* Use our own getentropy() by default on Linux.Todd C. Miller2021-10-201-1/+4
* Don't install sudoers.a when configured with --enable-static-sudoers.Todd C. Miller2021-10-111-3/+3
* Fix fuzzer build with when --enable-static-sudoers is used.Todd C. Miller2021-10-071-3/+5
* Try to handle the case where libasan.so is a linker script.Todd C. Miller2021-10-051-0/+2
* Add "-fcf-protection" to SSP_CFLAGS and SSP_LDFLAGS if supported.Todd C. Miller2021-09-291-0/+4
* Add "-z now" to hardened link options if supported.Todd C. Miller2021-09-291-0/+1
* Emulate closefrom() on macOS using proc_pidinfo().Todd C. Miller2021-09-271-0/+3
* Sudo 1.9.8p2Todd C. Miller2021-09-201-1/+1
* fix typoTodd C. Miller2021-09-201-1/+1
* Remove now-unused CHECK_INTERCEPT variable.Todd C. Miller2021-09-181-7/+0
* Add gmtime_r and localtime_r tests and compat if missing.Todd C. Miller2021-09-171-0/+8
* When using pkg-config, don't assume the names of the ssl and crypto libs.Todd C. Miller2021-09-171-6/+10
* Teach mkdep.pl about --tag=disable-static in LTFLAGS.Todd C. Miller2021-09-131-1/+1
* Use SUDO_APPEND_LIBPATH when appending to LIBTLS and LIBMD.Todd C. Miller2021-09-131-2/+30
* Use the EVP digest routines instead of calling SHA2 functions directly.Todd C. Miller2021-09-171-2/+2
* tls_init.c: use SSL_CTX_set0_tmp_dh_pkey if present.Todd C. Miller2021-09-171-1/+1
* Add --enable-openssl-pkgconfig-template option.Todd C. Miller2021-09-131-6/+11
* Fix the OpenSSL link order for the non-pkg-config case.Todd C. Miller2021-09-161-1/+1
* Sudo 1.9.8p1Todd C. Miller2021-09-151-1/+1
* Fix typo introduced in 1.9.7 that set SUDO_LDFLAGS to SUDOERS_LDFLAGS.Todd C. Miller2021-09-081-1/+1
* sudo_intercept.so: only replace execvpe() if it is present.Todd C. Miller2021-09-081-1/+4
* Do not compile intercept code if --disable-intercept is specified.Todd C. Miller2021-09-011-4/+1
* Add checks for -fstack-clash-protection and -Wl,-z,noexecstackTodd C. Miller2021-08-311-0/+5
* Change intercept IPC to use a localhost socket instead of inherited fd.Todd C. Miller2021-08-251-7/+0
* Use AC_FUNC_FSEEKO instead of AC_CHECK_FUNCS_ONCE([fseeko]).Todd C. Miller2021-08-201-1/+2
* We still need the pread/pwrite hack for HP-UX 11.11 at least.Todd C. Miller2021-08-191-1/+10
* Cross-build support for mksigname and mksiglistTodd C. Miller2021-08-191-0/+1
* Older Solaris has getusershell() et al but does not declare it.Todd C. Miller2021-08-131-1/+4
* Sudo 1.9.8Todd C. Miller2021-08-091-1/+1
* If building with address sanitizer make sure its DSO is first.Todd C. Miller2021-08-091-7/+12
* Require that our dso be first in the list to make sure it takes effect.Todd C. Miller2021-08-091-1/+1
* If msg_control is not present in struct msghdr use msg_accrights instead.Todd C. Miller2021-08-091-0/+7
* Add separate convenience lib for protobuf-cTodd C. Miller2021-08-091-1/+1
* Add support for loading the sudo_intercept.so DSO.Todd C. Miller2021-08-091-7/+52