summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-gpg-verifier.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-118/+81
* lib: assert more invariantsLuca BRUNO2022-11-241-1/+1
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-1/+2
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-151-0/+85
* lib/repo: Factor out GPG verifier key importsDan Nicholson2021-07-151-45/+64
* lib: Kill GPG agent when cleaning up tmp homedirsDan Nicholson2019-06-191-0/+1
* lib/repo: Search a list of paths in gpgkeypath for gpg keysrfairley2018-11-211-2/+71
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-2/+2
* lib/gpg: Print debug info when reading GPG keysMatthew Leeds2017-10-031-1/+11
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/gpg: Port a few misc gpg functions to new styleColin Walters2017-09-071-14/+5
* lib/gpg: Use nicer helper for gpg error messagesColin Walters2017-09-071-8/+5
* lib: Port gpg verification for remotes to fd-relativeColin Walters2017-08-081-23/+63
* lib/gpg: Switch to GLib autocleanups for gpgme typesColin Walters2017-08-021-3/+3
* Update libglnx, port some uses to newer APIsColin Walters2017-07-241-6/+2
* Update libglnx, port various bits to new APIColin Walters2017-07-181-2/+1
* repo: Delete the last use of GFile tmp_dirColin Walters2017-05-011-1/+1
* Add "gpgkeypath" option to remotesColin Walters2016-11-171-0/+51
* lib: Define and use cleanup functions for gpgmeColin Walters2016-11-171-11/+3
* libostree: Fix build failure with glib 2.42Bastien Nocera2016-07-041-0/+1
* lib: Use g_file_enumerator_iterate() if available, with fallbackColin Walters2016-06-211-2/+2
* gpg-verifier: Fix compiler warningColin Walters2015-12-041-1/+1
* repo: Change GPG verification policyMatthew Barnes2015-06-101-43/+35
* gpg: Gracefully handle no trusted.gpg.d directoryMatthew Barnes2015-06-041-6/+9
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-4/+4
* gpg: Fix _ostree_gpg_verifier_add_keyring()Matthew Barnes2015-05-011-6/+3
* libotutil: Add ot_gpgme_ctx_tmp_home_dir()Matthew Barnes2015-05-011-125/+42
* libotutil: Establish a place for GPG utilitiesMatthew Barnes2015-05-011-5/+4
* gpg: do not use secring.gpgGiuseppe Scrivano2015-04-271-0/+3
* gpg: Add OstreeGpgVerifyResultMatthew Barnes2015-03-181-89/+51
* OstreeGpgVerifier: Take the signed data as a GBytesMatthew Barnes2015-03-161-11/+14
* OstreeGpgVerifier: Don't add trustdb.gpg to the keyring listMatthew Barnes2015-03-161-3/+16
* OstreeGpgVerifier: Take the signature as a GBytesMatthew Barnes2015-03-061-12/+11
* gpg: Rewrite OstreeGpgVerifier to use GPGMEMatthew Barnes2015-03-061-103/+238
* gpg: Remove _ostree_gpg_verifier_set_homedir()Matthew Barnes2015-03-021-10/+0
* libostree: Add a better error if we fail to read keyring directoryColin Walters2014-03-141-1/+5
* build: Look for /usr/bin/gpgv2 vs /usr/bin/gpgvColin Walters2014-01-301-1/+1
* libostree: Actually trusted.gpg.d/*.gpg for GPG verificationColin Walters2014-01-301-5/+2
* trivial: Don't include config.h in headersColin Walters2013-10-151-0/+2
* pull: Verify commits with gpg signatures from detached metadataJeremy Whiting2013-09-291-0/+307