summaryrefslogtreecommitdiff
path: root/lib/iolog/iolog_path.c
Commit message (Expand)AuthorAgeFilesLines
* Use gmtime_r() and localtime_r() instead of gmtime() and localtime().Todd C. Miller2021-09-171-3/+3
* We no longer need to include sudo_gettext.h before sudo_compat.hTodd C. Miller2020-08-121-4/+3
* Include string.h unconditionally and only use strings.h for strn?casecmp()Todd C. Miller2020-05-181-6/+1
* We no longer need to include headers we don't use for sudo*.h files.Todd C. Miller2020-05-181-3/+0
* debug_decl and debug_decl_vars now require a semicolon at the end.Todd C. Miller2019-12-221-1/+1
* Simplify expand_iolog_path()Todd C. Miller2019-10-241-115/+68
* Enable sudo_logsrvd.conf settings.Todd C. Miller2019-10-241-2/+2
* Refactor code in sudoers that creates I/O log files to share with logsrvd.Todd C. Miller2019-10-241-0/+186