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
2021-11-01
gpg-interface: avoid buffer overrun in parse_ssh_output()
René Scharfe
1
-2
/
+2
2021-11-01
gpg-interface: handle missing " with " gracefully in parse_ssh_output()
René Scharfe
1
-4
/
+6
2021-10-18
gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()
Jeff King
1
-1
/
+5
2021-10-18
gpg-interface: fix leak of "line" in parse_ssh_output()
Jeff King
1
-2
/
+6
2021-09-10
ssh signing: verify signatures using ssh-keygen
Fabian Stelzer
1
-2
/
+213
2021-09-10
ssh signing: provide a textual signing_key_id
Fabian Stelzer
1
-0
/
+56
2021-09-10
ssh signing: retrieve a default key from ssh-agent
Fabian Stelzer
1
-2
/
+68
2021-09-10
ssh signing: add ssh key format and signing code
Fabian Stelzer
1
-8
/
+130
2021-09-10
ssh signing: preliminary refactoring and clean-up
Fabian Stelzer
1
-40
/
+64
2021-02-10
gpg-interface: remove other signature headers before verifying
brian m. carlson
1
-0
/
+2
2021-02-10
gpg-interface: improve interface for parsing tags
brian m. carlson
1
-1
/
+12
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-7
/
+7
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-4
/
+4
2020-03-15
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
1
-48
/
+49
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
[next]