summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+5
|\ \
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+5
| |/
* / strbuf: remove global variableCalvin Wan2023-06-121-2/+3
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-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-291-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-101-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-241-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-111-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-261-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-221-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-11-011-1/+1
* | gpg-interface: avoid buffer overrun in parse_ssh_output()René Scharfe2021-11-021-2/+2
* | gpg-interface: handle missing " with " gracefully in parse_ssh_output()René Scharfe2021-11-021-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-111-0/+2
* gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-111-1/+12
* strvec: fix indentation in renamed callsJeff King2020-07-291-7/+7