summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * gpg_interface: allow to request status returnMichael J Gruber2013-02-141-4/+7
| * gpg-interface: check good signature in a reliable wayMichael J Gruber2013-02-141-2/+11
| * Merge branch 'sb/gpg-plug-fd-leak' into maintJunio C Hamano2013-02-071-1/+3
| |\
* | \ Merge branch 'sb/gpg-i18n'Junio C Hamano2013-02-071-3/+3
|\ \ \
| * | | gpg: allow translation of more error messagesStephen Boyd2013-01-311-3/+3
| |/ /
* | | Merge branch 'sb/gpg-plug-fd-leak'Junio C Hamano2013-02-051-1/+3
|\ \ \ | |/ / |/| / | |/
| * gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd2013-01-311-1/+3
* | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-241-1/+1
* | verify_signed_buffer: fix stale commentJunio C Hamano2012-01-051-4/+1
* | gpg-interface: allow use of a custom GPG binaryJunio C Hamano2011-11-291-3/+8
|/
* Split GPG interface into its own helper libraryJunio C Hamano2011-11-041-0/+138