Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-12-17 | Replaced deprecated type names | Werner Koch | 1 | -3/+3 | |
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -6/+6 | |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+813 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -810/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-10 | * keybox-search.c (blob_cmp_fpr_part): New. | Werner Koch | 1 | -10/+40 | |
(has_short_kid, has_long_kid): Implemented. | |||||
2002-06-19 | * keybox-init.c (keybox_set_ephemeral): New. | Werner Koch | 1 | -1/+23 | |
* 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. | |||||
2002-02-25 | * keybox-search.c (blob_cmp_mail): Use case-insensitive compare | Werner Koch | 1 | -20/+53 | |
because mail addresses are in general case insensitive (well RFC2822 allows for case sensitive mailbox parts, but this is in general considired a Bad Thing). Add additional substr parameter to allow for substring matches within the mail address. Change all callers to pass this along. (blob_cmp_name): Likewise but do the case-insensitive search only in sub string mode. (keybox_search): Implement MAILSUB and SUBSTR mode. * stringhelp.c (ascii_memcasemem): New. | |||||
2002-01-21 | * keybox-search.c (keybox_search): Allow KEYDB_SEARCH_MODE_FPR20. | Werner Koch | 1 | -0/+1 | |
2002-01-15 | * keybox-search.c (blob_cmp_fpr): New. | Werner Koch | 1 | -1/+33 | |
(has_fingerprint): Implemented; | |||||
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 1 | -29/+30 | |
libgcrypt-1.1.5 is required (cvs or tarball) | |||||
2001-12-15 | * keybox-search.c (blob_cmp_name): There is no terminating 0 stored | Werner Koch | 1 | -3/+2 | |
for the uid; fixed length compare. | |||||
2001-12-14 | * keybox-blob.c (x509_email_kludge): New. | Werner Koch | 1 | -5/+9 | |
(_keybox_create_x509_blob): Insert an extra email address if the subject's DN has an email part. * keybox-defs.h: Added the xtoi_2 and digitp macros. | |||||
2001-12-13 | * keybox-search.c (blob_cmp_name): Kludge to allow searching for | Werner Koch | 1 | -12/+135 | |
more than one name. (has_subject_or_alt): New. (blob_cmp_mail): New. (has_mail): New. (keybox_search): Implemented exact search and exact mail search. * kbx/keybox-blob.c (_keybox_create_x509_blob): Insert alternate names. | |||||
2001-12-11 | New searchmode and hack to allow a hex encoded serial number | Werner Koch | 1 | -1/+107 | |
2001-11-16 | Base code for gpgsm --verify does work | Werner Koch | 1 | -0/+18 | |
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -114/+397 | |
check the certification path. | |||||
2001-11-10 | Started with keybox implementation by basing it on code from the GnuPG | Werner Koch | 1 | -0/+158 | |
devel branch. |