summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-18/+57
* Substitute for _PATH_SUDO* variables in pathnames.h.Todd C. Miller2023-02-081-20/+9
* Convert config file paths to colon-separated path list.Todd C. Miller2023-05-021-1/+8
* Move CONFIGURE_ARGS from sudo_usage.h.in to config.h.in.Todd C. Miller2023-04-181-2/+10
* Use -no-undefined on macOS to avoid "-undefined dynamic_lookup" warnings.Todd C. Miller2023-04-141-22/+28
* Use built-in tests for bit types instead of using AC_CHECK_TYPES.Todd C. Miller2023-03-221-36/+11
* Remove portable getcwd.c, nothing uses it anymore.Todd C. Miller2023-03-161-1/+0
* Sudo 1.9.13p3Todd C. Miller2023-03-041-1/+1
* Sudo 1.9.13p2.Todd C. Miller2023-02-251-1/+1
* Replace LIBMD with LIBCRYPTO display crypto/tls libs in summary.Todd C. Miller2023-02-221-4/+5
* Add checks for realpath(3) and a version from NetBSD for those without it.Todd C. Miller2023-02-121-1/+11
* Move initial values into AC_SUBST() where possible.Todd C. Miller2023-02-211-147/+104
* No need to AC_SUBST() standard autoconf variables.Todd C. Miller2023-02-211-6/+0
* Fix indentation of intercept file in summary output.Todd C. Miller2023-02-191-1/+1
* Sudo 1.9.13p1Todd C. Miller2023-02-161-1/+1
* Use m4_bmatch, m4_case does not support shell-style globbing.Todd C. Miller2023-02-161-1/+1
* Allow configure.ac to be processed by autoconf 2.69.Todd C. Miller2023-02-161-1/+4
* Only use AC_SYS_YEAR2038 if it is defined.Todd C. Miller2023-02-161-1/+11
* Add missing '[' to AS_IF() call.Todd C. Miller2023-02-141-1/+1
* Use AS_IF instead of if; then where possible.Todd C. Miller2023-02-051-416/+403
* Add configure test for NSIG, _NSIG or __NSIG.Todd C. Miller2023-01-311-0/+18
* Try to link a simple shared object with -Wl,--no-undefined.Todd C. Miller2023-01-201-18/+27
* Don't use -Wl,--no-undefined with the sanitizers/fuzzers.Todd C. Miller2023-01-191-15/+18
* Eliminate usage of obsolete 2-argument AC_CHECK_TYPE macro.Todd C. Miller2023-01-191-15/+47
* Add support for the struct kinfo_proc on Dragonfly BSD.Todd C. Miller2023-01-191-22/+49
* Elminate the $OS variable, we can just use $host_os instead.Todd C. Miller2023-01-191-3/+1
* Need to link sudo and sudoers with -lutil on Dragonfly BSD.Todd C. Miller2023-01-191-7/+13
* Add -Wl,--no-undefined to LDFLAGS if it is supported.Todd C. Miller2023-01-191-0/+20
* Limit some of the hardening tests to compilers that define __GNUC__.Todd C. Miller2023-01-181-1/+1
* Fix logic goof in 05781ba6f1f3, disable replacements when fuzzing.Todd C. Miller2022-12-311-3/+3
* Substitute python plugin file name in sudo_plugin_python documentation.Todd C. Miller2022-12-301-0/+6
* Avoid using our function replacements when fuzzing (where possible).Todd C. Miller2022-12-291-11/+15
* sudo 1.9.13Todd C. Miller2022-12-261-1/+1
* Use AIX-style shared libraries on AIX by default instead of SVR4-style.Todd C. Miller2022-12-261-16/+27
* Add SUDO_CHECK_NET_FUNC to check functions in the network libraries.Todd C. Miller2022-12-061-132/+34
* Remove extraneous "(cached)" line when the -C option is used.Todd C. Miller2022-12-061-1/+1
* Use AC_PATH_PROGS_FEATURE_CHECK to find mandoc/nroff.Todd C. Miller2022-12-061-27/+30
* Don't check for _sys_siglist if sys_siglist is found.Todd C. Miller2022-12-061-3/+6
* Fix check for sys_sigabbrev.Todd C. Miller2022-12-061-2/+1
* Skip test for __func__ on C99 and above, avoid extra _sys_signame test.Todd C. Miller2022-12-051-4/+20
* Move gettext checks to m4/gettext.m4Todd C. Miller2022-12-051-59/+1
* Move LDAP library checks to m4/ldap.m4 and make more tests cacheable.Todd C. Miller2022-12-051-121/+3
* Move OpenSSL/wolfSSL checks to m4/openssl.m4Todd C. Miller2022-12-051-319/+32
* Move PIE executable checks to m4/pie.m4Todd C. Miller2022-12-051-51/+1
* Move address sanitizer and fuzzer checks to m4/sanitizer.m4Todd C. Miller2022-12-051-61/+2
* Move symbol visibility checks to m4/visibility.m4Todd C. Miller2022-12-051-137/+2
* Move hardening checks to m4/hardening.m4Todd C. Miller2022-12-051-114/+1
* Make cpp variadic arguments check into a macro and move to sudo.m4.Todd C. Miller2022-12-051-45/+6
* Use C23 [[__fallthrough__]] and [[__noreturn__]] attributes if supported.Todd C. Miller2022-11-291-4/+25
* Move the check for the fallthrough attribute outside the warnings block.Todd C. Miller2022-11-291-39/+46