summaryrefslogtreecommitdiff
path: root/gpg-interface.c
AgeCommit message (Expand)Author
2018-11-02Merge branch 'mg/gpg-fingerprint'Junio C Hamano
2018-11-02Merge branch 'mg/gpg-parse-tighten'Junio C Hamano
2018-10-22gpg-interface.c: obtain primary key fingerprint as wellMichał Górny
2018-10-22gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny
2018-10-22gpg-interface.c: use flags to determine key/signer info presenceMichał Górny
2018-10-22gpg-interface.c: detect and reject multiple signatures on commitsMichał Górny
2018-08-20Merge branch 'jc/gpg-status'Junio C Hamano
2018-08-09gpg-interface: propagate exit status from gpg back to the callersJunio C Hamano
2018-07-18gpg-interface: introduce new signature format "x509" using gpgsmHenning Schild
2018-07-18gpg-interface: introduce new config to select per gpg format programHenning Schild
2018-07-18gpg-interface: do not hardcode the key string len anymoreHenning Schild
2018-07-18gpg-interface: introduce an abstraction for multiple gpg formatsHenning Schild
2018-07-17gpg-interface: add new config to select how to sign a commitHenning Schild
2018-07-11gpg-interface: make parse_gpg_output static and remove from interface headerHenning Schild
2018-04-16gpg-interface: find the last gpg signature lineJeff King
2018-04-16gpg-interface: extract gpg line matching helperJeff King
2018-04-16gpg-interface: fix const-correctness of "eol" pointerJeff King
2018-04-16gpg-interface: use size_t for signature buffer sizeJeff King
2018-04-16gpg-interface: modernize function declarationsJeff King
2018-04-16gpg-interface: handle bool user.signingkeyJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-09-06always check return value of close_tempfileJeff King
2017-09-06verify_signed_buffer: prefer close_tempfile() to close()Jeff King
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-10-12gpg-interface: use more status lettersMichael J Gruber
2016-08-16Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Junio C Hamano
2016-08-16gpg-interface: prefer "long" key format output when verifying pgp signaturesLinus Torvalds
2016-06-18gpg-interface: check gpg signature creation statusMichael J Gruber
2016-06-18sign_buffer: use pipe_commandJeff King
2016-06-18verify_signed_buffer: use pipe_commandJeff King
2016-06-18verify_signed_buffer: use tempfile objectJeff King
2016-06-18verify_signed_buffer: drop pbuf variableJeff King
2016-06-18gpg-interface: use child_process.argsJeff King
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09gpg-interface.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-04-06builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres
2015-06-22verify-commit: add option to print raw gpg status informationbrian m. carlson
2015-06-22gpg: centralize printing signature buffersbrian m. carlson
2015-06-22gpg: centralize signature checkbrian m. carlson
2015-06-22verify-tag: share code with verify-commitbrian m. carlson
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano
2014-09-15gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-23gpg-interface: provide access to the payloadMichael J Gruber
2014-06-23gpg-interface: provide clear helper for struct signature_checkMichael J Gruber
2013-03-21Merge branch 'mg/gpg-interface-using-status'Junio C Hamano