summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-gpg-verify-result.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* lib/gpg: Add more specific OstreeGpgError codesDan Nicholson2020-01-241-2/+52
* lib/gpg: Prefer declare-and-initialize styleDan Nicholson2020-01-241-7/+3
* lib/gpg: Show if GPG key has been revokedDan Nicholson2019-06-191-0/+7
* lib/gpg: Show information for expired keysDan Nicholson2019-06-191-3/+46
* lib/gpg: Factor out expiration timestamp formattingDan Nicholson2019-06-191-29/+45
* lib: add minimum version to various symbols based on libostree-released.symFelix Krull2019-05-191-0/+2
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/gpg: Correct missing line prefix with bad signaturesRobert McQueen2017-09-071-3/+3
* lib/gpg: Add _FINGERPRINT_PRIMARY to OstreeGpgVerifyResultRobert McQueen2017-09-071-10/+33
* lib/gpg: Use nicer helper for gpg error messagesColin Walters2017-09-071-2/+1
* lib/gpg-verify: Add an OstreeGpgError error domainPhilip Withnall2017-08-101-2/+5
* lib: Define and use an autoptr cleanup for gpgme_key_tColin Walters2017-08-031-15/+6
* gpg-verify-result: try to display the primary key ID from signaturesRobert McQueen2017-07-311-2/+7
* gpg-verify-result: canonicalise key when looking up signaturesRobert McQueen2017-07-311-7/+28
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-261-3/+2
* libostree: Add missing checks for invalid timestampsPhilip Withnall2017-05-031-0/+16
* gpg: do not segfault when the algorithm name is not knownGiuseppe Scrivano2016-09-081-0/+4
* docs: Get API docs working againMathnerd3142016-06-091-1/+1
* repo: Factor out the check of gpg result to a separate functionKrzesimir Nowak2016-05-271-0/+30
* libostree: Fix a couple compiler warningsMatthew Barnes2015-11-121-2/+2
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-1/+1
* gpg: Add ostree_gpg_verify_result_describe_variant()Matthew Barnes2015-05-061-4/+35
* libotutil: Establish a place for GPG utilitiesMatthew Barnes2015-05-011-37/+1
* gpg: Add ostree_gpg_verify_result_describe()Matthew Barnes2015-04-081-0/+144
* gpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKEDMatthew Barnes2015-03-191-1/+4
* gpg: Add OstreeGpgVerifyResultMatthew Barnes2015-03-181-0/+483