summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Substitute the value of EDITOR into the sudoers and visudo manuals.Todd C. Miller2010-07-141-19/+13
* Now that sudoers is a dynamically loaded module we cannot overrideTodd C. Miller2010-07-061-16/+0
* Substitute @io_logdir@ for the sudoers I/O log directory.Todd C. Miller2010-07-011-6/+6
* HP-UX ld uses +b instead or -R or -rpathTodd C. Miller2010-06-021-1/+6
* Break sudoers transcript feature up into log_input and log_output.Todd C. Miller2010-05-301-10/+10
* Update to libtool-2.2.6b. I haven't made any local modificationsTodd C. Miller2010-05-211-0/+9
* transcript option is now --with not --enableTodd C. Miller2010-03-061-13/+11
* Fix default case of transcript_enabled being unset.Todd C. Miller2009-09-261-2/+2
* Hook up --disable-transcript and --enable-transcript=DIRTodd C. Miller2009-09-261-14/+15
* _PATH_SUDO_SESSDIR -> _PATH_SUDO_TRANSCRIPTTodd C. Miller2009-09-251-21/+17
* First cut at session logging for sudo. Still need to write get_pty()Todd C. Miller2009-08-061-1/+26
* Update copyright years.Todd C. Miller2009-05-251-1/+2
* Fix SUDO_FUNC_PUTENV_CONSTTodd C. Miller2009-03-021-3/+2
* Replace sudo_setenv/sudo_unsetenv with calls to setenv/unsetenv andTodd C. Miller2009-03-011-1/+39
* Add isblank() function for systems without it. Needed for POSIXTodd C. Miller2008-11-031-0/+2