summaryrefslogtreecommitdiff
path: root/plugins/group_file
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Keep group file open until the call to myendgrent().Todd C. Miller2022-11-221-2/+3
* Eliminate a few harmless dead stores.Todd C. Miller2022-11-221-1/+1
* Refactor code to open passwd/group file and add setpassent/setgroupent.Todd C. Miller2022-11-221-25/+30
* Fix typos found by codespell 2.2.1.Todd C. Miller2022-09-281-1/+1
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-6/+6
* 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
* Check the return value of fcntl() when setting FD_CLOEXEC.Todd C. Miller2021-01-061-4/+14
* Minor fixes pointed out by cppcheck.Todd C. Miller2021-01-022-2/+2
* Apply Google inclusive language guidelines.Todd C. Miller2020-10-301-1/+1
* Rename __dso_public -> sudo_dso_public and move to config.h.Todd C. Miller2020-08-122-2/+2
* Include string.h unconditionally and only use strings.h for strn?casecmp()Todd C. Miller2020-05-182-9/+2
* We no longer need to include headers we don't use for sudo*.h files.Todd C. Miller2020-05-183-9/+0
* Use EXIT_SUCCESS and EXIT_FAILURE more consistently.Todd C. Miller2020-02-081-3/+3
* 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
* Sync with argument handling in group_plugin.cTodd C. Miller2019-11-191-5/+7
* 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 sudo_strtoid() to sudo_strtoidx() and add simplified sudo_strtoid()Todd C. Miller2019-10-201-1/+1
* Replace non-essential strncpy() calls.Todd C. Miller2019-07-301-2/+4
* Rename PLUGINDIR -> plugindirTodd C. Miller2019-07-031-1/+1
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-294-0/+8
* Convert PVS-Studio comment to ANSI C.Todd C. Miller2018-10-263-6/+12
* 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-3/+3
* Add pvs-studio target and associated production rules.Todd C. Miller2018-10-211-4/+36
* Add comments in .c files so PVS-Studio will check them.Todd C. Miller2018-10-213-0/+9
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-034-4/+4
* 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-4/+8
* 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
* Cast the return value of fcntl() to void when setting FD_CLOEXEC.Todd C. Miller2016-05-051-3/+3
* No need to have version macros for hooks, callbacks and the sudoersTodd C. Miller2015-09-092-4/+4
* There's no need to conditionalize the #include <unistd.h>, we requireTodd C. Miller2015-07-021-3/+1
* Only include stddef.h where it is needed.Todd C. Miller2015-06-203-3/+0
* We require ANSI C so stop using the obsolete STDC_HEADERS.Todd C. Miller2015-06-192-16/+4
* Use strtok_r() instead of strtok()Todd C. Miller2015-06-192-3/+7
* Remove obsolete memory.h include.Todd C. Miller2015-06-182-6/+0
* Allow "make LIBTOOL=/path/to/libtool" to work properly.Todd C. Miller2015-06-181-8/+11