summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
AgeCommit message (Expand)AuthorLines
2021-11-03Merge branch 'jx/message-fixes'Junio C Hamano-1/+1
2021-11-01gpg-interface: avoid buffer overrun in parse_ssh_output()René Scharfe-2/+2
2021-11-01gpg-interface: handle missing " with " gracefully in parse_ssh_output()René Scharfe-4/+6
2021-10-31i18n: fix typos found during l10n for git 2.34.0Jiang Xin-1/+1
2021-10-18gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()Jeff King-1/+5
2021-10-18gpg-interface: fix leak of "line" in parse_ssh_output()Jeff King-2/+6
2021-09-10ssh signing: verify signatures using ssh-keygenFabian Stelzer-2/+213
2021-09-10ssh signing: provide a textual signing_key_idFabian Stelzer-0/+56
2021-09-10ssh signing: retrieve a default key from ssh-agentFabian Stelzer-2/+68
2021-09-10ssh signing: add ssh key format and signing codeFabian Stelzer-8/+130
2021-09-10ssh signing: preliminary refactoring and clean-upFabian Stelzer-40/+64
2021-02-10gpg-interface: remove other signature headers before verifyingbrian m. carlson-0/+2
2021-02-10gpg-interface: improve interface for parsing tagsbrian m. carlson-1/+12
2020-07-28strvec: fix indentation in renamed callsJeff King-7/+7
2020-07-28strvec: convert more callers away from argv_array nameJeff King-4/+4
2020-03-15gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen-48/+49
2020-03-05Merge branch 'hi/gpg-use-check-signature'Junio C Hamano-49/+48
2020-02-28Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano-49/+48
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano-12/+79
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen-12/+79
2019-11-30gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen-48/+49
2019-11-23gpg-interface: limit search for primary key fingerprintHans Jerry Illikainen-6/+18
2019-11-23gpg-interface: refactor the free-and-xmemdupz patternHans Jerry Illikainen-7/+15
2019-07-16gpg-interface: do not scan past the end of bufferSteven Roberts-0/+3
2018-11-03Merge branch 'mg/gpg-fingerprint'Junio C Hamano-12/+45
2018-11-03Merge branch 'mg/gpg-parse-tighten'Junio C Hamano-29/+61
2018-10-23gpg-interface.c: obtain primary key fingerprint as wellMichał Górny-1/+15
2018-10-23gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny-1/+13
2018-10-23gpg-interface.c: use flags to determine key/signer info presenceMichał Górny-10/+17
2018-10-22gpg-interface.c: detect and reject multiple signatures on commitsMichał Górny-29/+61
2018-08-20Merge branch 'jc/gpg-status'Junio C Hamano-1/+2
2018-08-09gpg-interface: propagate exit status from gpg back to the callersJunio C Hamano-1/+2
2018-07-18gpg-interface: introduce new signature format "x509" using gpgsmHenning Schild-0/+15
2018-07-18gpg-interface: introduce new config to select per gpg format programHenning Schild-1/+1
2018-07-18gpg-interface: do not hardcode the key string len anymoreHenning Schild-3/+4
2018-07-18gpg-interface: introduce an abstraction for multiple gpg formatsHenning Schild-21/+67
2018-07-17gpg-interface: add new config to select how to sign a commitHenning Schild-0/+10
2018-07-11gpg-interface: make parse_gpg_output static and remove from interface headerHenning Schild-1/+1
2018-04-16gpg-interface: find the last gpg signature lineJeff King-3/+9
2018-04-16gpg-interface: extract gpg line matching helperJeff King-2/+7
2018-04-16gpg-interface: fix const-correctness of "eol" pointerJeff King-2/+1
2018-04-16gpg-interface: use size_t for signature buffer sizeJeff King-1/+1
2018-04-16gpg-interface: modernize function declarationsJeff King-17/+0
2018-04-16gpg-interface: handle bool user.signingkeyJeff King-0/+6
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King-8/+8
2017-09-06tempfile: do not delete tempfile on failed closeJeff King-1/+1
2017-09-06always check return value of close_tempfileJeff King-2/+2
2017-09-06verify_signed_buffer: prefer close_tempfile() to close()Jeff King-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-10/+5
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason-10/+5