summaryrefslogtreecommitdiff
path: root/src/journal/journal-verify.c
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-091-1/+1
* journal: Do not count on the compiler initializing found_last to falsePhilippe De Swert2014-09-181-1/+1
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-031-1/+1
* journal/verify: flush progress bar, print offset in more placesZbigniew Jędrzejewski-Szmek2014-07-161-201/+215
* journal/compress: fix calls to decompress_blobZbigniew Jędrzejewski-Szmek2014-07-071-28/+11
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-061-11/+40
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-6/+6
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-271-9/+3
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-111-4/+0
* journal: Add missing byte order conversionsGeorge McCollister2014-01-051-3/+3
* journal-verify: Use proper printf placeholderJan Janssen2013-06-271-3/+3
* journal-verify: allow unlinked data entriesZbigniew Jędrzejewski-Szmek2013-06-221-50/+167
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-50/+44
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-211-1/+1
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-191-2/+2
* journal-verify: get rid of an unused variableZbigniew Jędrzejewski-Szmek2012-10-131-3/+7
* journald: always pass first entry timestamp back from journal_file_verify()Lennart Poettering2012-09-241-3/+3
* journald: don't reposition window if we don't have toLennart Poettering2012-09-131-1/+1
* journal: add HAVE_XZ check to avoid build failureYin Kangkai2012-08-251-0/+4
* journalctl: be more friendly when informing about seal verificationLennart Poettering2012-08-211-1/+1
* journal: be more careful when keeping around mmaps we still needLennart Poettering2012-08-211-3/+2
* verify: optimize entry search a bit by using bisectionLennart Poettering2012-08-211-5/+29
* journal: automatically evolve FSS key even when nothing is loggedLennart Poettering2012-08-211-8/+0
* journal: add missing endianess conversionLennart Poettering2012-08-201-1/+0
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-201-61/+10
* journal: use a macro to check for file header flagsLennart Poettering2012-08-201-5/+3
* journal: fix tag ordering checkLennart Poettering2012-08-201-5/+6
* journal: fix bisection algorithmLennart Poettering2012-08-191-1/+5
* journal: validate timestamps as wellLennart Poettering2012-08-191-2/+7
* journal: even more simple static object testsLennart Poettering2012-08-181-0/+18
* journal: refuse verification of files with unknown flagsLennart Poettering2012-08-181-1/+30
* jounral: write bit fiddling testLennart Poettering2012-08-181-12/+20
* journal: fix verification without keyLennart Poettering2012-08-181-41/+47
* journald: add additional simple static tests to verifierLennart Poettering2012-08-181-0/+21
* journal: after verification output validated time rangeLennart Poettering2012-08-171-6/+22
* journal: reword verification messages a bitLennart Poettering2012-08-171-24/+24
* journal: ensure that entries and tags are properly orderedLennart Poettering2012-08-171-2/+15
* journal: show new header fields in header dumpLennart Poettering2012-08-171-1/+1
* journal: don't write tag objects if nothing has been written since the last timeLennart Poettering2012-08-171-1/+2
* man: add man pages for new FSS stuffLennart Poettering2012-08-171-1/+2
* journal: rework terminologyLennart Poettering2012-08-171-10/+12
* journal: add FSPRG journal authenticationLennart Poettering2012-08-161-5/+63
* journal: fix tag sequence number verificationLennart Poettering2012-08-161-59/+59
* journalctl: immeidately terminate on invalid seedLennart Poettering2012-08-161-1/+1
* journal: parse fsprg seedLennart Poettering2012-08-161-1/+65
* journal: count number of entry arrays in headerLennart Poettering2012-08-161-0/+7
* journal: fix variable initializationLennart Poettering2012-08-161-0/+3
* journal: fix unitialized varLennart Poettering2012-08-161-0/+1
* journal: journal-send.h doesn't actually existLennart Poettering2012-08-161-1/+0
* journal: verify structural consistencyLennart Poettering2012-08-161-50/+395