index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g10
/
keydb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
g10: Cache the effective policy. Recompute it when required.
Neal H. Walfield
2016-11-21
1
-1
/
+5
*
gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.
Werner Koch
2016-11-10
1
-4
/
+14
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
g10: Write first keybox record in binary mode
Andre Heinecke
2016-10-21
1
-1
/
+1
*
g10: Fix keybox-related memory leaks.
Justus Winter
2016-06-30
1
-2
/
+6
*
g10: Fix memory leaks.
Justus Winter
2016-06-28
1
-5
/
+2
*
Replace use of opt.homedir by accessor functions.
Werner Koch
2016-06-07
1
-1
/
+1
*
gpg: Remove all assert.h and s/assert/log_assert/.
Werner Koch
2016-04-29
1
-6
/
+5
*
gpg: Detect race between pubring.gpg and pubring.kbx use.
Werner Koch
2016-01-14
1
-0
/
+32
*
gpg: Improve error code from lock_all.
Werner Koch
2016-01-13
1
-1
/
+1
*
gpg: Make sure to mark a duplicate registered keybox as primary.
Werner Koch
2016-01-13
1
-28
/
+29
*
gpg: Move documentation from keydb.h to keydb.c and getkey.c.
Werner Koch
2016-01-11
1
-0
/
+173
*
gpg: Fix use of assert from commit dc417bf0.
Werner Koch
2015-12-23
1
-2
/
+3
*
gpg: Fix TOCTTOU when updating keyblocks.
Neal H. Walfield
2015-12-22
1
-3
/
+19
*
gpg: Improve the keyblock cache's transparency.
Neal H. Walfield
2015-12-15
1
-0
/
+6
*
gpg: Improve the keyblock cache's transparency.
Neal H. Walfield
2015-12-15
1
-1
/
+18
*
gpg: Fix buffer overflow.
Neal H. Walfield
2015-12-11
1
-1
/
+1
*
gpg: Take care of keydb_new returning NULL.
Werner Koch
2015-12-03
1
-3
/
+24
*
gpg: Change keydb_search to not return legacy keys.
Neal H. Walfield
2015-11-17
1
-26
/
+11
*
gpg: Add some debugging output.
Neal H. Walfield
2015-11-17
1
-1
/
+21
*
gpg: Make debugging search descriptors easier.
Neal H. Walfield
2015-11-17
1
-50
/
+74
*
Fix typos found using codespell.
Justus Winter
2015-11-17
1
-1
/
+1
*
gpg: Fix keyring support.
Neal H. Walfield
2015-10-29
1
-1
/
+2
*
g10: Make the keyblock cache per-handle rather than global.
Neal H. Walfield
2015-09-02
1
-54
/
+57
*
g10: If iobuf_seek fails when reading from the cache, do a hard read.
Neal H. Walfield
2015-09-02
1
-11
/
+19
*
g10: Don't leak memory if we fail to initialize a new database handle.
Neal H. Walfield
2015-08-31
1
-9
/
+12
*
g10: Improve interface documentation of the keydb API.
Neal H. Walfield
2015-08-31
1
-68
/
+37
*
g10: Don't cache search results if the search didn't scan the whole DB.
Neal H. Walfield
2015-08-31
1
-1
/
+10
*
g10: Have keydb_search_first call keydb_search_reset before searching.
Neal H. Walfield
2015-08-31
1
-0
/
+4
*
g10: Remove unused parameter.
Neal H. Walfield
2015-08-31
1
-3
/
+1
*
g10: Simplify cache. Only include data that is actually used.
Neal H. Walfield
2015-08-26
1
-64
/
+69
*
gpg: Allow gpgv to work with a trustedkeys.kbx file.
Werner Koch
2015-08-07
1
-0
/
+18
*
gpg: Fix duplicate key import due to legacy key in keyring.
Werner Koch
2015-08-04
1
-1
/
+8
*
gpg: Fix regression due to recent commit 6500f33
Werner Koch
2015-06-22
1
-28
/
+59
*
gpg: Improve speed of --check-sigs and --lish-sigs.
Werner Koch
2015-06-20
1
-0
/
+97
*
gpg: Add more log_clock calls to keydb.c
Werner Koch
2015-06-19
1
-0
/
+9
*
gpg: Add push/pop found state feature to keydb.
Werner Koch
2015-05-08
1
-3
/
+62
*
gpg,w32: Handle forward slash in --keyring option.
Werner Koch
2015-03-24
1
-2
/
+10
*
gpg: Prevent an invalid memory read using a garbled keyring.
Werner Koch
2015-02-09
1
-9
/
+18
*
gpg: Improve skipping of PGP-2 keys.
Werner Koch
2015-01-22
1
-4
/
+20
*
gpg: Replace remaining old error code macros by GPG_ERR_.
Werner Koch
2015-01-22
1
-2
/
+2
*
gpg: Fix export bug using exact search with only one key in the keybox.
Werner Koch
2014-12-01
1
-0
/
+3
*
gpg: Minor cleanup for key listing related code.
Werner Koch
2014-11-02
1
-5
/
+9
*
kbx: Let keydb_search skip unwanted blobs.
Werner Koch
2014-10-31
1
-1
/
+2
*
gpg: Allow importing keys with duplicated long key ids.
Werner Koch
2014-10-13
1
-8
/
+25
*
gpg: Skip overlong keys and a print a warning.
Werner Koch
2014-10-09
1
-1
/
+10
*
gpg: Take care to use pubring.kbx if it has ever been used.
Werner Koch
2014-10-09
1
-21
/
+66
*
gpg: Create default keyring with .kbx suffix.
Werner Koch
2014-09-22
1
-11
/
+33
*
gpg: Create exported secret files and revocs with mode 700.
Werner Koch
2014-06-30
1
-1
/
+1
*
gpg: Fix uninitialized access to search descindex with gpg keyboxes.
Werner Koch
2014-05-14
1
-1
/
+6
[next]