aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-defs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-05kbx: Use wrapper functions for es_fclose and es_fopen.Werner Koch1-0/+8
2022-09-14kbx: Fix for GPG_ERR_SOURCE_DEFAULT.NIIBE Yutaka1-6/+2
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-3/+3
2020-09-10keyboxd: Add basic support for X.509.Werner Koch1-0/+2
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-2/+3
2019-01-29gpg: Implement searching keys via keygrip.Werner Koch1-1/+2
2017-12-22kbx: Simplify by removing custom memory functions.Werner Koch1-66/+3
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-01kbx: Unify blob reading functions.Werner Koch1-2/+1
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch1-1/+0
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+0
2016-01-13kbx: Implement keybox_lock for use by gpg.Werner Koch1-4/+6
2015-12-22gpg: Remove dead code.Neal H. Walfield1-2/+0
2014-10-31kbx: Let keydb_search skip unwanted blobs.Werner Koch1-8/+0
2014-10-09gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch1-1/+2
2014-06-02gpgsm: Add a way to save a found state.Werner Koch1-7/+10
2013-11-15kbx: Implement update operation for OpenPGP keyblocks.Werner Koch1-1/+15
2012-12-28gpg: Add signature cache support to the keybox.Werner Koch1-0/+1
2012-12-28gpg: First working support for keyboxes.Werner Koch1-3/+5
2012-12-28kbxutil: Print algo number and fold similar lines.Werner Koch1-0/+1
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch1-1/+0
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-3/+3
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-2/+5
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-6/+4
2010-03-10Merged jnlib into common.Werner Koch1-3/+3
2008-04-01Fix a problem with dirmngr looked up certificates.Werner Koch1-3/+24
2007-08-23Add new features to kbxutil.Werner Koch1-1/+4
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-2/+3
2004-12-18Avoid the " map_to_assuan_status called with no error source" diagnostic.Werner Koch1-1/+3
2004-12-02First take on a W32 portWerner Koch1-1/+4
2004-08-24* kbxutil.c: New command --import-openpgp.Werner Koch1-0/+41
2004-06-18* keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY.Werner Koch1-1/+1
2004-04-26The keybox gets now compressed after 3 hours and ephemeralWerner Koch1-0/+3
2004-04-20Include jnlib/types.h and remove our ownWerner Koch1-11/+6
2004-02-02* keybox.h (keybox_flag_t): New.Werner Koch1-0/+6
2003-12-17Replaced deprecated type namesWerner Koch1-1/+1
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-3/+4
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+186
2003-06-03Make use of libgpg-errorWerner Koch1-0/+7
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-179/+0
2002-07-22* keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch1-1/+4
2002-06-19* keybox-init.c (keybox_set_ephemeral): New.Werner Koch1-1/+2
2001-12-14* keybox-blob.c (x509_email_kludge): New.Werner Koch1-0/+14
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-10/+24
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch1-0/+147