index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g10
/
keydb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
1
-2
/
+2
*
gpg: Avoid multiple open calls to the keybox file.
Werner Koch
2017-03-31
1
-3
/
+0
*
gpg: Pass CTRL also to getkey_end.
Werner Koch
2017-03-31
1
-1
/
+1
*
gpg: Pass CTRL to many more functions.
Werner Koch
2017-03-31
1
-20
/
+24
*
gpg: Revamp reading and writing of ring trust packets.
Werner Koch
2017-03-30
1
-0
/
+13
*
Remove -I option to common.
NIIBE Yutaka
2017-03-07
1
-2
/
+2
*
gpg: Remove unused definitions.
Werner Koch
2017-01-18
1
-22
/
+2
*
g10: Cache the effective policy. Recompute it when required.
Neal H. Walfield
2016-11-21
1
-1
/
+1
*
g10: Add a convenience function for checking if a key is a primary key
Neal H. Walfield
2016-11-21
1
-0
/
+7
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
g10: Improve and unify key selection for -r and --locate-keys.
Justus Winter
2016-11-03
1
-0
/
+7
*
gpg: Cleanup of dek_to_passphrase function (part 2).
Werner Koch
2016-08-08
1
-3
/
+3
*
gpg: New options --recipient-file and --hidden-recipient-file.
Werner Koch
2016-07-06
1
-8
/
+14
*
gpg: Pass CTRL object down to the trust functions
Werner Koch
2016-05-21
1
-1
/
+1
*
gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.
Neal H. Walfield
2016-02-19
1
-1
/
+33
*
gpg: Clean up dangling agent_open and agent_closed declarations.
Daniel Kahn Gillmor
2016-02-18
1
-4
/
+0
*
gpg: Fix format_keyid when dynamically allocating the buffer.
Neal H. Walfield
2016-02-14
1
-1
/
+1
*
gpg: Move documentation from keydb.h to keydb.c and getkey.c.
Werner Koch
2016-01-11
1
-475
/
+37
*
gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.
Werner Koch
2016-01-11
1
-0
/
+5
*
gpg: Rename struct pubkey to pukey_s and add pubkey_t.
Werner Koch
2015-12-23
1
-5
/
+6
*
gpg: Don't check for ambiguous keys.
Neal H. Walfield
2015-12-22
1
-0
/
+23
*
gpg: Remove unused parameter.
Neal H. Walfield
2015-12-22
1
-2
/
+1
*
gpg: Fix TOCTTOU when updating keyblocks.
Neal H. Walfield
2015-12-22
1
-3
/
+12
*
gpg: Use enums instead of defines.
Neal H. Walfield
2015-12-22
1
-4
/
+10
*
gpg: Do not pre-check keys given on the command line.
Werner Koch
2015-12-04
1
-0
/
+8
*
gpg: Take care of keydb_new returning NULL.
Werner Koch
2015-12-03
1
-9
/
+4
*
gpg: Change keydb_search to not return legacy keys.
Neal H. Walfield
2015-11-17
1
-2
/
+3
*
gpg: Make debugging search descriptors easier.
Neal H. Walfield
2015-11-17
1
-0
/
+4
*
gpg: Add function format_keyid.
Neal H. Walfield
2015-11-17
1
-0
/
+1
*
Fix typos found using codespell.
Justus Winter
2015-11-17
1
-4
/
+4
*
gpg: Use only one fingerprint formatting function.
Werner Koch
2015-11-14
1
-1
/
+3
*
gpg: Add --encrypt-to-default-key.
Neal H. Walfield
2015-11-04
1
-0
/
+4
*
gpg: Allow multiple --default-key options. Take the last available key.
Neal H. Walfield
2015-11-04
1
-5
/
+6
*
g10: Improve documentation and comments for getkey.c.
Neal H. Walfield
2015-09-16
1
-6
/
+336
*
g10: Remove unused function get_seckeyblock_byfprint.
Neal H. Walfield
2015-09-16
1
-3
/
+0
*
g10: Remove unused function get_seckey_byfprint.
Neal H. Walfield
2015-09-16
1
-2
/
+0
*
g10: Simplify get_seckey_byname: it was never called with NAME not NULL.
Neal H. Walfield
2015-09-16
1
-1
/
+1
*
g10: Eliminate the redundant function get_keyblock_byfprint.
Neal H. Walfield
2015-09-16
1
-2
/
+0
*
g10: Eliminate the redundant function get_pubkey_end.
Neal H. Walfield
2015-09-16
1
-1
/
+0
*
g10: Eliminate the redundant function get_pubkey_next.
Neal H. Walfield
2015-09-16
1
-1
/
+0
*
g10: Remove unused prototype (get_pubkey_byfpr).
Neal H. Walfield
2015-09-16
1
-1
/
+0
*
g10: Remove unused function (get_pubkey_bynames).
Neal H. Walfield
2015-09-16
1
-2
/
+0
*
g10: Improve interface documentation of the keydb API.
Neal H. Walfield
2015-08-31
1
-1
/
+186
*
g10: Remove unused parameter.
Neal H. Walfield
2015-08-31
1
-1
/
+1
*
g10: Simplify cache. Only include data that is actually used.
Neal H. Walfield
2015-08-26
1
-0
/
+4
*
gpg: Allow gpgv to work with a trustedkeys.kbx file.
Werner Koch
2015-08-07
1
-0
/
+1
*
gpg: Improve speed of --check-sigs and --lish-sigs.
Werner Koch
2015-06-20
1
-0
/
+2
*
gpg: Add push/pop found state feature to keydb.
Werner Koch
2015-05-08
1
-0
/
+2
*
gpg: Improve 'General key info' line of --card-status.
Werner Koch
2015-05-07
1
-2
/
+2
*
gpg: Fix informative printing of user ids.
Werner Koch
2014-10-13
1
-1
/
+3
[next]