This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
sudo
Watch
2
Star
0
Fork
0
You've already forked sudo
mirror of
https://github.com/sudo-project/sudo.git
synced
2025-08-30 22:05:46 +00:00
Code
Issues
Releases
Wiki
Activity
Files
6e290763ca51a3ef45eb1c799b519425ecfa7d41
sudo
/
plugins
/
sudoers
/
regress
/
parser
History
Todd C. Miller
6e290763ca
Fix a format-truncation warning in newer gcc by avoiding using %0x
...
and %0X in the test. We are formatting a single byte so just do it one nybble at a time.
2018-05-10 21:17:03 -06:00
..
check_addr.c
update my email to Todd.Miller@sudo.ws
2017-12-03 17:53:40 -07:00
check_addr.in
Split out address matching into its own file and add regression
2011-08-29 14:10:18 -04:00
check_base64.c
update my email to Todd.Miller@sudo.ws
2017-12-03 17:53:40 -07:00
check_digest.c
update my email to Todd.Miller@sudo.ws
2017-12-03 17:53:40 -07:00
check_digest.out.ok
Make check_digest test sudo_filedigest() itself instead of the
2017-03-27 14:45:24 -06:00
check_fill.c
update my email to Todd.Miller@sudo.ws
2017-12-03 17:53:40 -07:00
check_gentime.c
Silence a false positive from the clang static analyzer.
2018-03-21 15:03:17 -06:00
check_hexchar.c
Fix a format-truncation warning in newer gcc by avoiding using %0x
2018-05-10 21:17:03 -06:00