index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gpg-interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-01-31
gpg: allow translation of more error messages
Stephen Boyd
1
-3
/
+3
2012-05-24
ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
Jeff King
1
-1
/
+1
2012-01-05
verify_signed_buffer: fix stale comment
Junio C Hamano
1
-4
/
+1
2011-11-29
gpg-interface: allow use of a custom GPG binary
Junio C Hamano
1
-3
/
+8
2011-11-04
Split GPG interface into its own helper library
Junio C Hamano
1
-0
/
+138