Todd C. Miller
|
056173e572
|
Parse I/O JSON info file in JSON if present.
The JSON version includes more information than the original "log"
file in the I/O log dir.
|
2020-03-29 05:05:08 -06:00 |
|
Todd C. Miller
|
ea9b711a70
|
Write an extended I/O info log in JSON format.
This will be used by sudoreplay if it exists to get more information
about the command being replayed.
|
2020-03-29 05:05:08 -06:00 |
|
Todd C. Miller
|
a644c1d1d2
|
iolog_parse_loginfo() now opens the log file itself.
|
2020-03-29 05:05:08 -06:00 |
|
Todd C. Miller
|
486ee2b71f
|
debug_decl and debug_decl_vars now require a semicolon at the end.
|
2019-12-22 08:48:16 -07:00 |
|
Todd C. Miller
|
56c21243d7
|
Add iolog_ prefix to exported functions in iolog_util.c
|
2019-10-24 20:04:33 -06:00 |
|
Todd C. Miller
|
b58ecb7e6d
|
Move read_timing_record() into libsudo_iolog
|
2019-10-24 20:04:32 -06:00 |
|
Todd C. Miller
|
282263c113
|
Use openat(2) when opening files in the I/O log directory.
|
2019-10-24 20:04:31 -06:00 |
|
Todd C. Miller
|
059b55ce72
|
Refactor code in sudoers that creates I/O log files to share with logsrvd.
|
2019-10-24 20:04:31 -06:00 |
|