summaryrefslogtreecommitdiff
path: root/src/journal/journal-authenticate.c
AgeCommit message (Expand)Author
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2014-12-13journal: have a named enum ObjectTypeMichal Schmidt
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt
2014-12-13journal: consistently allow type==0 to mean "any type"Michal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-09-13journald: don't reposition window if we don't have toLennart Poettering
2012-09-10journald: don't complain if fss key does not existLennart Poettering
2012-08-22journald: write tags also to user journal filesLennart Poettering
2012-08-21journal: initialize libgcrypt explicitly, before using HMACLennart Poettering
2012-08-21journal: automatically evolve FSS key even when nothing is loggedLennart Poettering
2012-08-20journal: add missing endianess conversionLennart Poettering
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering
2012-08-20journal: use a macro to check for file header flagsLennart Poettering
2012-08-17journal: don't write tag objects if nothing has been written since the last timeLennart Poettering
2012-08-17journal: rework terminologyLennart Poettering
2012-08-16journal: add FSPRG journal authenticationLennart Poettering
2012-08-16journal: parse fsprg seedLennart Poettering
2012-08-16journalctl: add --verify-seed= switch to specify seed valueLennart Poettering
2012-08-16journal: split up journal-file.cLennart Poettering