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
46e31a74d71f877750179a6ac19e805e74f17f4f
sudo
/
lib
/
eventlog
History
Todd C. Miller
46e31a74d7
Add "json_pretty" log format, currently the same as "json".
...
In a future version, "json" will be an alias for "json_compact" instead. GitHub issue
#357
.
2024-03-09 10:59:54 -07:00
..
regress
Avoid using %zu or %zd with printf() and fprintf().
2023-10-17 20:14:53 -06:00
eventlog_conf.c
Use #include <foo.h> instead of #include "foo.h" in most cases.
2023-09-25 10:13:28 -06:00
eventlog_free.c
Store submitenv in eventlog and pass it to sudo_logsrvd.
2023-10-22 08:36:44 -06:00
eventlog.c
Add "json_pretty" log format, currently the same as "json".
2024-03-09 10:59:54 -07:00
logwrap.c
Use #include <foo.h> instead of #include "foo.h" in most cases.
2023-09-25 10:13:28 -06:00
Makefile.in
Regenerate dependencies
2024-02-21 13:17:54 -07:00
parse_json.c
Rename submit_time -> event_time in struct eventlog.
2023-11-23 09:08:04 -05:00
parse_json.h
Use #include <foo.h> instead of #include "foo.h" in most cases.
2023-09-25 10:13:28 -06:00