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
/
keyring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpg: New debug flag "keydb".
Werner Koch
2024-08-09
1
-18
/
+18
*
gpg: Support dual keygrips.
Werner Koch
2024-04-05
1
-1
/
+1
*
gpg: Support KEYGRIP search with traditional keyring.
NIIBE Yutaka
2021-06-03
1
-3
/
+13
*
Replace all calls to stat by gnupg_stat.
Werner Koch
2020-10-20
1
-1
/
+1
*
Replace all calls to access by gnupg_access
Werner Koch
2020-10-20
1
-3
/
+4
*
gpg: Fix short key ID for v5key.
NIIBE Yutaka
2020-08-07
1
-2
/
+4
*
Spelling cleanup.
Daniel Kahn Gillmor
2020-02-18
1
-2
/
+2
*
gpg: Fix keyring retrieval.
NIIBE Yutaka
2019-07-10
1
-3
/
+6
*
kbx: Unify the fingerprint search modes.
Werner Koch
2019-03-14
1
-15
/
+0
*
kbx: Add support for 32 byte fingerprints.
Werner Koch
2019-03-14
1
-6
/
+16
*
gpg: Don't let gpg return failure on an invalid packet in a keyblock.
Werner Koch
2018-02-22
1
-2
/
+2
*
gpg: Properly account for ring trust packets.
Justus Winter
2017-05-08
1
-2
/
+2
*
g10: invalidate the fd cache for keyring.
NIIBE Yutaka
2017-04-24
1
-1
/
+6
*
gpg: Pass CTRL to many more functions.
Werner Koch
2017-03-31
1
-2
/
+2
*
gpg: Revamp reading and writing of ring trust packets.
Werner Koch
2017-03-30
1
-58
/
+3
*
gpg: Extend free_packet to handle a packet parser context.
Werner Koch
2017-03-29
1
-9
/
+11
*
gpg: Change parse_packet to take a context.
Werner Koch
2017-03-29
1
-2
/
+6
*
Remove -I option to common.
NIIBE Yutaka
2017-03-07
1
-2
/
+2
*
Clean up word replication.
Yuri Chornoivan
2017-02-21
1
-1
/
+1
*
gpg: Fix searching for mail addresses in keyrings.
Justus Winter
2017-01-25
1
-4
/
+18
*
common: Rename keybox_file_rename to gnupg_rename_file.
Werner Koch
2016-11-16
1
-2
/
+2
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
gpg,gpgsm: Block signals during keyring/keybox update.
Werner Koch
2016-08-03
1
-2
/
+11
*
g10: Properly ignore legacy keys in the keyring cache.
Justus Winter
2016-07-22
1
-4
/
+1
*
gpg: Remove all assert.h and s/assert/log_assert/.
Werner Koch
2016-04-29
1
-7
/
+6
*
common, g10: Fix indentation to silence GCC-6.
NIIBE Yutaka
2016-02-15
1
-2
/
+2
*
Use ngettext for some strings.
Werner Koch
2016-01-18
1
-4
/
+13
*
w32: Fix deadlock introduced by keybox_file_rename.
Werner Koch
2016-01-14
1
-4
/
+17
*
kbx: New function keybox_file_rename to replace rename.
Werner Koch
2016-01-14
1
-18
/
+5
*
kbx: Add function keybox_tmp_names to avoid code duplication.
Werner Koch
2016-01-14
1
-57
/
+26
*
tools: Remove gpgkey2ssh.
Werner Koch
2016-01-09
1
-1
/
+1
*
gpg: Fix warnings about useless assignments.
Werner Koch
2016-01-07
1
-2
/
+2
*
gpg: Use more descriptive names.
Neal H. Walfield
2015-12-15
1
-111
/
+98
*
gpg: Take care of keydb_new returning NULL.
Werner Koch
2015-12-03
1
-2
/
+6
*
gpg,w32: Fix a format string error.
Werner Koch
2015-11-27
1
-2
/
+2
*
gpg: Change keydb_search to not return legacy keys.
Neal H. Walfield
2015-11-17
1
-5
/
+15
*
gpg: Correctly handle an error.
Neal H. Walfield
2015-11-17
1
-0
/
+3
*
gpg: Correctly handle keyblocks followed by legacy keys.
Neal H. Walfield
2015-11-17
1
-1
/
+13
*
gpg: Add some debugging output.
Neal H. Walfield
2015-11-17
1
-5
/
+71
*
Fix typos found using codespell.
Justus Winter
2015-11-17
1
-1
/
+1
*
gpg: Fix cache consistency problem.
Neal H. Walfield
2015-11-11
1
-2
/
+4
*
kbx: Change skipfnc's prototype so that we can provide all information.
Neal H. Walfield
2015-09-16
1
-1
/
+1
*
gpg: Add push/pop found state feature to keydb.
Werner Koch
2015-05-08
1
-2
/
+22
*
gpg: Prevent an invalid memory read using a garbled keyring.
Werner Koch
2015-02-09
1
-4
/
+23
*
gpg: Improve skipping of PGP-2 keys.
Werner Koch
2015-01-22
1
-4
/
+23
*
gpg: Add dedicated error code for PGP-2 keys.
Werner Koch
2015-01-22
1
-3
/
+1
*
gpg: Replace remaining old error code macros by GPG_ERR_.
Werner Koch
2015-01-22
1
-21
/
+23
*
gpg: Fix --rebuild-keydb-caches.
Werner Koch
2014-10-31
1
-27
/
+38
*
gpg: Create exported secret files and revocs with mode 700.
Werner Koch
2014-06-30
1
-3
/
+5
*
Make use of the *_NAME etc macros.
Werner Koch
2013-11-18
1
-1
/
+1
[next]