]> git.armaanb.net Git - opendoas.git/history - persist_timestamp.c
libopenbsd: minor cleanup
[opendoas.git] / persist_timestamp.c
2018-04-06 Duncaenpersist_timestamp: add start time and document implemen...
2017-12-12 Duncaenpersist_timestamp: move timespec macros to libopenbsd
2017-12-12 Duncaenpersist_timestamp: create timestamp file with O_NOFOLLO...
2017-12-12 Duncaenpersist_timestamp: remove goto from persist_open
2017-12-12 Duncaenpersist_timestamp: persist_check was only used internal...
2017-12-12 Duncaenpersist_timestamp: use open directory fd to check and...
2017-12-12 Duncaenpersist_timestamp: add session id to timestamps
2017-12-12 Duncaenpersist_timestamp: make tmpfs requirement optional...
2017-12-12 Duncaenpersist_timestamp: use CLOCK_MONOTONIC_RAW
2017-12-12 Duncaenpersist_timestamp: don't allow og+rwx permission for...
2017-12-12 Duncaenpersist_timestamp: cleanup
2017-12-12 Duncaenpersist_timestamp: use /proc/self/stat to get tty_nr
2017-12-11 Duncaenadd initial timestamp file support, disabled by default...