]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journal-authenticate.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / journal / journal-authenticate.c
2015-11-16  Thomas Hindoe Paab... tree-wide: sort includes 1922/head
2015-11-13  Lennart PoetteringMerge pull request #1880 from fsateler/sysctl-doc
2015-11-09  Lennart PoetteringMerge pull request #1821 from darkcircle/ko-catalog...
2015-11-02  Lennart PoetteringMerge pull request #1690 from evverx/run-runtime-directory
2015-10-27  Lennart PoetteringMerge pull request #1695 from evverx/fix-cap-bounding...
2015-10-27  Tom GundersenMerge pull request #1691 from poettering/util-lib-3
2015-10-27  Lennart Poetteringutil-lib: split out hex/dec/oct encoding/decoding into...
2015-10-26  Lennart PoetteringMerge pull request #1681 from ssahani/journal
2015-10-25  Tom GundersenMerge pull request #1668 from ssahani/net1
2015-10-25  Tom GundersenMerge pull request #1654 from poettering/util-lib
2015-10-25  Lennart Poetteringutil-lib: split out fd-related operations into fd-util...
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-03-13  David Herrmanntree-wide: there is no ENOTSUP on linux
2014-12-12  Michal Schmidtjournal: have a named enum ObjectType
2014-12-12  Michal Schmidtjournal: consistently use OBJECT_<type> names instead...
2014-12-12  Michal Schmidtjournal: consistently allow type==0 to mean "any type"
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2013-12-24  Lennart Poetteringlog: log_error() and friends add a newline after each...
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-10-18  Lennart Poetteringjournal: add ability to list values a specified field...
2012-09-13  Lennart Poetteringjournald: don't reposition window if we don't have to
2012-09-10  Lennart Poetteringjournald: don't complain if fss key does not exist
2012-08-22  Lennart Poetteringjournald: write tags also to user journal files
2012-08-20  Lennart Poetteringjournal: initialize libgcrypt explicitly, before using...
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-16  Lennart Poetteringjournal: don't write tag objects if nothing has been...
2012-08-16  Lennart Poetteringjournal: rework terminology
2012-08-16  Lennart Poetteringjournal: add FSPRG journal authentication
2012-08-16  Lennart Poetteringjournal: parse fsprg seed
2012-08-16  Lennart Poetteringjournalctl: add --verify-seed= switch to specify seed...
2012-08-16  Lennart Poetteringjournal: split up journal-file.c