ChangeLog 3.0 KB

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