Skip to content
Snippets Groups Projects
  1. Jul 07, 2001
  2. May 21, 2001
    • Randy Kunkee's avatar
      From CHANGES notes for 2.0: · aff4f66f
      Randy Kunkee authored
      - Detects OpenLDAP 2.0 and builds correctly with it.
      - Increment major version to 2, library file to libldaptcl2.0.so.
      - Can now perform add/delete/replace modifications in a single command.
      - Replaced calls to TclX_WrongArgs with core Tcl_WrongNumArgs to reduce
        dependency on Extended Tcl.
      - Wrap dereference search control with #ifdef LDAP_OPT_DEREF.
      - Deref during search should work.
      - Add protocol_version option to ldap init command.
      - Add LDAPTCL_PROTOCOL_VERSION_DEFAULT to allow specifying the default
        protocol version used.
      - Add controlArray(timeout) to control timeouts during searches.
      - Add controlArray(cache) to control caching current search results.
        (Experience has show this to be not very useful or not working correctly.
        Caching search results should probably be done in Ldaptcl rather than
        letting the LDAP API do it.)
      - Add "compare" subcommand
      - Add experimental trap subcommand (undocumented -- use at your own risk).
      aff4f66f
  3. May 04, 2001
  4. May 02, 2001
  5. Mar 22, 2001
  6. Mar 15, 2001
  7. Feb 19, 2001
  8. Dec 05, 2000
  9. Oct 11, 2000
  10. Oct 05, 2000
  11. Oct 03, 2000
  12. Sep 07, 2000
  13. Sep 01, 2000
  14. Jun 22, 2000
  15. Jun 18, 2000
  16. Jun 07, 2000
  17. May 13, 2000
  18. May 11, 2000
  19. Apr 26, 2000
  20. Apr 12, 2000
  21. Apr 04, 2000
    • Randy Kunkee's avatar
      Using a stale obj from Tcl_GetResultObj() to store error results · f67aea13
      Randy Kunkee authored
      caused incorrect data in result array and possibly segmentation
      violations when searches terminated due to errors such as timeout,
      exceeding search limit, or the remote server going down in the middle
      of a search.  Also correctly puts error message on top of
      traceback stack (instead of randomly in memory per the stale result obj).
      
      A segmentation violation could have manifested later in the program's
      life, or perhaps during termination of the interpreter.
      f67aea13
  22. Mar 11, 2000
  23. Jan 11, 2000
  24. Jan 07, 2000
  25. Jan 03, 2000
  26. Dec 28, 1999
  27. Dec 22, 1999
  28. Nov 04, 1999
  29. Nov 03, 1999
Loading