Skip to content
  1. Dec 14, 2005
  2. Nov 29, 2005
  3. Nov 28, 2005
  4. Nov 25, 2005
  5. Nov 24, 2005
  6. Nov 13, 2005
  7. Nov 12, 2005
  8. Nov 08, 2005
    • Daniel Stenberg's avatar
      Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled · 17533580
      Daniel Stenberg authored
      version of libcurl with different Windows versions. Current version of
      libcurl imports SSPI functions from secur32.dll. However, under Windows NT
      4.0 these functions are located in security.dll, under Windows 9x - in
      secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll
      just forwards calls to secur32.dll).
      
      Dmitry's patch loads proper library dynamically depending on Windows
      version. Function InitSecurityInterface() is used to obtain pointers to all
      of SSPI function in one structure.
      : ----------------------------------------------------------------------
      17533580
  9. Oct 04, 2005
  10. Sep 20, 2005
  11. Sep 15, 2005
  12. Sep 02, 2005
  13. Aug 31, 2005
  14. Aug 29, 2005
  15. Aug 21, 2005
  16. Jul 27, 2005
  17. Jul 20, 2005
  18. Jun 01, 2005
  19. May 25, 2005
  20. May 22, 2005
  21. May 16, 2005
  22. May 13, 2005
  23. May 02, 2005
  24. Apr 22, 2005
  25. Apr 19, 2005
  26. Apr 15, 2005
  27. Apr 07, 2005
  28. Mar 30, 2005
  29. Mar 15, 2005
  30. Mar 14, 2005
  31. Mar 13, 2005
  32. Mar 11, 2005
    • Dan Fandrich's avatar
      Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects · 205f8b26
      Dan Fandrich authored
      the correct dynamic library names by default, and provides override switches
      --with-ldap-lib, --with-lber-lib and --without-lber-lib.  Added
      CURL_DISABLE_LDAP to platform-specific config files to disable LDAP
      support on those platforms that probably don't have dynamic OpenLDAP
      libraries available to avoid compile errors.
      205f8b26
  33. Mar 09, 2005
  34. Mar 08, 2005
  35. Feb 18, 2005