ChangeLog 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. 2006-11-11 Marcus Brinkmann <marcus@g10code.de>
  2. * Released version 1.0.0.
  3. 2006-11-11 Marcus Brinkmann <marcus@g10code.de>
  4. * src/error-mapping.c (scute_gpg_err_to_ck): Report error on debug
  5. stream.
  6. * src/slots.c (add_object): New function.
  7. (slot_init): Rewritten using add_object.
  8. * src/gpgsm.c: Include "gpgsm.h".
  9. (struct search): Replace members ATTRP, ATTR_COUNTP, PRV_ATTRP,
  10. PRV_ATTR_COUNTP by CERT_GET_CB, HOOK.
  11. (search_cb): Rewritten to add all certificates for a certain key
  12. (scute_gpgsm_get_cert): Take a callback function instead of
  13. attribute pointers.
  14. * gpgsm.h (scute_gpgsm_get_cert): Adjust prototype.
  15. and also the certificate chain.
  16. * src/cert.h (scute_gpgsm_search_certs_by_fpr): New prototype.
  17. (struct cert): New member chain_id.
  18. * src/cert-gpgsm.c (struct search_ctx_by_grip): Rename to ...
  19. (struct search_ctx): ... this. Rename field GRIP to PATTERN, and
  20. add new field FIELD.
  21. (search_certs_by_grip): Rename function to ...
  22. (search_certs): ... this.
  23. (scute_gpgsm_search_certs_by_fpr): Change user of the above.
  24. (scute_gpgsm_search_certs_by_fpr): New function.
  25. (search_certs_line): Store chain ID.
  26. 2006-11-07 Marcus Brinkmann <marcus@g10code.de>
  27. * src/p11-gettokeninfo.c (C_GetTokenInfo): Fix assignment.
  28. 2006-11-06 Marcus Brinkmann <marcus@g10code.de>
  29. * doc/website/format/web.css: Set margin to 0.
  30. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile.
  31. Makefile.am (SUBDIRS): Add doc/.
  32. doc/, doc/website/, doc/website/format: New directories.
  33. doc/Makefile.am, doc/website/index.xhtml,
  34. doc/website/documentation.xhtml, doc/website/download.xhtml,
  35. doc/website/contact.xhtml, doc/website/format/web.css,
  36. doc/website/format/scute-logo.svg,
  37. doc/website/format/scute-border.jpg: New files.
  38. 2006-10-30 Marcus Brinkmann <marcus@g10code.de>
  39. * configure.ac (PACKAGE, VERSION): Define these variables.
  40. * src/Makefile.am (libscute_la_CPPFLAGS): Fix include path for
  41. VPATH builds.
  42. * configure.ac (VERSION_MAJOR, VERSION_MINOR): New variable
  43. definitions.
  44. * src/gpgsm.h: Fix syntax error.
  45. * src/table.c, src/table.h: Rewritten.
  46. * src/slots.c: Reorganized and rewritten to use the new table
  47. interface. Include gpgsm.h.
  48. * src/p11-signinit.c, src/p11-sign.c, src/p11-getslotlist.c,
  49. src/p11-getsessioninfo.c, src/p11-getmechanismlist.c,
  50. src/p11-getattributevalue.c, src/p11-findobjectsinit.c,
  51. src/p11-findobjectsfinal.c, src/p11-findobjects.c,
  52. src/p11-closesession.c: Adjust callers.
  53. 2006-10-26 Marcus Brinkmann <marcus@g10code.de>
  54. * src/settings.h: Require VERSION_MAJOR and VERSION_MINOR to be
  55. defined.
  56. * src/p11-getinfo.c (CRYPTOKI_VERSION_MAJOR,
  57. CRYPTOKI_VERSION_MINOR): Move macros to ...
  58. * src/cryptoki.h (CRYPTOKI_VERSION_MAJOR, CRYPTOKI_VERSION_MINOR):
  59. ... here
  60. * src/gpgsm.c (gpgsm_get_cert): Rename to ...
  61. (scute_gpgsm_get_cert): ... this.
  62. * src/gpgsm.h: New file.
  63. * src/Makefile.am (libscute_la_SOURCES): Add gpgsm.h.
  64. * src/slots.c (gpgsm_get_cert): Remove prototype.
  65. (slots_update_slot): Call scute_gpgsm_get_cert, not gpgsm_get_cert.
  66. * src/error-mapping.c (scute_gpg_err_to_ck): Map GPG_ERR_NO_AGENT
  67. to CKR_GENERAL_ERROR.
  68. * src/agent.h (struct agent_card_info_s): Remove member error.
  69. Prefix external functions with scute_ if not already done so, also
  70. for callers.
  71. * src/agent.c: Include <stdarg.h>. Replace one-letter variable
  72. names by proper ones. Replace assuan_error_t with gpg_error_t
  73. everywhere.
  74. (agent_connect, agent_simple_cmd, agent_configure): New functions.
  75. (scute_agent_initialize): Use these new functions.
  76. ing of common code. Lots of cleanups.
  77. (scute_agent_finalize): Clear agent_ctx. Add debug message.
  78. 2006-10-13 Werner Koch <wk@g10code.com>
  79. * src/cert-gpgsm.c (MAX_LINE_LEN): Increased.
  80. * src/locking.c: Include string.h for memset declaration.
  81. * configure.ac: New option --disable-optimization.
  82. 2006-08-02 Marcus Brinkmann <marcus@g10code.de>
  83. * Initial version.
  84. Copyright 2006 g10 Code GmbH
  85. This file is free software; as a special exception the author gives
  86. unlimited permission to copy and/or distribute it, with or without
  87. modifications, as long as this notice is preserved.
  88. This file is distributed in the hope that it will be useful, but
  89. WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  90. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.