summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* Move gettext checks to m4/gettext.m4Todd C. Miller2022-12-051-0/+1
* Move LDAP library checks to m4/ldap.m4 and make more tests cacheable.Todd C. Miller2022-12-051-0/+1
* Move OpenSSL/wolfSSL checks to m4/openssl.m4Todd C. Miller2022-12-051-0/+1
* Move PIE executable checks to m4/pie.m4Todd C. Miller2022-12-051-0/+1
* Move address sanitizer and fuzzer checks to m4/sanitizer.m4Todd C. Miller2022-12-051-0/+1
* Move symbol visibility checks to m4/visibility.m4Todd C. Miller2022-12-051-0/+1
* Move hardening checks to m4/hardening.m4Todd C. Miller2022-12-051-0/+1
* sudo 1.9.12p1Todd C. Miller2022-11-041-2/+2
* Cross-build support for mksigname and mksiglistTodd C. Miller2021-08-191-0/+1
* Sudo 1.9.7Todd C. Miller2021-04-261-1/+1
* Move python.m4 and runlog.m4 to the m4 directory.Todd C. Miller2021-04-161-255/+2
* For python3-config, only use -I and -L/-l from --cflags and --ldflags output.Todd C. Miller2020-06-061-4/+4
* Add support for building on OpenSSL 1.0.2.Todd C. Miller2020-01-211-5/+4
* plugins/python: various portability improvementsRobert Manner2020-01-141-2/+5
* regenTodd C. Miller2019-12-141-0/+253
* Solaris getentropy() requires that sys/random.h be included.Todd C. Miller2019-06-101-114/+0
* Add sudo_gettime_uptime() to measure time while not sleeping.Todd C. Miller2018-08-191-0/+114
* Regen with aclocal 1.15.1.Todd C. Miller2018-08-021-116/+2
* Use AX_APPEND_FLAG instead of SUDO_APPEND_CPPFLAGS and directTodd C. Miller2016-11-171-0/+1
* Wrap wordexp(3) in sudo_noexec.Todd C. Miller2016-10-051-1/+1
* Sudo 1.8.15Todd C. Miller2015-08-061-1/+1
* Instead of trying to make weak functions work on all platforms,Todd C. Miller2015-05-111-1/+0
* Use weak symbols for sudo_warn_gettext() and sudo_warn_strerror()Todd C. Miller2015-02-171-0/+1
* Update to automake 1.14 (no code changes).Todd C. Miller2014-08-141-5/+5
* Add dedicated test for getaddrinfo(). Tru64 UNIX contains twoTodd C. Miller2013-11-201-0/+1
* Add check for C99 compliant (v)snprintf function.Todd C. Miller2013-11-191-0/+1
* From Daniel Richard G. (bug #622)Todd C. Miller2013-11-131-395/+123
* Attempt to detect PIE failure on Solaris 10 with GNU as and GNU ldTodd C. Miller2013-05-241-0/+17
* Update copyright years.Todd C. Miller2013-04-241-1/+1
* Suppress duplicate -L and -I flags.Todd C. Miller2013-03-191-6/+29
* Add -R flags at the very end after configure link tests are doneTodd C. Miller2013-03-191-3/+3
* Replace --with-rpath and --with-blibpath with --disable-rpath.Todd C. Miller2013-03-181-10/+2
* Add m4/ to paths m4_include parameters so we don't need to useTodd C. Miller2013-02-231-7/+7
* Build with -fstack-protector and link with -zrelo where supported.Todd C. Miller2012-05-221-0/+5
* Initial cut at a hooks implementation. The plugin can registerTodd C. Miller2012-03-071-0/+18
* Add custom version of AC_CHECK_LIB that uses the extra libs in theTodd C. Miller2012-01-201-0/+22
* Add getaddrinfo() for those without it, written by Russ AllberyTodd C. Miller2011-12-021-1/+1
* No longer need SUDO_CHECK_TYPE and SUDO_TYPE_* now that the defaultTodd C. Miller2011-12-011-46/+0
* Quote first argument to AC_DEFUN(); from Elan RuusamaeTodd C. Miller2011-03-281-18/+18
* Add check for _PATH_UTMPTodd C. Miller2011-03-151-0/+18
* fix --with-iologdir=noTodd C. Miller2011-02-041-1/+3
* fix typo that broke --with-iologdirTodd C. Miller2011-02-041-1/+1
* Update copyright year to 2011Todd C. Miller2011-01-201-1/+1
* Rename io_logdir to iolog_dirTodd C. Miller2010-12-101-6/+6
* Fix SUDO_MAILDIR usage of AC_LANG_PROGRAMTodd C. Miller2010-11-201-2/+2
* Add cross-compile defaults for remaining AC_TRY_RUN usage.Todd C. Miller2010-08-021-2/+2
* Use AC_CHECK_MEMBER in SUDO_SOCK_SA_LENTodd C. Miller2010-07-311-38/+8
* If env_reset is enabled, set the MAIL environment variable basedTodd C. Miller2010-07-191-1/+34
* Move time stamp files from /var/run/sudo to /var/{db,lib,adm}/sudo.Todd C. Miller2010-07-141-18/+11
* Use a loop when searching for mv, sendmail and shTodd C. Miller2010-07-141-71/+44