index
:
delta/sudo.git
1.6
1.7
1.7.2
1.8
1.9
LDAP
baserock/morph
master
www.sudo.ws: repos/sudo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
group_file
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add adminconfdir and --enable-adminconf to set it.
Todd C. Miller
2023-05-02
1
-1
/
+2
*
Keep group file open until the call to myendgrent().
Todd C. Miller
2022-11-22
1
-2
/
+3
*
Eliminate a few harmless dead stores.
Todd C. Miller
2022-11-22
1
-1
/
+1
*
Refactor code to open passwd/group file and add setpassent/setgroupent.
Todd C. Miller
2022-11-22
1
-25
/
+30
*
Fix typos found by codespell 2.2.1.
Todd C. Miller
2022-09-28
1
-1
/
+1
*
Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGS
Todd C. Miller
2022-04-01
1
-6
/
+6
*
Add check-verbose Makefile target that runs tests in verbose mode.
Todd C. Miller
2022-03-02
1
-0
/
+2
*
Move autoconf auxiliary files to the scripts directory.
Todd C. Miller
2021-04-06
1
-1
/
+1
*
Add a new "fuzz" target that executes the fuzzers for 8192 runs each.
Todd C. Miller
2021-03-18
1
-0
/
+2
*
Rename "fuzz" makefile target to "check-fuzzer".
Todd C. Miller
2021-03-18
1
-2
/
+2
*
Add clean rules to .PHONY target.
Todd C. Miller
2021-02-19
1
-0
/
+2
*
Add install-fuzz Makefile target to install the fuzzers and seed corpus.
Todd C. Miller
2021-02-18
1
-0
/
+2
*
Add fuzz Makefile target and run fuzzer corpus in make check.
Todd C. Miller
2021-02-08
1
-0
/
+2
*
Remove the --force option from the cppcheck args, it causes errors.
Todd C. Miller
2021-01-06
1
-1
/
+1
*
Check the return value of fcntl() when setting FD_CLOEXEC.
Todd C. Miller
2021-01-06
1
-4
/
+14
*
Minor fixes pointed out by cppcheck.
Todd C. Miller
2021-01-02
2
-2
/
+2
*
Apply Google inclusive language guidelines.
Todd C. Miller
2020-10-30
1
-1
/
+1
*
Rename __dso_public -> sudo_dso_public and move to config.h.
Todd C. Miller
2020-08-12
2
-2
/
+2
*
Include string.h unconditionally and only use strings.h for strn?casecmp()
Todd C. Miller
2020-05-18
2
-9
/
+2
*
We no longer need to include headers we don't use for sudo*.h files.
Todd C. Miller
2020-05-18
3
-9
/
+0
*
Use EXIT_SUCCESS and EXIT_FAILURE more consistently.
Todd C. Miller
2020-02-08
1
-3
/
+3
*
Move some scripts from the top level src dir to a scripts dir.
Todd C. Miller
2020-02-06
1
-2
/
+3
*
Add abs_top_srcdir and abs_top_builddir and use them.
Todd C. Miller
2020-01-20
1
-4
/
+7
*
Using "libtool --clean" to remove regular files is slow.
Todd C. Miller
2020-01-18
1
-2
/
+2
*
Sync with argument handling in group_plugin.c
Todd C. Miller
2019-11-19
1
-5
/
+7
*
We haven't needed -I$(top_srcdir) for a long time.
Todd C. Miller
2019-11-02
1
-3
/
+3
*
Add depend target to all Makefile.in files.
Todd C. Miller
2019-10-21
1
-0
/
+5
*
Rename sudo_strtoid() to sudo_strtoidx() and add simplified sudo_strtoid()
Todd C. Miller
2019-10-20
1
-1
/
+1
*
Replace non-essential strncpy() calls.
Todd C. Miller
2019-07-30
1
-2
/
+4
*
Rename PLUGINDIR -> plugindir
Todd C. Miller
2019-07-03
1
-1
/
+1
*
Add SPDX-License-Identifier to files.
Todd C. Miller
2019-04-29
4
-0
/
+8
*
Convert PVS-Studio comment to ANSI C.
Todd C. Miller
2018-10-26
3
-6
/
+12
*
Fix some mangled text in the license block.
Todd C. Miller
2018-10-26
1
-1
/
+0
*
Pass --sourcetree-root to pvs-studio and don't check sudo_noexec.c.
Todd C. Miller
2018-10-22
1
-3
/
+3
*
Add pvs-studio target and associated production rules.
Todd C. Miller
2018-10-21
1
-4
/
+36
*
Add comments in .c files so PVS-Studio will check them.
Todd C. Miller
2018-10-21
3
-0
/
+9
*
update my email to Todd.Miller@sudo.ws
Todd C. Miller
2017-12-03
4
-4
/
+4
*
Remove pointless subshells in targets that simply change the directory
Todd C. Miller
2017-07-12
1
-2
/
+2
*
Add ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix in ASAN_LDFLAGS
Todd C. Miller
2016-11-15
1
-4
/
+8
*
Only remove backup files as part of "make uninstall" when INSTALL_BACKUP
Todd C. Miller
2016-07-08
1
-1
/
+2
*
Only keep backups of installed files on HP-UX where you cannot
Todd C. Miller
2016-07-08
1
-1
/
+2
*
Fold lines at 80 characters for the clean: target
Todd C. Miller
2016-06-13
1
-1
/
+2
*
Cast the return value of fcntl() to void when setting FD_CLOEXEC.
Todd C. Miller
2016-05-05
1
-3
/
+3
*
No need to have version macros for hooks, callbacks and the sudoers
Todd C. Miller
2015-09-09
2
-4
/
+4
*
There's no need to conditionalize the #include <unistd.h>, we require
Todd C. Miller
2015-07-02
1
-3
/
+1
*
Only include stddef.h where it is needed.
Todd C. Miller
2015-06-20
3
-3
/
+0
*
We require ANSI C so stop using the obsolete STDC_HEADERS.
Todd C. Miller
2015-06-19
2
-16
/
+4
*
Use strtok_r() instead of strtok()
Todd C. Miller
2015-06-19
2
-3
/
+7
*
Remove obsolete memory.h include.
Todd C. Miller
2015-06-18
2
-6
/
+0
*
Allow "make LIBTOOL=/path/to/libtool" to work properly.
Todd C. Miller
2015-06-18
1
-8
/
+11
[next]