summaryrefslogtreecommitdiff
path: root/gpg-interface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+2
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | Merge branch 'jk/gpg-trust-level-fix'Junio C Hamano2023-04-281-1/+1
|\ \ | |/ |/|
| * gpg-interface: set trust level of missing key to "undefined"Jeff King2023-04-191-1/+1
* | treewide: remove unnecessary includes of cache.hElijah Newren2023-03-211-1/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | cache.h: remove expand_user_path()Elijah Newren2023-03-211-1/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-1/+23
|\ \
| * | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-1/+23
* | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+1
|\ \ \ | |_|/ |/| |
| * | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-231-0/+1
| |/
* | Merge branch 'js/gpg-errors'Junio C Hamano2023-02-241-2/+6
|\ \ | |/ |/|
| * gpg: do show gpg's error message upon failureJohannes Schindelin2023-02-151-2/+6
* | ssh signing: better error message when key not in agentAdam Szkoda2023-01-251-1/+5
|/
* Merge branch 'pw/ssh-sign-report-errors'Junio C Hamano2022-10-111-3/+4
|\
| * ssh signing: return an error when signature cannot be readPhillip Wood2022-10-051-3/+4
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | config: mark unused callback parametersJeff King2022-08-191-1/+1
* | gpg-interface: add function for converting trust level to stringJaydeep Das2022-07-101-6/+22
|/
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'fs/gpgsm-update'Junio C Hamano2022-03-131-1/+8
|\
| * gpg-interface/gpgsm: fix for v2.3Fabian Stelzer2022-03-041-1/+8
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-3/+3
|\ \
| * | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-3/+3
| |/
* | gpg-interface: trim CR from ssh-keygenFabian Stelzer2022-01-071-10/+24
|/
* Merge branch 'fs/ssh-signing-other-keytypes'Junio C Hamano2021-12-211-7/+29
|\
| * ssh signing: support non ssh-* keytypesFabian Stelzer2021-11-191-7/+29
* | ssh signing: make verify-commit consider key lifetimeFabian Stelzer2021-12-091-0/+53
* | ssh signing: use sigc struct to pass payloadFabian Stelzer2021-12-091-20/+17
|/
* Merge branch 'jx/message-fixes'Junio C Hamano2021-11-031-1/+1
|\
| * i18n: fix typos found during l10n for git 2.34.0Jiang Xin2021-10-311-1/+1
* | gpg-interface: avoid buffer overrun in parse_ssh_output()René Scharfe2021-11-011-2/+2
* | gpg-interface: handle missing " with " gracefully in parse_ssh_output()René Scharfe2021-11-011-4/+6
|/
* gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()Jeff King2021-10-181-1/+5
* gpg-interface: fix leak of "line" in parse_ssh_output()Jeff King2021-10-181-2/+6
* ssh signing: verify signatures using ssh-keygenFabian Stelzer2021-09-101-2/+213
* ssh signing: provide a textual signing_key_idFabian Stelzer2021-09-101-0/+56
* ssh signing: retrieve a default key from ssh-agentFabian Stelzer2021-09-101-2/+68
* ssh signing: add ssh key format and signing codeFabian Stelzer2021-09-101-8/+130
* ssh signing: preliminary refactoring and clean-upFabian Stelzer2021-09-101-40/+64
* gpg-interface: remove other signature headers before verifyingbrian m. carlson2021-02-101-0/+2
* gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-101-1/+12
* strvec: fix indentation in renamed callsJeff King2020-07-281-7/+7
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-4/+4
* gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen2020-03-151-48/+49
* Merge branch 'hi/gpg-use-check-signature'Junio C Hamano2020-03-051-49/+48
|\
| * Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano2020-02-281-49/+48
* | Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano2020-01-301-12/+79
|\ \ | |/ |/|