aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-dump.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-20kbx: Close file handle when return.zhangguangzhi1-0/+4
2023-06-20kbx: Close file handle when return.zhangguangzhi1-0/+4
2021-05-20kbx: Avoid uninitialized readJakub Jelen1-1/+3
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-14/+14
2020-09-22kbx: Add bounds check to detect corrupt keyboxes.Werner Koch1-6/+99
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-47/+1
2019-09-27kbx: Store the UBIB in the blob.Werner Koch1-0/+46
2019-08-23kbx: Include deleted records into the --stats output.Werner Koch1-1/+6
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-9/+21
2017-04-01kbx: Unify blob reading functions.Werner Koch1-3/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-01-07kbx: Avoid warnings about useless assignments.Werner Koch1-8/+8
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-19/+3
2014-10-31kbx: Let keydb_search skip unwanted blobs.Werner Koch1-17/+17
2014-10-09kbx: Fix handling of overlong keys.Werner Koch1-4/+25
2014-10-09gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch1-0/+19
2013-11-15kbx: Implement update operation for OpenPGP keyblocks.Werner Koch1-2/+2
2013-11-15kbx: Fix possible segv in kbxdump.Werner Koch1-1/+1
2013-01-08kbx: Switch from MD5 to SHA-1 for the checksum.Werner Koch1-6/+65
2012-12-28kbxutil: Improve format of the Sig-Expire lines.Werner Koch1-2/+2
2012-12-28kbxutil: Print algo number and fold similar lines.Werner Koch1-21/+44
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-7/+7
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-25/+25
2010-03-10Merged jnlib into common.Werner Koch1-1/+1
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2007-08-23Add new features to kbxutil.Werner Koch1-13/+227
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2004-06-18* keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY.Werner Koch1-4/+123
2004-04-26The keybox gets now compressed after 3 hours and ephemeralWerner Koch1-4/+23
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+346
2003-06-03Make use of libgpg-errorWerner Koch1-4/+4
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-346/+0
2002-07-22* keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch1-0/+4
2002-06-19* keybox-init.c (keybox_set_ephemeral): New.Werner Koch1-2/+22
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-11/+83
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch1-0/+250