summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-gpg-verify-result-dummy.c
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-27/+16
| | | | | This is a one-time tree wide reformatting to ensure consistency going forward.
* lib/gpg-verify-result: Add missing floating annotationJonathan Lebon2022-02-091-2/+2
| | | | | | | | | | I think I'm hitting issues due to this while using the Rust bindings: https://github.com/coreos/rpm-ostree/pull/3406#issuecomment-1033084956 The bindings for those APIs use `from_glib_full` which says: > Because ownership can only be transferred if something is already > referenced, this is unsuitable for floating references.
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
|
* gpg: add dummy public interfaceDenis Pynkin2019-08-011-0/+303
Add dummy stubs for GPG public functions to be compiled instead of original code in case if support of GPG is disabled. Need that to keep API backward compatibility. Based on original code from file `ostree-gpg-verify-result.c`. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> Closes: #1889 Approved by: cgwalters