summaryrefslogtreecommitdiff
path: root/include/sudo_eventlog.h
Commit message (Expand)AuthorAgeFilesLines
* Move JSON log parsing from libsudo_iolog.la to libsudo_eventlog.laTodd C. Miller2023-03-131-1/+12
* Add eventlog_mail() to send a log message via mail.Todd C. Miller2023-02-091-0/+1
* Add eventlog_store_sudo() and use it in sudoreplay.Todd C. Miller2023-01-221-3/+6
* Avoid a -Wshadow warning on Solaris 9.Todd C. Miller2022-10-071-1/+1
* No longer need to pass exit params to eventlog_exit(), use struct eventlog.Todd C. Miller2021-10-191-1/+1
* Read command run_time, signal and exit_value from I/O log log.json file.Todd C. Miller2021-10-191-0/+4
* For intercepted commands, log an offset into the current I/O log.Todd C. Miller2021-08-131-0/+1
* Remove unused info_cb and info arguments from eventlog_exit()Todd C. Miller2021-07-151-1/+1
* Create a UUID and log it in the JSON version of the event log.Todd C. Miller2021-07-151-0/+1
* Add support for logging exit status events.Todd C. Miller2021-07-091-0/+2
* Log peer address in sudo_logsrvd JSON-format logs.Todd C. Miller2021-03-021-1/+2
* Move eventlog config code into eventlog_conf.cTodd C. Miller2021-02-241-1/+2
* Use struct eventlog *evlog, not struct eventlog *details.Todd C. Miller2020-11-091-3/+3
* Add support for file log line wrapping in libeventlog.Todd C. Miller2020-10-261-0/+13
* Use real setters for the eventlog config.Todd C. Miller2020-10-261-1/+17
* Use libeventlog in sudoers instead of doing our own logging.Todd C. Miller2020-10-261-0/+1
* Add support for mailing eventlog entries and for logging raw messages.Todd C. Miller2020-10-261-7/+28
* If no JSON callback is provided, store the contents of struct eventlog.Todd C. Miller2020-10-261-0/+1
* struct eventlog contains submit_time, no need to pass it in directly.Todd C. Miller2020-10-261-2/+2
* Add an errstr argument to eventlog_alert().Todd C. Miller2020-10-261-1/+1
* Use struct eventlog in place of struct iolog_info.Todd C. Miller2020-10-261-0/+1
* Refactor eventlog code into a libraryTodd C. Miller2020-10-261-0/+95