Skip to content
Snippets Groups Projects
  1. Jun 22, 2000
  2. Jun 18, 2000
  3. Jun 07, 2000
  4. May 13, 2000
  5. May 11, 2000
  6. Apr 26, 2000
  7. Apr 12, 2000
  8. 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
  9. Mar 11, 2000
  10. Jan 11, 2000
  11. Jan 07, 2000
  12. Jan 03, 2000
  13. Dec 28, 1999
  14. Dec 22, 1999
  15. Nov 04, 1999
  16. Nov 03, 1999
  17. Nov 01, 1999
  18. Oct 26, 1999
  19. Sep 22, 1999
  20. Sep 13, 1999
  21. Sep 10, 1999
  22. Sep 02, 1999
  23. Aug 15, 1999
  24. 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
  25. 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
  26. Jul 27, 1999
  27. Jul 22, 1999
  28. Jul 16, 1999
  29. Jun 13, 1999
Loading