]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journal-authenticate.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / journal / journal-authenticate.c
2017-11-19  Zbigniew Jędrzejew... Add SPDX license identifiers to source files under...
2016-10-13  Zbigniew Jędrzejew... Merge pull request #653 from dvdhrm/bus-gold
2016-02-15  Lennart PoetteringMerge pull request #2618 from zonque/busproxy-removal
2016-02-13  Zbigniew Jędrzejew... Merge pull request #2603 from poettering/drop-compat...
2016-02-13  Lennart PoetteringMerge pull request #2589 from keszybz/resolve-tool-2
2016-02-11  Zbigniew Jędrzejew... Move initialize_libgcrypt to separate file
2016-02-10  Lennart PoetteringMerge pull request #2495 from heftig/master
2016-02-10  Martin PittMerge pull request #2569 from zonque/removals
2016-02-10  Daniel Macktree-wide: remove Emacs lines from all files 2569/head
2016-01-21  Daniel MackMerge pull request #1359 from jengelh/ue
2016-01-20  Lennart PoetteringMerge pull request #1607 from keszybz/lz4-remove-v1
2015-11-27  Lennart PoetteringMerge pull request #1833 from utezduyar/drop-warning...
2015-11-27  Lennart PoetteringMerge pull request #1828 from fbuihuu/set-property...
2015-11-27  Lennart PoetteringMerge pull request #1989 from keszybz/filetriggers-v2
2015-11-22  Lennart PoetteringMerge pull request #1983 from dmedri/master
2015-11-20  Tom GundersenMerge pull request #1962 from mbiebl/install-completion...
2015-11-17  Martin PittMerge pull request #1920 from teg/networkd-fixes
2015-11-17  Lennart PoetteringMerge pull request #1909 from keszybz/filetriggers-v2
2015-11-16  Lennart PoetteringMerge pull request #1923 from zonque/siphash
2015-11-16  Daniel MackMerge pull request #1922 from phomes/sort-includes
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