index
:
gnupg
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g10
/
getkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpg: Avoid printing false AKL error message.
Werner Koch
2019-07-04
1
-4
/
+4
*
gpg: New command --locate-external-key.
Werner Koch
2019-07-04
1
-16
/
+32
*
gpg: Make the get_pubkey_byname interface easier to understand.
Werner Koch
2019-07-04
1
-16
/
+25
*
g10: Fix double free when locating by mbox
Andre Heinecke
2019-04-18
1
-2
/
+1
*
gpg: Remove unused function get_pubkeys.
Werner Koch
2018-08-29
1
-263
/
+4
*
gpg: Refresh expired keys originating from the WKD.
Werner Koch
2018-08-28
1
-15
/
+94
*
gpg: Remove unused arg from a function.
Werner Koch
2018-08-28
1
-2
/
+2
*
gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.
Werner Koch
2018-07-05
1
-2
/
+45
*
g10: Fix memory leak for PKT_signature.
NIIBE Yutaka
2018-07-03
1
-1
/
+1
*
gpg: Extend the "sig" record in --list-mode.
Werner Koch
2018-04-12
1
-7
/
+14
*
g10: Fix filtering by PK->REQ_USAGE.
NIIBE Yutaka
2018-04-02
1
-0
/
+2
*
g10: Select a secret key by checking availability under gpg-agent.
NIIBE Yutaka
2018-02-22
1
-4
/
+11
*
gpg: Remove some xmallocs.
Werner Koch
2017-12-13
1
-7
/
+26
*
indent: Re-indent get_pubkeys.
Werner Koch
2017-12-13
1
-59
/
+48
*
gpg: Print AKL info only in verbose mode.
Werner Koch
2017-11-15
1
-2
/
+3
*
gpg: Keep a lock during the read-update/insert cycle in import.
Werner Koch
2017-10-19
1
-2
/
+13
*
gpg: Improve keydb handling in the main import function.
Werner Koch
2017-10-19
1
-15
/
+61
*
gpg: Fix memory leak in parse_auto_key_locate.
Werner Koch
2017-08-04
1
-3
/
+4
*
gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.
Werner Koch
2017-08-04
1
-1
/
+4
*
gpg: Minor rework for better readibility of get_best_pubkey_byname.
Werner Koch
2017-07-28
1
-13
/
+13
*
gpg: Fix segv in get_best_pubkey_byname.
Werner Koch
2017-07-28
1
-1
/
+1
*
gpg: Extend --key-origin to take an optional URL arg.
Werner Koch
2017-07-24
1
-0
/
+15
*
indent: Improve readability of some comments in getkey.c
Werner Koch
2017-07-20
1
-165
/
+168
*
gpg: New option --with-key-origin.
Werner Koch
2017-07-20
1
-10
/
+30
*
g10: Return proper error when gpg-agent fails to start during probe.
Marcus Brinkmann
2017-07-20
1
-2
/
+8
*
gpg: New option --key-origin.
Werner Koch
2017-07-13
1
-0
/
+35
*
gpg: Disable keydb handle caching only for W32
Werner Koch
2017-06-13
1
-10
/
+17
*
gpg: Disable keydb handle caching
Andre Heinecke
2017-05-30
1
-1
/
+11
*
g10: Fix default-key selection for signing, possibly by card.
NIIBE Yutaka
2017-05-22
1
-0
/
+52
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
1
-2
/
+2
*
g10: Minor fixes.
NIIBE Yutaka
2017-04-17
1
-1
/
+2
*
gpg: Avoid multiple open calls to the keybox file.
Werner Koch
2017-03-31
1
-5
/
+18
*
gpg: Pass CTRL also to getkey_end.
Werner Koch
2017-03-31
1
-18
/
+18
*
gpg: Pass CTRL to many more functions.
Werner Koch
2017-03-31
1
-66
/
+74
*
g10: Move more flags into the flag bitfield.
Justus Winter
2017-03-08
1
-18
/
+18
*
Remove -I option to common.
NIIBE Yutaka
2017-03-07
1
-6
/
+6
*
gpg: Fix attempt to double free an UID structure.
Werner Koch
2017-03-06
1
-2
/
+7
*
Clean up word replication.
Yuri Chornoivan
2017-02-21
1
-1
/
+1
*
gpg: Let only Dirmngr decide whether CERT is supported.
Werner Koch
2016-12-01
1
-2
/
+0
*
g10: Fix iteration over getkey results.
Justus Winter
2016-11-28
1
-1
/
+1
*
g10: Avoid gratuitously loading a keyblock when it is already available
Neal H. Walfield
2016-11-23
1
-1
/
+1
*
gpg: Use usual free semantics for packet structure free functions.
Werner Koch
2016-11-15
1
-10
/
+5
*
g10: Optimize key iteration.
Justus Winter
2016-11-15
1
-2
/
+2
*
g10: Fix memory leak.
Justus Winter
2016-11-15
1
-3
/
+14
*
g10: Fix iteration over getkey results.
Justus Winter
2016-11-15
1
-0
/
+8
*
g10: Fix use-after-free.
Justus Winter
2016-11-15
1
-1
/
+9
*
g10: Fix crash.
Justus Winter
2016-11-07
1
-3
/
+4
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
indent: Move comments inside the block.
Werner Koch
2016-11-04
1
-48
/
+56
*
g10: Improve and unify key selection for -r and --locate-keys.
Justus Winter
2016-11-03
1
-0
/
+205
[next]