summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
AgeCommit message (Expand)AuthorLines
2016-08-16Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Junio C Hamano-0/+1
2016-08-16gpg-interface: prefer "long" key format output when verifying pgp signaturesLinus Torvalds-2/+2
2016-06-17gpg-interface: check gpg signature creation statusMichael J Gruber-2/+6
2016-06-17sign_buffer: use pipe_commandJeff King-19/+5
2016-06-17verify_signed_buffer: use pipe_commandJeff King-19/+3
2016-06-17verify_signed_buffer: use tempfile objectJeff King-8/+13
2016-06-17verify_signed_buffer: drop pbuf variableJeff King-5/+4
2016-06-17gpg-interface: use child_process.argsJeff King-10/+9
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano-4/+2
2016-05-09gpg-interface.c: use error_errno()Nguyễn Thái Ngọc Duy-4/+2
2016-04-06builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres-0/+2
2015-06-22verify-commit: add option to print raw gpg status informationbrian m. carlson-2/+5
2015-06-22gpg: centralize printing signature buffersbrian m. carlson-0/+9
2015-06-22gpg: centralize signature checkbrian m. carlson-1/+3
2015-06-22verify-tag: share code with verify-commitbrian m. carlson-0/+23
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano-0/+57
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano-0/+21
2014-09-15gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano-0/+36
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-4/+2
2014-06-23gpg-interface: provide access to the payloadMichael J Gruber-0/+2
2014-06-23gpg-interface: provide clear helper for struct signature_checkMichael J Gruber-0/+12
2013-03-21Merge branch 'mg/gpg-interface-using-status'Junio C Hamano-3/+15
2013-02-14gpg_interface: allow to request status returnMichael J Gruber-4/+7
2013-02-14gpg-interface: check good signature in a reliable wayMichael J Gruber-2/+11
2013-02-07Merge branch 'sb/gpg-plug-fd-leak' into maintJunio C Hamano-1/+3
2013-02-07Merge branch 'sb/gpg-i18n'Junio C Hamano-3/+3
2013-02-05Merge branch 'sb/gpg-plug-fd-leak'Junio C Hamano-1/+3
2013-01-31gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd-1/+3
2013-01-31gpg: allow translation of more error messagesStephen Boyd-3/+3
2012-05-24ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King-1/+1
2012-01-05verify_signed_buffer: fix stale commentJunio C Hamano-4/+1
2011-11-29gpg-interface: allow use of a custom GPG binaryJunio C Hamano-3/+8
2011-11-04Split GPG interface into its own helper libraryJunio C Hamano-0/+138