summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mg/gpg-fingerprint'Junio C Hamano2018-11-031-12/+45
|\
| * gpg-interface.c: obtain primary key fingerprint as wellMichał Górny2018-10-231-1/+15
| * gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny2018-10-231-1/+13
| * gpg-interface.c: use flags to determine key/signer info presenceMichał Górny2018-10-231-10/+17
* | Merge branch 'mg/gpg-parse-tighten'Junio C Hamano2018-11-031-29/+61
|\|
| * gpg-interface.c: detect and reject multiple signatures on commitsMichał Górny2018-10-221-29/+61
|/
* Merge branch 'jc/gpg-status'Junio C Hamano2018-08-201-1/+2
|\
| * gpg-interface: propagate exit status from gpg back to the callersJunio C Hamano2018-08-091-1/+2
* | gpg-interface: introduce new signature format "x509" using gpgsmHenning Schild2018-07-181-0/+15
* | gpg-interface: introduce new config to select per gpg format programHenning Schild2018-07-181-1/+1
* | gpg-interface: do not hardcode the key string len anymoreHenning Schild2018-07-181-3/+4
* | gpg-interface: introduce an abstraction for multiple gpg formatsHenning Schild2018-07-181-21/+67
* | gpg-interface: add new config to select how to sign a commitHenning Schild2018-07-171-0/+10
* | gpg-interface: make parse_gpg_output static and remove from interface headerHenning Schild2018-07-111-1/+1
|/
* gpg-interface: find the last gpg signature lineJeff King2018-04-161-3/+9
* gpg-interface: extract gpg line matching helperJeff King2018-04-161-2/+7
* gpg-interface: fix const-correctness of "eol" pointerJeff King2018-04-161-2/+1
* gpg-interface: use size_t for signature buffer sizeJeff King2018-04-161-1/+1
* gpg-interface: modernize function declarationsJeff King2018-04-161-17/+0
* gpg-interface: handle bool user.signingkeyJeff King2018-04-161-0/+6
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-8/+8
* tempfile: do not delete tempfile on failed closeJeff King2017-09-061-1/+1
* always check return value of close_tempfileJeff King2017-09-061-2/+2
* verify_signed_buffer: prefer close_tempfile() to close()Jeff King2017-09-061-1/+1
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-10/+5
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-10/+5
* | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/
* gpg-interface: use more status lettersMichael J Gruber2016-10-121-3/+10
* Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Junio C Hamano2016-08-161-0/+1
|\
| * gpg-interface: prefer "long" key format output when verifying pgp signaturesLinus Torvalds2016-08-161-2/+2
* | gpg-interface: check gpg signature creation statusMichael J Gruber2016-06-171-2/+6
* | sign_buffer: use pipe_commandJeff King2016-06-171-19/+5
* | verify_signed_buffer: use pipe_commandJeff King2016-06-171-19/+3
* | verify_signed_buffer: use tempfile objectJeff King2016-06-171-8/+13
* | verify_signed_buffer: drop pbuf variableJeff King2016-06-171-5/+4
* | gpg-interface: use child_process.argsJeff King2016-06-171-10/+9
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-4/+2
|\ \
| * | gpg-interface.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+2
| |/
* / builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres2016-04-061-0/+2
|/
* verify-commit: add option to print raw gpg status informationbrian m. carlson2015-06-221-2/+5
* gpg: centralize printing signature buffersbrian m. carlson2015-06-221-0/+9
* gpg: centralize signature checkbrian m. carlson2015-06-221-1/+3
* verify-tag: share code with verify-commitbrian m. carlson2015-06-221-0/+23
* Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-0/+57
|\
| * gpg-interface: move parse_signature() to where it should beJunio C Hamano2014-09-151-0/+21
| * gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-151-0/+36
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-4/+2
|/
* gpg-interface: provide access to the payloadMichael J Gruber2014-06-231-0/+2
* gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-231-0/+12
* Merge branch 'mg/gpg-interface-using-status'Junio C Hamano2013-03-211-3/+15
|\