summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-27/+163
* Substitute for _PATH_SUDO* variables in pathnames.h.Todd C. Miller2023-02-081-20/+123
* Convert config file paths to colon-separated path list.Todd C. Miller2023-05-021-1/+8
* Regenerate with latest autoconf from git.Todd C. Miller2023-05-011-337/+223
* Add missing stdio.h include for the _FORTIFY_SOURCE=2 check.Todd C. Miller2023-04-261-24/+2
* Use ldap_msgfree() instead of ldap_init() for the lber.h test.Todd C. Miller2023-04-261-1/+1
* Move CONFIGURE_ARGS from sudo_usage.h.in to config.h.in.Todd C. Miller2023-04-181-2/+6
* Use -no-undefined on macOS to avoid "-undefined dynamic_lookup" warnings.Todd C. Miller2023-04-141-17/+63
* Regenerate with the autoconf 2.72c snapshot.Todd C. Miller2023-03-271-5/+5
* Use built-in tests for bit types instead of using AC_CHECK_TYPES.Todd C. Miller2023-03-221-40/+352
* Remove portable getcwd.c, nothing uses it anymore.Todd C. Miller2023-03-161-1/+0
* Add LDAP-specific innetgr() implementation.Todd C. Miller2023-03-101-1/+1
* Sudo 1.9.13p3Todd C. Miller2023-03-041-9/+9
* Sudo 1.9.13p2.Todd C. Miller2023-02-251-43/+12
* 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-0/+59
* Move initial values into AC_SUBST() where possible.Todd C. Miller2023-02-211-144/+22
* No need to AC_SUBST() standard autoconf variables.Todd C. Miller2023-02-211-10/+4
* Fix indentation of intercept file in summary output.Todd C. Miller2023-02-191-1/+1
* Sudo 1.9.13p1Todd C. Miller2023-02-161-9/+9
* Allow configure.ac to be processed by autoconf 2.69.Todd C. Miller2023-02-161-1/+3
* Add missing '[' to AS_IF() call.Todd C. Miller2023-02-141-2/+3
* Use AS_IF instead of if; then where possible.Todd C. Miller2023-02-051-336/+981
* Add configure test for NSIG, _NSIG or __NSIG.Todd C. Miller2023-01-311-0/+59
* Regen with latest autoconf git.Todd C. Miller2023-01-271-23/+37
* Fix a typo.Todd C. Miller2023-01-271-1/+1
* Try to link a simple shared object with -Wl,--no-undefined.Todd C. Miller2023-01-201-37/+28
* 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-74/+52
* Add support for the struct kinfo_proc on Dragonfly BSD.Todd C. Miller2023-01-191-32/+59
* 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/+79
* Add -Wl,--no-undefined to LDFLAGS if it is supported.Todd C. Miller2023-01-191-41/+118
* Solaris: use lt_prog_compiler_pic instead of assuming -KPICTodd C. Miller2023-01-181-46/+8
* Solaris: the aslr, nxheap and nxstack link options are only for executables.Todd C. Miller2023-01-181-251/+248
* Solaris: move aslr linker option to hardening and try to build real PIEsTodd C. Miller2023-01-181-35/+175
* Enable non-executable heap and stack options for Solaris ld.Todd C. Miller2023-01-181-4/+167
* Limit some of the hardening tests to compilers that define __GNUC__.Todd C. Miller2023-01-181-15/+17
* Add back the linker check for -fstack-clash-protection.Todd C. Miller2023-01-171-1/+44
* 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/+7
* Avoid using our function replacements when fuzzing (where possible).Todd C. Miller2022-12-291-11/+15
* sudo 1.9.13Todd C. Miller2022-12-261-493/+218
* Use AIX-style shared libraries on AIX by default instead of SVR4-style.Todd C. Miller2022-12-261-43/+24
* SUDO_CHECK_SANITIZER: quote "$3" in awk script so m4 doesn't eat it.Todd C. Miller2022-12-171-37/+37
* Fix a typo in SUDO_CHECK_NET_FUNC.Todd C. Miller2022-12-061-5/+5
* Initialize "found" in SUDO_CHECK_NET_FUNC.Todd C. Miller2022-12-061-0/+10
* Fix pasto introduced in last commit.Todd C. Miller2022-12-061-10/+10
* Add SUDO_CHECK_NET_FUNC to check functions in the network libraries.Todd C. Miller2022-12-061-123/+225
* Make sure HAVE_MAILLOCK_H is defined on Solaris 10.Todd C. Miller2022-12-061-0/+2