Skip to content
Snippets Groups Projects
  1. Apr 01, 2006
  2. Sep 17, 2005
  3. May 02, 2002
  4. Jul 10, 2001
  5. 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
  6. Dec 05, 2000
  7. Jun 22, 2000
  8. May 11, 2000
  9. Apr 12, 2000
  10. 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
  11. Dec 22, 1999
  12. Nov 04, 1999
  13. Nov 03, 1999
  14. Nov 01, 1999
  15. Oct 26, 1999
  16. Sep 22, 1999
  17. Aug 03, 1999
    • Randy Kunkee's avatar
      Ldaptcl package version 1.2: · 11eafc25
      Randy Kunkee authored
      - Filter no longer a required controlArray member, defaults to objectclass=*.
      - Sets errorCode with LDAP macro string value (better to test than the more
        human readable values).
      - Shorten minimum required characters for search scope definitions: now allows
        "base", "one", and "sub".  For the latter two, additional characters are
        ignored.
      - Now compiles successfully with -devel branch (though less tested).
      - Client cache management code enabled for OpenLDAP versions <= 1.2.4.  (This
        code is relatively untested and feedback is welcome.)
      - More installation cleanups to work easily as a dynamically loadable Tcl
        package.
      11eafc25
  18. Jul 27, 1999
  19. Apr 30, 1999
  20. Feb 10, 1999
Loading