chiark / gitweb /
journal: Do not count on the compiler initializing found_last to false
[elogind.git] / src / journal / journal-verify.c
2014-09-18 Philippe De Swertjournal: Do not count on the compiler initializing...
2014-08-04 Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-16 Zbigniew Jędrzejew... journal/verify: flush progress bar, print offset in...
2014-07-07 Zbigniew Jędrzejew... journal/compress: fix calls to decompress_blob
2014-07-06 Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-01-28 Zbigniew Jędrzejew... Replace mkostemp+unlink with open(O_TMPFILE)
2014-01-11 Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2014-01-05 George McCollisterjournal: Add missing byte order conversions
2013-06-27 Jan Janssenjournal-verify: Use proper printf placeholder
2013-06-23 Zbigniew Jędrzejew... journal-verify: allow unlinked data entries
2013-06-10 Zbigniew Jędrzejew... Use stdint.h macros instead of casts to print uint64_t...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-20 Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-10-18 Lennart Poetteringutil: unify usage of on_tty() in util.c
2012-10-13 Zbigniew Jędrzejew... journal-verify: get rid of an unused variable
2012-09-24 Lennart Poetteringjournald: always pass first entry timestamp back from...
2012-09-13 Lennart Poetteringjournald: don't reposition window if we don't have to
2012-08-25 Yin Kangkaijournal: add HAVE_XZ check to avoid build failure
2012-08-21 Lennart Poetteringjournalctl: be more friendly when informing about seal...
2012-08-21 Lennart Poetteringjournal: be more careful when keeping around mmaps...
2012-08-21 Lennart Poetteringverify: optimize entry search a bit by using bisection
2012-08-20 Lennart Poetteringjournal: automatically evolve FSS key even when nothing...
2012-08-20 Lennart Poetteringjournal: add missing endianess conversion
2012-08-20 Lennart Poetteringjournal: make libgcrypt dependency optional
2012-08-20 Lennart Poetteringjournal: use a macro to check for file header flags
2012-08-20 Lennart Poetteringjournal: fix tag ordering check
2012-08-19 Lennart Poetteringjournal: fix bisection algorithm
2012-08-19 Lennart Poetteringjournal: validate timestamps as well
2012-08-17 Lennart Poetteringjournal: even more simple static object tests
2012-08-17 Lennart Poetteringjournal: refuse verification of files with unknown...
2012-08-17 Lennart Poetteringjounral: write bit fiddling test
2012-08-17 Lennart Poetteringjournal: fix verification without key
2012-08-17 Lennart Poetteringjournald: add additional simple static tests to verifier
2012-08-17 Lennart Poetteringjournal: after verification output validated time range
2012-08-17 Lennart Poetteringjournal: reword verification messages a bit
2012-08-17 Lennart Poetteringjournal: ensure that entries and tags are properly...
2012-08-17 Lennart Poetteringjournal: show new header fields in header dump
2012-08-16 Lennart Poetteringjournal: don't write tag objects if nothing has been...
2012-08-16 Lennart Poetteringman: add man pages for new FSS stuff
2012-08-16 Lennart Poetteringjournal: rework terminology
2012-08-16 Lennart Poetteringjournal: add FSPRG journal authentication
2012-08-16 Lennart Poetteringjournal: fix tag sequence number verification
2012-08-16 Lennart Poetteringjournalctl: immeidately terminate on invalid seed
2012-08-16 Lennart Poetteringjournal: parse fsprg seed
2012-08-16 Lennart Poetteringjournal: count number of entry arrays in header
2012-08-16 Lennart Poetteringjournal: fix variable initialization
2012-08-16 Lennart Poetteringjournal: fix unitialized var
2012-08-16 Lennart Poetteringjournal: journal-send.h doesn't actually exist
2012-08-16 Lennart Poetteringjournal: verify structural consistency
2012-08-16 Lennart Poetteringjournal: add color to verification progress bar
2012-08-16 Lennart Poetteringjournal: verify compressed objects
2012-08-16 Lennart Poetteringjournal: verify hashes only during actual verification...
2012-08-16 Lennart Poetteringjournal: split up journal-file.c