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: Change keydb_search to not return legacy keys.
Neal H. Walfield
2015-11-17
1
-45
/
+2
*
Fix typos found using codespell.
Justus Winter
2015-11-17
1
-2
/
+2
*
gpg: Fix regression in --locate-keys (in 2.1.9).
Werner Koch
2015-11-13
1
-1
/
+13
*
gpg: Check for ambiguous or non-matching key specs.
Neal H. Walfield
2015-11-06
1
-9
/
+0
*
gpg: Add --encrypt-to-default-key.
Neal H. Walfield
2015-11-04
1
-1
/
+1
*
gpg: Allow multiple --default-key options. Take the last available key.
Neal H. Walfield
2015-11-04
1
-10
/
+89
*
gpg: Add new --auto-key-locate mechanism "dane".
Werner Koch
2015-10-06
1
-1
/
+10
*
g10: Be more careful when merging self-signed data.
Neal H. Walfield
2015-09-16
1
-3
/
+21
*
g10: Simplify some complicated boolean expressions.
Neal H. Walfield
2015-09-16
1
-8
/
+29
*
g10: Also mark revoked and expired keys as unusable.
Neal H. Walfield
2015-09-16
1
-2
/
+6
*
g10: Release resources when returning an error in get_seckey.
Neal H. Walfield
2015-09-16
1
-1
/
+5
*
g10: Improve documentation and comments for getkey.c.
Neal H. Walfield
2015-09-16
1
-173
/
+325
*
g10: Remove unused function have_any_secret_key.
Neal H. Walfield
2015-09-16
1
-14
/
+0
*
g10: Bring cache semantics closer to non-cache semantics.
Neal H. Walfield
2015-09-16
1
-3
/
+7
*
g10: Break out of the loop earlier.
Neal H. Walfield
2015-09-16
1
-6
/
+9
*
g10: Don't skip legacy keys if the search mode is KEYDB_SEARCH_MODE_NEXT
Neal H. Walfield
2015-09-16
1
-1
/
+2
*
g10: Remove unused function get_seckeyblock_byfprint.
Neal H. Walfield
2015-09-16
1
-29
/
+0
*
g10: Remove unused function get_seckey_byfprint.
Neal H. Walfield
2015-09-16
1
-36
/
+0
*
g10: Simplify get_seckey_byname: it was never called with NAME not NULL.
Neal H. Walfield
2015-09-16
1
-7
/
+2
*
g10: Eliminate the redundant function get_keyblock_byfprint.
Neal H. Walfield
2015-09-16
1
-30
/
+0
*
g10: Simplify semantics of get_pubkey_byname.
Neal H. Walfield
2015-09-16
1
-8
/
+6
*
g10: Eliminate the redundant function get_pubkey_byname.
Neal H. Walfield
2015-09-16
1
-30
/
+2
*
g10: Eliminate the redundant function get_pubkey_end.
Neal H. Walfield
2015-09-16
1
-19
/
+12
*
g10: Eliminate the redundant function get_pubkey_next.
Neal H. Walfield
2015-09-16
1
-6
/
+0
*
kbx: Change skipfnc's prototype so that we can provide all information.
Neal H. Walfield
2015-09-16
1
-10
/
+21
*
g10: Remove unused function (get_pubkey_bynames).
Neal H. Walfield
2015-09-16
1
-16
/
+1
*
g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argument
Neal H. Walfield
2015-09-16
1
-30
/
+48
*
g10: Remove unused field struct getkey_ctx_s.kbpos.
Neal H. Walfield
2015-09-16
1
-2
/
+0
*
g10: Simplify code: remove field struct getkey_ctx_s.keyblock.
Neal H. Walfield
2015-09-16
1
-13
/
+12
*
doc: Minor comment fixes.
Werner Koch
2015-09-09
1
-5
/
+6
*
g10: Remove unused field req_algo.
Neal H. Walfield
2015-09-02
1
-4
/
+0
*
common: Don't assume on-disk layout matches in-memory layout.
Neal H. Walfield
2015-08-21
1
-2
/
+2
*
gpg: Properly handle legacy keys while looking for a secret key.
Werner Koch
2015-08-04
1
-1
/
+8
*
gpg: Fix endless loop for expired keys given by fpr.
Werner Koch
2015-07-31
1
-0
/
+5
*
gpg: Do not return "Legacy Key" from lookup if a key is expired.
Werner Koch
2015-07-29
1
-1
/
+2
*
Don't segfault if the first 'auto-key-locate' option is 'clear'.
Neal H. Walfield
2015-07-16
1
-0
/
+3
*
gpg: Improve 'General key info' line of --card-status.
Werner Koch
2015-05-07
1
-3
/
+19
*
gpg: Merge duplicated code for get_user_id et al.
Werner Koch
2015-04-06
1
-57
/
+45
*
Fix use of DBG_CACHE and DBG_LOOKUP
Werner Koch
2015-04-06
1
-16
/
+16
*
gpg: Switch to a hash and CERT record based PKA system.
Werner Koch
2015-02-25
1
-2
/
+0
*
Move new mailbox.c source file to common/.
Werner Koch
2015-02-25
1
-1
/
+1
*
gpg: Skip legacy keys while searching keyrings.
Werner Koch
2015-02-23
1
-2
/
+37
*
gpg: Replace remaining uses of stdio by estream.
Werner Koch
2015-02-19
1
-1
/
+1
*
Use inline functions to convert buffer data to scalars.
Werner Koch
2015-02-11
1
-6
/
+8
*
gpg: Add dedicated error code for PGP-2 keys.
Werner Koch
2015-01-22
1
-3
/
+2
*
gpg: Replace remaining old error code macros by GPG_ERR_.
Werner Koch
2015-01-22
1
-23
/
+26
*
gpg: Remove an unused variable.
Werner Koch
2015-01-22
1
-2
/
+0
*
gpg: Remove unused args from a function.
Werner Koch
2015-01-05
1
-1
/
+1
*
gpg: Fix endless loop in keylisting with fingerprint.
Werner Koch
2014-11-02
1
-0
/
+6
*
gpg: Minor cleanup for key listing related code.
Werner Koch
2014-11-02
1
-16
/
+10
[next]