summaryrefslogtreecommitdiff
path: root/plugins/system_group/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-5/+5
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-0/+2
* 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 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
* 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
* Move some scripts from the top level src dir to a scripts dir.Todd C. Miller2020-02-061-2/+3
* Add abs_top_srcdir and abs_top_builddir and use them.Todd C. Miller2020-01-201-4/+7
* Using "libtool --clean" to remove regular files is slow.Todd C. Miller2020-01-181-2/+2
* We haven't needed -I$(top_srcdir) for a long time.Todd C. Miller2019-11-021-3/+3
* Add depend target to all Makefile.in files.Todd C. Miller2019-10-211-0/+5
* Rename PLUGINDIR -> plugindirTodd C. Miller2019-07-031-1/+1
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+2
* Fix some mangled text in the license block.Todd C. Miller2018-10-261-1/+0
* Pass --sourcetree-root to pvs-studio and don't check sudo_noexec.c.Todd C. Miller2018-10-221-2/+2
* Add pvs-studio target and associated production rules.Todd C. Miller2018-10-211-4/+31
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* Remove pointless subshells in targets that simply change the directoryTodd C. Miller2017-07-121-2/+2
* Add ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix in ASAN_LDFLAGSTodd C. Miller2016-11-151-3/+7
* Only remove backup files as part of "make uninstall" when INSTALL_BACKUPTodd C. Miller2016-07-081-1/+2
* Only keep backups of installed files on HP-UX where you cannotTodd C. Miller2016-07-081-1/+2
* Fold lines at 80 characters for the clean: targetTodd C. Miller2016-06-131-1/+2
* Allow "make LIBTOOL=/path/to/libtool" to work properly.Todd C. Miller2015-06-181-7/+10
* Replace use of OSDEFS with config.h defines.Todd C. Miller2015-06-181-5/+2
* Add target for "make splint". A few files need extra guards to avoidTodd C. Miller2015-05-211-0/+6
* Prevent cppcheck from getting confused by our compat definition ofTodd C. Miller2014-11-151-1/+1
* Use SSP_LDFLAGS when creating shared objects.Todd C. Miller2014-11-101-1/+1
* Use AC_PROG_AWKTodd C. Miller2014-10-271-1/+2
* Use generic bitmap macros instead of select-style fd_set.Todd C. Miller2014-10-231-1/+1
* Remove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS for theTodd C. Miller2014-10-011-1/+1
* Remove generated files for linker as part of distclean.Todd C. Miller2014-08-081-1/+1
* Rename missing.h -> sudo_compat.hTodd C. Miller2014-07-221-1/+1
* Remove @SOEXT@ and @SHLIB_EXT@ now that we use libtool to installTodd C. Miller2014-07-081-3/+3
* Avoid a cppcheck warning when NSIG is not defined.Todd C. Miller2014-07-031-1/+1
* Use libtool to install/uninstall the plugins and sudo_noexec.Todd C. Miller2014-06-291-3/+4
* Never build build static versions of other plugins.Todd C. Miller2014-07-011-1/+1
* Add exported libsudo_util functions to util.exp and mark in headersTodd C. Miller2014-06-261-2/+8
* Top level directory reorgTodd C. Miller2014-06-261-5/+5
* Update copyright yearsTodd C. Miller2014-01-151-1/+1
* Add cppcheck target to run cppcheck on all source files.Todd C. Miller2014-01-131-0/+6
* Move prototypes for functions provided by libcommon that don't haveTodd C. Miller2013-12-121-1/+2
* Add wrapper functions for dlopen() et al so that we can supportTodd C. Miller2013-11-221-2/+2
* Uniquify header dependencies so we don't end up with duplicatesTodd C. Miller2013-11-111-3/+3
* Do not try to install plugins when shared modules are disabledTodd C. Miller2013-08-011-1/+3
* Update copyright years.Todd C. Miller2013-04-241-1/+1