aboutsummaryrefslogtreecommitdiff
path: root/gpg-interface.c
Commit message (Expand)AuthorAge
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
* tempfile: do not delete tempfile on failed closeJeff King2017-09-06
* always check return value of close_tempfileJeff King2017-09-06
* verify_signed_buffer: prefer close_tempfile() to close()Jeff King2017-09-06
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-16
* | config: don't include config.h by defaultBrandon Williams2017-06-15
|/
* gpg-interface: use more status lettersMichael J Gruber2016-10-12
* Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Junio C Hamano2016-08-16
|\
| * gpg-interface: prefer "long" key format output when verifying pgp signaturesLinus Torvalds2016-08-16
* | gpg-interface: check gpg signature creation statusMichael J Gruber2016-06-17
* | sign_buffer: use pipe_commandJeff King2016-06-17
* | verify_signed_buffer: use pipe_commandJeff King2016-06-17
* | verify_signed_buffer: use tempfile objectJeff King2016-06-17
* | verify_signed_buffer: drop pbuf variableJeff King2016-06-17
* | gpg-interface: use child_process.argsJeff King2016-06-17
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \
| * | gpg-interface.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
| |/
* | builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres2016-04-06
|/
* verify-commit: add option to print raw gpg status informationbrian m. carlson2015-06-22
* gpg: centralize printing signature buffersbrian m. carlson2015-06-22
* gpg: centralize signature checkbrian m. carlson2015-06-22
* verify-tag: share code with verify-commitbrian m. carlson2015-06-22
* Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\
| * gpg-interface: move parse_signature() to where it should beJunio C Hamano2014-09-15
| * gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-15
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/
* gpg-interface: provide access to the payloadMichael J Gruber2014-06-23
* gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-23
* Merge branch 'mg/gpg-interface-using-status'Junio C Hamano2013-03-21
|\
| * gpg_interface: allow to request status returnMichael J Gruber2013-02-14
| * gpg-interface: check good signature in a reliable wayMichael J Gruber2013-02-14
| * Merge branch 'sb/gpg-plug-fd-leak' into maintJunio C Hamano2013-02-07
| |\
* | \ Merge branch 'sb/gpg-i18n'Junio C Hamano2013-02-07
|\ \ \
| * | | gpg: allow translation of more error messagesStephen Boyd2013-01-31
| |/ /
* | | Merge branch 'sb/gpg-plug-fd-leak'Junio C Hamano2013-02-05
|\ \ \ | |/ / |/| / | |/
| * gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd2013-01-31
* | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-24
* | verify_signed_buffer: fix stale commentJunio C Hamano2012-01-05
* | gpg-interface: allow use of a custom GPG binaryJunio C Hamano2011-11-29
|/
* Split GPG interface into its own helper libraryJunio C Hamano2011-11-04