summaryrefslogtreecommitdiffstats
path: root/kbx/keybox-dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx: Avoid uninitialized readJakub Jelen2021-05-201-1/+3
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-14/+14
* kbx: Add bounds check to detect corrupt keyboxes.Werner Koch2020-09-221-6/+99
* kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch2019-11-281-47/+1
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-271-0/+46
|\
| * kbx: Store the UBIB in the blob.Werner Koch2019-09-271-0/+46
* | kbx: Include deleted records into the --stats output.Werner Koch2019-08-231-1/+6
|/
* kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-9/+21
* kbx: Unify blob reading functions.Werner Koch2017-04-011-3/+3
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* kbx: Avoid warnings about useless assignments.Werner Koch2016-01-071-8/+8
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-19/+3
* kbx: Let keydb_search skip unwanted blobs.Werner Koch2014-10-311-17/+17
* kbx: Fix handling of overlong keys.Werner Koch2014-10-091-4/+25
* gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch2014-10-091-0/+19
* kbx: Implement update operation for OpenPGP keyblocks.Werner Koch2013-11-151-2/+2
* kbx: Fix possible segv in kbxdump.Werner Koch2013-11-151-1/+1
* kbx: Switch from MD5 to SHA-1 for the checksum.Werner Koch2013-01-081-6/+65
* kbxutil: Improve format of the Sig-Expire lines.Werner Koch2012-12-281-2/+2
* kbxutil: Print algo number and fold similar lines.Werner Koch2012-12-281-21/+44
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-7/+7
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-25/+25
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
* Add new features to kbxutil.Werner Koch2007-08-231-13/+227
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY.Werner Koch2004-06-181-4/+123
* The keybox gets now compressed after 3 hours and ephemeralWerner Koch2004-04-261-4/+23
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+346
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-346/+0
* * keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch2002-07-221-0/+4
* * keybox-init.c (keybox_set_ephemeral): New.Werner Koch2002-06-191-2/+22
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-11/+83
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-101-0/+250