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