summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-authenticate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: have a named enum ObjectTypeMichal Schmidt2014-12-131-1/+1
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-131-1/+1
* journal: consistently allow type==0 to mean "any type"Michal Schmidt2014-12-131-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-3/+2
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-5/+5
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-1/+6
* journald: don't reposition window if we don't have toLennart Poettering2012-09-131-8/+12
* journald: don't complain if fss key does not existLennart Poettering2012-09-101-1/+3
* journald: write tags also to user journal filesLennart Poettering2012-08-221-1/+1
* journal: initialize libgcrypt explicitly, before using HMACLennart Poettering2012-08-211-0/+14
* journal: automatically evolve FSS key even when nothing is loggedLennart Poettering2012-08-211-0/+19
* journal: add missing endianess conversionLennart Poettering2012-08-201-1/+1
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-201-3/+54
* journal: use a macro to check for file header flagsLennart Poettering2012-08-201-1/+1
* journal: don't write tag objects if nothing has been written since the last timeLennart Poettering2012-08-171-6/+4
* journal: rework terminologyLennart Poettering2012-08-171-44/+44
* journal: add FSPRG journal authenticationLennart Poettering2012-08-161-6/+46
* journal: parse fsprg seedLennart Poettering2012-08-161-32/+22
* journalctl: add --verify-seed= switch to specify seed valueLennart Poettering2012-08-161-0/+6
* journal: split up journal-file.cLennart Poettering2012-08-161-0/+434