summary refs log tree commit diff
path: root/log.c
AgeCommit message (Expand)Author
2021-07-13FreeBSD: Avoid caph_stream_rights(3)C. McEnroe
2021-06-28FreeBSD: Use capsicum_helpers.hC. McEnroe
2021-06-25FreeBSD: Limit rights on log directoryC. McEnroe
2021-06-25Keep log directory open, use mkdirat(2) and openat(2)C. McEnroe
2021-06-21Open log files with CLOEXECC. McEnroe
2021-01-10Check fprintf return values rather than ferrorC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
2020-03-25Add logging functionsC. McEnroe
2020-02-11Remove legacy codeC. McEnroe
2019-07-27Make copyright headers consistentCurtis McEnroe
2019-02-25Add M-l to list the logCurtis McEnroe
2019-01-25Use getline in place of fgetlnCurtis McEnroe
2018-11-30Measure length of log timestamp more consistentlyCurtis McEnroe
2018-11-29Strip timestamps from log replayCurtis McEnroe
2018-11-29Add basic log replayCurtis McEnroe
2018-09-02Use PascalCase for constantsCurtis McEnroe
2018-08-18Do not set log files executableCurtis McEnroe
2018-08-17Add loggingCurtis McEnroe