Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -1/+1 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+2 | |
2007-08-23 | Add new features to kbxutil. | Werner Koch | 1 | -13/+227 | |
Fixed bug 829 (can't encrypt if duplicated certs are in the keybox) | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2004-06-18 | * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY. | Werner Koch | 1 | -4/+123 | |
(update_stats): New. * kbxutil.c (main): New command --stats. | |||||
2004-04-26 | The keybox gets now compressed after 3 hours and ephemeral | Werner Koch | 1 | -4/+23 | |
stored certificates are deleted after about a day. | |||||
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+346 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -4/+4 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -346/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-07-22 | * keybox-defs.h: New BLOBTYPTE_EMPTY. | Werner Koch | 1 | -0/+4 | |
* keybox-dump.c (_keybox_dump_blob): Handle new type. * keybox-file.c (_keybox_read_blob): Skip over empty blobs. Store the file offset. * keybox-blob.c (_keybox_new_blob): Add new arg OFF. (_keybox_get_blob_fileoffset): New. * keybox-update.c (keybox_delete): Implemented. | |||||
2002-06-19 | * keybox-init.c (keybox_set_ephemeral): New. | Werner Koch | 1 | -2/+22 | |
* 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-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -11/+83 | |
check the certification path. | |||||
2001-11-10 | Started with keybox implementation by basing it on code from the GnuPG | Werner Koch | 1 | -0/+250 | |
devel branch. |