Skip to content
Snippets Groups Projects
  1. Oct 03, 2000
  2. Sep 07, 2000
  3. Sep 01, 2000
  4. Jun 22, 2000
  5. Jun 18, 2000
  6. Jun 07, 2000
  7. May 13, 2000
  8. May 11, 2000
  9. Apr 26, 2000
  10. Apr 12, 2000
  11. 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
  12. Mar 11, 2000
  13. Jan 11, 2000
  14. Jan 07, 2000
  15. Jan 03, 2000
  16. Dec 28, 1999
  17. Dec 22, 1999
  18. Nov 04, 1999
  19. Nov 03, 1999
  20. Nov 01, 1999
  21. Oct 26, 1999
  22. Sep 22, 1999
  23. Sep 13, 1999
  24. Sep 10, 1999
  25. Sep 02, 1999
  26. Aug 15, 1999
  27. Aug 05, 1999
    • Kurt Zeilenga's avatar
      create SASL_LIBS to hold -lsasl · e0691dfb
      Kurt Zeilenga authored
      create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS
      use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
      e0691dfb
  28. Aug 03, 1999
    • Kurt Zeilenga's avatar
      s/exit(1)/exit(EXIT_FAILURE)/ · df8f7cbb
      Kurt Zeilenga authored
      s/exit(0)/exit(EXIT_SUCCESS)/
      add <ac/stdlib.h> where needed and other minor header adjustments
      df8f7cbb
    • Hallvard Furuseth's avatar
      s/OpenLDAP-bugs/OpenLDAP-its/ · 882d7444
      Hallvard Furuseth authored
      882d7444
    • 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
Loading