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
2020-03-05
Merge branch 'hi/gpg-use-check-signature'
Junio C Hamano
1
-49
/
+48
2020-02-28
Revert "gpg-interface: prefer check_signature() for GPG verification"
Junio C Hamano
1
-49
/
+48
2020-01-30
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
1
-12
/
+79
2020-01-15
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
1
-12
/
+79
2019-11-30
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
1
-48
/
+49
2019-11-23
gpg-interface: limit search for primary key fingerprint
Hans Jerry Illikainen
1
-6
/
+18
2019-11-23
gpg-interface: refactor the free-and-xmemdupz pattern
Hans Jerry Illikainen
1
-7
/
+15
2019-07-16
gpg-interface: do not scan past the end of buffer
Steven Roberts
1
-0
/
+3
2018-11-03
Merge branch 'mg/gpg-fingerprint'
Junio C Hamano
1
-12
/
+45
2018-11-03
Merge branch 'mg/gpg-parse-tighten'
Junio C Hamano
1
-29
/
+61
2018-10-23
gpg-interface.c: obtain primary key fingerprint as well
Michał Górny
1
-1
/
+15
2018-10-23
gpg-interface.c: support getting key fingerprint via %GF format
Michał Górny
1
-1
/
+13
2018-10-23
gpg-interface.c: use flags to determine key/signer info presence
Michał Górny
1
-10
/
+17
2018-10-22
gpg-interface.c: detect and reject multiple signatures on commits
Michał Górny
1
-29
/
+61
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
[next]