summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Get rid of sudoersdir and just use sysconfdir.Todd C. Miller2023-02-021-2/+0
* Only build ChangeLog from a repo checkout, not a release tarball.Todd C. Miller2022-12-081-16/+21
* Only regenerate ChangeLog if there have been changes.Todd C. Miller2022-12-081-8/+15
* Pass the list of files to include in the tarball on stdin.Todd C. Miller2022-11-251-5/+4
* The name of the C locale w/ UTF-8 support is not always C.UTF-8.Todd C. Miller2022-11-111-2/+1
* Build the sample plugin but do not install it by default.Todd C. Miller2022-10-211-8/+8
* Use "hg log --template" instead of "hg log --style".Todd C. Miller2022-10-011-1/+1
* Use $(GREP) and $(EGREP) variables in Makefile.in files.Todd C. Miller2022-09-121-2/+4
* Fix incorrect makefile target namea13460542022-09-121-1/+1
* Use `grep -E` instead of `egrep`a13460542022-09-121-2/+2
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-2/+2
* Add a background image for the macOS installer.Todd C. Miller2021-11-191-0/+1
* Rename "doc" directory to "docs" for better GitHub compatibility.Todd C. Miller2021-11-101-1/+1
* Add separate convenience lib for protobuf-cTodd C. Miller2021-08-091-7/+8
* 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-2/+2
* Rename "fuzz" makefile target to "check-fuzzer".Todd C. Miller2021-03-181-1/+1
* Do not overwrite existing ChangeLog file if there is no hg/git dir.Todd C. Miller2021-02-241-1/+1
* Add clean rules to .PHONY target.Todd C. Miller2021-02-191-1/+2
* Add install-fuzz Makefile target to install the fuzzers and seed corpus.Todd C. Miller2021-02-181-1/+1
* Add fuzz Makefile target and run fuzzer corpus in make check.Todd C. Miller2021-02-081-1/+1
* Add stub library that just feeds files to the fuzzing target.Todd C. Miller2021-02-071-2/+4
* Remove the --force option from the cppcheck args, it causes errors.Todd C. Miller2021-01-061-1/+1
* Minor fixes pointed out by cppcheck.Todd C. Miller2021-01-021-1/+1
* Refactor eventlog code into a libraryTodd C. Miller2020-10-261-6/+7
* Remove obsolete mansrcdir variable, add _SRC suffix to LOGSRV and LOGSRVDTodd C. Miller2020-09-031-1/+1
* Fix some warnings from pvs-studioTodd C. Miller2020-08-121-1/+1
* Plumb in codespell with a "make spell" target.Todd C. Miller2020-05-071-0/+3
* Use the proper python version in the libpython dependency on Debian.Todd C. Miller2020-05-051-0/+4
* Split sudo_logsrvd and the python plugin into their own packages.Todd C. Miller2020-04-071-23/+23
* Add --disable-log-server and --disable-log-client configure options.Todd C. Miller2020-02-261-3/+4
* Avoid changing directory when generating the ChangeLog file.Todd C. Miller2020-02-101-7/+7
* Makefile.in: fix install target for out of source buildRobert Manner2020-02-101-1/+1
* Move some scripts from the top level src dir to a scripts dir.Todd C. Miller2020-02-061-5/+6
* Add sample approval plugin that simply tests for "business hours"Todd C. Miller2020-02-061-2/+2
* Example audit plugin that writes JSON output to a log file.Todd C. Miller2020-01-301-1/+1
* Add abs_top_srcdir and abs_top_builddir and use them.Todd C. Miller2020-01-201-6/+10
* In update-pot match *.c not *c.Todd C. Miller2019-12-311-1/+1
* Add check for up to date def_data.[ch] in check-dist target.Todd C. Miller2019-12-261-1/+4
* Move init.d and sudo.pp to the etc dir.Todd C. Miller2019-12-231-4/+4
* Makefile.in, configure.ac: add python plugin buildRobert Manner2019-10-221-1/+3
* Makefile.in: fix calling log2cl when doing out of source buildRobert Manner2019-11-211-1/+1
* Remove uncrustify.files in clean targetTodd C. Miller2019-12-141-1/+1
* Add uncrustify config file for new sudo code style.Todd C. Miller2019-12-131-2/+11
* Add some missing files to "make clean" and "make distclean"Todd C. Miller2019-11-251-2/+3
* Move protobuf-c.c, log_server.proto, log_server.pb-c.[ch] to lib/logsrvTodd C. Miller2019-11-151-5/+8
* Fix ChangeLog generation on a branch.Todd C. Miller2019-10-281-1/+1
* Mark logsrvd and sendlog strings for translation in the sudoers domainTodd C. Miller2019-10-241-2/+2
* Enable sudo_logsrvd.conf settings.Todd C. Miller2019-10-241-1/+1