Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | Merge branch 'jc/gpg-status' | Junio C Hamano | 1 | -1/+2 |
2018-08-09 | gpg-interface: propagate exit status from gpg back to the callers | Junio C Hamano | 1 | -1/+2 |
2018-07-18 | gpg-interface: introduce new signature format "x509" using gpgsm | Henning Schild | 1 | -0/+15 |
2018-07-18 | gpg-interface: introduce new config to select per gpg format program | Henning Schild | 1 | -1/+1 |
2018-07-18 | gpg-interface: do not hardcode the key string len anymore | Henning Schild | 1 | -3/+4 |
2018-07-18 | gpg-interface: introduce an abstraction for multiple gpg formats | Henning Schild | 1 | -21/+67 |
2018-07-17 | gpg-interface: add new config to select how to sign a commit | Henning Schild | 1 | -0/+10 |
2018-07-11 | gpg-interface: make parse_gpg_output static and remove from interface header | Henning Schild | 1 | -1/+1 |
2018-04-16 | gpg-interface: find the last gpg signature line | Jeff King | 1 | -3/+9 |
2018-04-16 | gpg-interface: extract gpg line matching helper | Jeff King | 1 | -2/+7 |
2018-04-16 | gpg-interface: fix const-correctness of "eol" pointer | Jeff King | 1 | -2/+1 |
2018-04-16 | gpg-interface: use size_t for signature buffer size | Jeff King | 1 | -1/+1 |
2018-04-16 | gpg-interface: modernize function declarations | Jeff King | 1 | -17/+0 |
2018-04-16 | gpg-interface: handle bool user.signingkey | Jeff King | 1 | -0/+6 |
2017-09-06 | tempfile: auto-allocate tempfiles on heap | Jeff King | 1 | -8/+8 |
2017-09-06 | tempfile: do not delete tempfile on failed close | Jeff King | 1 | -1/+1 |
2017-09-06 | always check return value of close_tempfile | Jeff King | 1 | -2/+2 |
2017-09-06 | verify_signed_buffer: prefer close_tempfile() to close() | Jeff King | 1 | -1/+1 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -10/+5 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -10/+5 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2016-10-12 | gpg-interface: use more status letters | Michael J Gruber | 1 | -3/+10 |
2016-08-16 | Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g... | Junio C Hamano | 1 | -0/+1 |
2016-08-16 | gpg-interface: prefer "long" key format output when verifying pgp signatures | Linus Torvalds | 1 | -2/+2 |
2016-06-17 | gpg-interface: check gpg signature creation status | Michael J Gruber | 1 | -2/+6 |
2016-06-17 | sign_buffer: use pipe_command | Jeff King | 1 | -19/+5 |
2016-06-17 | verify_signed_buffer: use pipe_command | Jeff King | 1 | -19/+3 |
2016-06-17 | verify_signed_buffer: use tempfile object | Jeff King | 1 | -8/+13 |
2016-06-17 | verify_signed_buffer: drop pbuf variable | Jeff King | 1 | -5/+4 |
2016-06-17 | gpg-interface: use child_process.args | Jeff King | 1 | -10/+9 |
2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -4/+2 |
2016-05-09 | gpg-interface.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -4/+2 |
2016-04-06 | builtin/verify-tag.c: ignore SIGPIPE in gpg-interface | Santiago Torres | 1 | -0/+2 |
2015-06-22 | verify-commit: add option to print raw gpg status information | brian m. carlson | 1 | -2/+5 |
2015-06-22 | gpg: centralize printing signature buffers | brian m. carlson | 1 | -0/+9 |
2015-06-22 | gpg: centralize signature check | brian m. carlson | 1 | -1/+3 |
2015-06-22 | verify-tag: share code with verify-commit | brian m. carlson | 1 | -0/+23 |
2014-10-08 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -0/+57 |
2014-09-15 | gpg-interface: move parse_signature() to where it should be | Junio C Hamano | 1 | -0/+21 |
2014-09-15 | gpg-interface: move parse_gpg_output() to where it should be | Junio C Hamano | 1 | -0/+36 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -4/+2 |
2014-06-23 | gpg-interface: provide access to the payload | Michael J Gruber | 1 | -0/+2 |
2014-06-23 | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 1 | -0/+12 |
2013-03-21 | Merge branch 'mg/gpg-interface-using-status' | Junio C Hamano | 1 | -3/+15 |
2013-02-14 | gpg_interface: allow to request status return | Michael J Gruber | 1 | -4/+7 |
2013-02-14 | gpg-interface: check good signature in a reliable way | Michael J Gruber | 1 | -2/+11 |
2013-02-07 | Merge branch 'sb/gpg-plug-fd-leak' into maint | Junio C Hamano | 1 | -1/+3 |
2013-02-07 | Merge branch 'sb/gpg-i18n' | Junio C Hamano | 1 | -3/+3 |
2013-02-05 | Merge branch 'sb/gpg-plug-fd-leak' | Junio C Hamano | 1 | -1/+3 |
2013-01-31 | gpg: close stderr once finished with it in verify_signed_buffer() | Stephen Boyd | 1 | -1/+3 |