summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Use @sudoers_plugin@ instead of @sudoers_module@.Todd C. Miller2022-12-261-3/+3
* Remove developer mode from sudo.conf, it is no longer used.Todd C. Miller2022-12-261-8/+0
* Use AIX-style shared libraries on AIX by default instead of SVR4-style.Todd C. Miller2022-12-261-5/+5
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-0/+2
* Avoid using "note that" and "note: " in documentation.Todd C. Miller2022-02-161-7/+5
* Substitute values in the example syslog.conf too.Todd C. Miller2022-02-113-8/+11
* Substitute paths set by configure in examples. Bug #1023Todd C. Miller2022-02-113-11/+17
* Add support for matching command and args using regular expressions.Todd C. Miller2022-02-101-5/+5
* Sync example sudoers with default sudoersdan soucy2022-02-041-2/+2
* Add new log_passwords and passprompt_regex settings.Todd C. Miller2022-01-281-0/+10
* Use the Oxford comma consistently, it is helpful in technical documents.Todd C. Miller2022-01-192-3/+3
* Add an example cvtsudoers.conf file.Todd C. Miller2021-12-162-3/+85
* Minor cleanup (#110)a13460542021-08-191-1/+1
* Add support for loading the sudo_intercept.so DSO.Todd C. Miller2021-08-091-0/+15
* The tls_verify setting only affects server behavior, not the client.Todd C. Miller2021-08-031-2/+2
* Add log_exit setting in the sudo_logsrvd.conf eventlog stanzaTodd C. Miller2021-07-091-1/+7
* Add support for logging server warning/error messages.Todd C. Miller2021-06-131-0/+7
* Rename logsrvd log dir to /var/log/sudo_logsrvd.Todd C. Miller2021-05-021-2/+2
* Make the failed relay retry interval configurable.Todd C. Miller2021-05-021-0/+15
* Document relay configuration changes.Todd C. Miller2021-04-091-22/+65
* Document relay and connect_timeout server settings.Todd C. Miller2021-04-061-0/+13
* Move autoconf auxiliary files to the scripts directory.Todd C. Miller2021-04-061-1/+1
* Add a new "fuzz" target that executes the fuzzers for 8192 runs each.Todd C. Miller2021-03-181-0/+2
* Rename "fuzz" makefile target to "check-fuzzer".Todd C. Miller2021-03-181-2/+2
* Add some missing files to the clean targetTodd C. Miller2021-02-261-1/+1
* Add clean rules to .PHONY target.Todd C. Miller2021-02-191-0/+2
* Add install-fuzz Makefile target to install the fuzzers and seed corpus.Todd C. Miller2021-02-181-0/+2
* Add fuzz Makefile target and run fuzzer corpus in make check.Todd C. Miller2021-02-081-0/+2
* Comment out the default plugin lines in the example sudo.conf.Todd C. Miller2020-12-051-3/+3
* Apply Google inclusive language guidelines.Todd C. Miller2020-10-301-1/+1
* Sync example sudoers with manual page.Todd C. Miller2020-09-101-2/+2
* Add sudoers_audit line for completeness, matching the documentation.Todd C. Miller2020-07-061-0/+1
* Replace terms master and blacklist in docs and examples.Todd C. Miller2020-06-151-4/+4
* Use port 30343 for plaintext and port 30344 for TLS.Todd C. Miller2020-05-041-13/+13
* Install the example sudo_logsrvd.conf unless one already existsTodd C. Miller2020-04-081-1/+6
* Make the path to logsrvd_cert.pem match the documentation.Todd C. Miller2020-04-071-1/+1
* Install example sudo_logsrvd.conf fileTodd C. Miller2020-04-031-3/+3
* Create a pidfile for sudo_logsrvd when not run with the -n flag.Todd C. Miller2020-03-291-0/+3
* Add support for JSON logging in sudo_logsrvd.Todd C. Miller2020-02-171-1/+2
* Move some scripts from the top level src dir to a scripts dir.Todd C. Miller2020-02-061-1/+2
* logserver option to disable certificate verification on server side and serve...Laszlo Orban2020-01-231-7/+13
* Document TCP keepalive options in the manual pages.Todd C. Miller2020-01-221-3/+3
* logserver: enable/disable SO_KEEPALIVE socket option based on tcp_keepalive c...Laszlo Orban2020-01-211-0/+3
* Install a default sudo.conf file.Todd C. Miller2020-01-212-1/+3
* Add abs_top_srcdir and abs_top_builddir and use them.Todd C. Miller2020-01-201-3/+6
* Remove whitespace at the end of the line in example sudo.confTodd C. Miller2020-01-171-3/+3
* Update sample sudo.conf with all supported settings.Todd C. Miller2020-01-021-9/+60
* Remove POD-style C<> markup (typewriter font) from sudo.confTodd C. Miller2020-01-021-1/+1
* Substitute plugin dir into examples/sudo.confTodd C. Miller2020-01-022-3/+6