chiark / gitweb /
Add ugly CMP_F_TYPE() macro
[elogind.git] / src / journal / journal-verify.c
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