aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-02gpgsm: Add a way to save a found state.Werner Koch1-0/+30
* kbx/keybox-defs.h (keybox_found_s): New. (keybox_handle): Factor FOUND out to above. Add saved_found. * kbx/keybox-init.c (keybox_release): Release saved_found. (keybox_push_found_state, keybox_pop_found_state): New. * sm/keydb.c (keydb_handle): Add field saved_found. (keydb_new): Init it. (keydb_push_found_state, keydb_pop_found_state): New. -- Resolved conflicts: kbx/keybox-defs.h - whitespace fixes.
2008-04-01Fix a problem with dirmngr looked up certificates.Werner Koch1-4/+76
Typo fixes.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-4/+3
Documentation updates.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2004-12-07(keybox_release): Close the file pointer.Werner Koch1-0/+5
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+127
'GNUPG-1-9-BRANCH'.
2003-06-03Make use of libgpg-errorWerner Koch1-1/+1
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-127/+0
'GNUPG-1-9-BRANCH'.
2002-06-19* keybox-init.c (keybox_set_ephemeral): New.Werner Koch1-1/+8
* keybox-blob.c (create_blob_header): Store epheermal flag. (_keybox_create_x509_blob): Pass epheermal flag on. * keybox-update.c (keybox_insert_cert): Ditto. * keybox-search.c (blob_get_blob_flags): New. (keybox_search): Ignore ephemeral blobs when not in ephemeral mode. * keybox-dump.c (_keybox_dump_blob): Print blob flags as strings.
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-28/+75
check the certification path.
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch1-0/+73
devel branch.