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-22 09:57:41 +00:00
Code
Issues
Releases
Wiki
Activity
sudo
/
lib
/
eventlog
History
Todd C. Miller
5902c0e21c
new_logline: limit offset to two significant digits after the decimal
...
Now instead of
TSID=0001L3@5.168230749
we would log
TSID=0001L3@5.16
.
2021-08-14 13:22:48 -06:00
..
regress
/logwrap
Test eventlog_writeln() when word wrap is disabled.
2020-10-28 13:47:40 -06:00
eventlog_conf.c
Move eventlog config code into eventlog_conf.c
2021-02-24 14:25:39 -07:00
eventlog_free.c
Move eventlog_free() into its own file.
2021-02-24 13:59:17 -07:00
eventlog.c
new_logline: limit offset to two significant digits after the decimal
2021-08-14 13:22:48 -06:00
logwrap.c
Quiet a few Solaris Studio compiler warnings.
2021-03-10 08:57:28 -07:00
Makefile.in
Add a new "fuzz" target that executes the fuzzers for 8192 runs each.
2021-03-18 16:48:19 -06:00