This website requires JavaScript.
Explore
Help
Sign In
isa
/
sudo
Watch
1
Star
0
Fork
0
You've already forked sudo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b40f74cb24c5ecd377bd35b69d503d615c67b0a5
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