aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-10Minor changes for gettextNEWPG-0-3-10Werner Koch2-1/+4
2002-08-10* keybox-search.c (blob_cmp_fpr_part): New.Werner Koch2-10/+45
(has_short_kid, has_long_kid): Implemented.
2002-07-22* keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch6-16/+101
* 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 Koch9-15/+79
* 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 compareWerner Koch2-20/+65
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 Koch2-0/+5
2002-01-15* keybox-search.c (blob_cmp_fpr): New.Werner Koch2-1/+38
(has_fingerprint): Implemented;
2001-12-20* keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch2-7/+15
parenthesis of the serial number's S-exp. (_keybox_create_x509_blob): And fixed length calculation. (create_blob_header): Don't add an offset when writing the serial.
2001-12-20* keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch2-1/+10
parenthesis of the serial number's S-exp.
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2-4/+4
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
2001-12-18Changes to be used with the new libksba interface.Werner Koch4-33/+53
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-15* keybox-search.c (blob_cmp_name): There is no terminating 0 storedWerner Koch2-3/+7
for the uid; fixed length compare.
2001-12-14* keybox-blob.c (x509_email_kludge): New.Werner Koch4-19/+52
(_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-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-1/+28
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
2001-12-13* keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch5-30/+215
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-11New searchmode and hack to allow a hex encoded serial numberWerner Koch2-4/+112
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-1/+1
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-11-16Base code for gpgsm --verify does workWerner Koch2-0/+19
2001-11-13We have reached a state where we are able to import certs andWerner Koch12-301/+1333
check the certification path.
2001-11-10A Makefile is a pretty useful thingWerner Koch1-0/+50
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch11-0/+2115
devel branch.