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
2a61e4b07d195b12a58856d24e68f33841290d80
sudo
/
lib
/
eventlog
History
Todd C. Miller
10fd66ac99
closefrom_nodebug: skip fds < 0
...
This can only happen if lowfd < 0, which is never the case. Quiets a static analyzer warning.
2023-12-18 13:32:53 -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
closefrom_nodebug: skip fds < 0
2023-12-18 13:32:53 -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
Pass TEST_VERBOSE to all test programs.
2023-07-20 10:13:40 -06: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