summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-5/+16
* Substitute for _PATH_SUDO* variables in pathnames.h.Todd C. Miller2023-02-081-1/+33
* Add missing stdio.h include for the _FORTIFY_SOURCE=2 check.Todd C. Miller2023-04-261-7/+2
* Use ldap_msgfree() instead of ldap_init() for the lber.h test.Todd C. Miller2023-04-261-1/+1
* Add LDAP-specific innetgr() implementation.Todd C. Miller2023-03-101-1/+1
* configure.ac: fix openssl static buildFabrice Fontaine2023-02-221-1/+3
* 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-1/+1
* Add -Wl,--no-undefined to LDFLAGS if it is supported.Todd C. Miller2023-01-191-9/+11
* Solaris: use lt_prog_compiler_pic instead of assuming -KPICTodd C. Miller2023-01-181-6/+8
* Solaris: the aslr, nxheap and nxstack link options are only for executables.Todd C. Miller2023-01-182-21/+18
* Solaris: move aslr linker option to hardening and try to build real PIEsTodd C. Miller2023-01-182-4/+25
* Enable non-executable heap and stack options for Solaris ld.Todd C. Miller2023-01-182-4/+19
* Limit some of the hardening tests to compilers that define __GNUC__.Todd C. Miller2023-01-181-24/+26
* Add back the linker check for -fstack-clash-protection.Todd C. Miller2023-01-171-3/+5
* SUDO_CHECK_SANITIZER: quote "$3" in awk script so m4 doesn't eat it.Todd C. Miller2022-12-171-1/+1
* Fix a typo in SUDO_CHECK_NET_FUNC.Todd C. Miller2022-12-061-1/+1
* Initialize "found" in SUDO_CHECK_NET_FUNC.Todd C. Miller2022-12-061-0/+2
* Fix pasto introduced in last commit.Todd C. Miller2022-12-061-1/+1
* Add SUDO_CHECK_NET_FUNC to check functions in the network libraries.Todd C. Miller2022-12-061-0/+35
* Make sure HAVE_MAILLOCK_H is defined on Solaris 10.Todd C. Miller2022-12-061-0/+1
* Make path checks in sudo.m4 cachable.Todd C. Miller2022-12-061-139/+161
* Move gettext checks to m4/gettext.m4Todd C. Miller2022-12-051-0/+61
* Move LDAP library checks to m4/ldap.m4 and make more tests cacheable.Todd C. Miller2022-12-051-0/+128
* Move OpenSSL/wolfSSL checks to m4/openssl.m4Todd C. Miller2022-12-051-0/+294
* Move PIE executable checks to m4/pie.m4Todd C. Miller2022-12-051-0/+54
* Move address sanitizer and fuzzer checks to m4/sanitizer.m4Todd C. Miller2022-12-051-0/+63
* Move symbol visibility checks to m4/visibility.m4Todd C. Miller2022-12-051-0/+140
* Move hardening checks to m4/hardening.m4Todd C. Miller2022-12-051-0/+117
* Make cpp variadic arguments check into a macro and move to sudo.m4.Todd C. Miller2022-12-051-0/+56
* Update macros from autoconf-archive.Todd C. Miller2022-11-164-66/+27
* Replace `foo` in descriptions with 'foo'Todd C. Miller2022-11-162-13/+13
* Update to libtool 2.4.7.Todd C. Miller2022-03-315-104/+139
* Improve macOS version detection to support macOS 11 and simplify legacy logicTodd C. Miller2021-10-201-9/+4
* sudo_intercept.so: only replace execvpe() if it is present.Todd C. Miller2021-09-081-0/+11
* Fix typo in comment.Todd C. Miller2021-09-011-1/+1
* Cross-build support for mksigname and mksiglistTodd C. Miller2021-08-191-0/+155
* Use AC_CACHE_CHECK in place of AC_MSG_CHECKING + AC_CACHE_VAL where possible.Todd C. Miller2021-07-251-24/+17
* Rename logsrvd log dir to /var/log/sudo_logsrvd.Todd C. Miller2021-05-021-3/+3
* Add configuration for sudo_logsrvd store-and-forward mode.Todd C. Miller2021-04-231-0/+24
* determine Python (3.10) version number correctly.Todd C. Miller2021-04-161-5/+7
* Move python.m4 and runlog.m4 to the m4 directory.Todd C. Miller2021-04-162-0/+259
* Apply Google inclusive language guidelines.Todd C. Miller2020-10-301-1/+1
* configure: Fix runstatedir handling for distros that do not support itEvan Anderson2020-09-061-1/+1
* Allow HP-UX share libs and modules to link against static libs.Todd C. Miller2020-06-261-15/+1
* Fix some warnings from configure test programs.Todd C. Miller2020-06-202-16/+19
* Add basic support for --runstatedirTodd C. Miller2020-05-201-2/+6
* Create a pidfile for sudo_logsrvd when not run with the -n flag.Todd C. Miller2020-03-291-0/+1
* Example audit plugin that writes JSON output to a log file.Todd C. Miller2020-01-301-19/+42
* Add manual pages for logsrvd and sendlog.Todd C. Miller2019-10-241-9/+8