ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. 2006-11-06 Marcus Brinkmann <marcus@g10code.de>
  2. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile.
  3. Makefile.am (SUBDIRS): Add doc/.
  4. doc/, doc/website/, doc/website/format: New directories.
  5. doc/Makefile.am, doc/website/index.xhtml,
  6. doc/website/documentation.xhtml, doc/website/download.xhtml,
  7. doc/website/contact.xhtml, doc/website/format/web.css,
  8. doc/website/format/scute-logo.svg,
  9. doc/website/format/scute-border.jpg: New files.
  10. 2006-10-30 Marcus Brinkmann <marcus@g10code.de>
  11. * configure.ac (PACKAGE, VERSION): Define these variables.
  12. * src/Makefile.am (libscute_la_CPPFLAGS): Fix include path for
  13. VPATH builds.
  14. * configure.ac (VERSION_MAJOR, VERSION_MINOR): New variable
  15. definitions.
  16. * src/gpgsm.h: Fix syntax error.
  17. * src/table.c, src/table.h: Rewritten.
  18. * src/slots.c: Reorganized and rewritten to use the new table
  19. interface. Include gpgsm.h.
  20. * src/p11-signinit.c, src/p11-sign.c, src/p11-getslotlist.c,
  21. src/p11-getsessioninfo.c, src/p11-getmechanismlist.c,
  22. src/p11-getattributevalue.c, src/p11-findobjectsinit.c,
  23. src/p11-findobjectsfinal.c, src/p11-findobjects.c,
  24. src/p11-closesession.c: Adjust callers.
  25. 2006-10-26 Marcus Brinkmann <marcus@g10code.de>
  26. * src/settings.h: Require VERSION_MAJOR and VERSION_MINOR to be
  27. defined.
  28. * src/p11-getinfo.c (CRYPTOKI_VERSION_MAJOR,
  29. CRYPTOKI_VERSION_MINOR): Move macros to ...
  30. * src/cryptoki.h (CRYPTOKI_VERSION_MAJOR, CRYPTOKI_VERSION_MINOR):
  31. ... here
  32. * src/gpgsm.c (gpgsm_get_cert): Rename to ...
  33. (scute_gpgsm_get_cert): ... this.
  34. * src/gpgsm.h: New file.
  35. * src/Makefile.am (libscute_la_SOURCES): Add gpgsm.h.
  36. * src/slots.c (gpgsm_get_cert): Remove prototype.
  37. (slots_update_slot): Call scute_gpgsm_get_cert, not gpgsm_get_cert.
  38. * src/error-mapping.c (scute_gpg_err_to_ck): Map GPG_ERR_NO_AGENT
  39. to CKR_GENERAL_ERROR.
  40. * src/agent.h (struct agent_card_info_s): Remove member error.
  41. Prefix external functions with scute_ if not already done so, also
  42. for callers.
  43. * src/agent.c: Include <stdarg.h>. Replace one-letter variable
  44. names by proper ones. Replace assuan_error_t with gpg_error_t
  45. everywhere.
  46. (agent_connect, agent_simple_cmd, agent_configure): New functions.
  47. (scute_agent_initialize): Use these new functions.
  48. ing of common code. Lots of cleanups.
  49. (scute_agent_finalize): Clear agent_ctx. Add debug message.
  50. 2006-10-13 Werner Koch <wk@g10code.com>
  51. * src/cert-gpgsm.c (MAX_LINE_LEN): Increased.
  52. * src/locking.c: Include string.h for memset declaration.
  53. * configure.ac: New option --disable-optimization.
  54. 2006-08-02 Marcus Brinkmann <marcus@g10code.de>
  55. * Initial version.
  56. Copyright 2006 g10 Code GmbH
  57. This file is free software; as a special exception the author gives
  58. unlimited permission to copy and/or distribute it, with or without
  59. modifications, as long as this notice is preserved.
  60. This file is distributed in the hope that it will be useful, but
  61. WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  62. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.