summaryrefslogtreecommitdiff
path: root/m4/sudo.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
* 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
* Make cpp variadic arguments check into a macro and move to sudo.m4.Todd C. Miller2022-12-051-0/+56
* Replace `foo` in descriptions with 'foo'Todd C. Miller2022-11-161-12/+12
* sudo_intercept.so: only replace execvpe() if it is present.Todd C. Miller2021-09-081-0/+11
* 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
* 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
* Fix some warnings from configure test programs.Todd C. Miller2020-06-201-6/+7
* 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
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+14
* Add support for utmps as found in HP-UX.Todd C. Miller2018-11-181-0/+63
* Add a test for the 4-argument au_close() function found in SolarisTodd C. Miller2018-08-271-0/+20
* Use /run in preference to /var/run if it exists.Todd C. Miller2018-02-191-1/+1
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* Use AX_APPEND_FLAG instead of SUDO_APPEND_CPPFLAGS and directTodd C. Miller2016-11-171-27/+4
* Sanity check the TZ environment variable by special casing it inTodd C. Miller2015-02-061-1/+21
* Use AC_PATH_PROG to find programs instead of checking the path manually.Todd C. Miller2015-01-191-52/+16
* Don't need sys/param.h.Todd C. Miller2015-01-141-1/+0
* Prefer /usr/bin/sh to /bin/sh to match modern systems.Todd C. Miller2014-09-201-1/+1
* Only include functions in util.exp that are actually in the library.Todd C. Miller2014-07-291-0/+11
* Move the sha2 code into libreplace and add configure checks forTodd C. Miller2014-04-091-0/+18
* Replace --with-timedir and --with-lecture_dir with --with-rundirTodd C. Miller2014-02-011-14/+14
* Switch to new time stamp file format. Each user now has a singleTodd C. Miller2014-01-301-4/+21
* Fixes for building under Tru64; from Daniel Richard G.Todd C. Miller2013-11-171-0/+12
* From Daniel Richard G. (bug #622)Todd C. Miller2013-11-131-0/+395