Skip to content
Snippets Groups Projects
  1. Sep 15, 2007
  2. Jul 15, 2007
  3. Mar 09, 2007
  4. Oct 21, 2006
  5. Sep 23, 2006
  6. Apr 12, 2006
  7. Dec 23, 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 21, 2005
  10. Oct 20, 2005
  11. Oct 14, 2005
  12. Sep 07, 2005
  13. Apr 22, 2005
  14. Apr 07, 2005
  15. Apr 04, 2005
  16. Mar 31, 2005
  17. Mar 18, 2005
  18. Mar 10, 2005
  19. Jan 18, 2005
  20. Jan 02, 2005
  21. Nov 19, 2004
  22. Nov 13, 2004
    • Gisle Vanem's avatar
      · 61599ceb
      Gisle Vanem authored
      Renamed import lib to "libcurl_imp.lib".
      Some cleanup and making it more readable.
      61599ceb
  23. Nov 09, 2004
    • Gisle Vanem's avatar
      · 377e43fb
      Gisle Vanem authored
      Changes for removing libcurl.def file on Win32.
      Added "CURL_EXTERN" to memdebug.h functions.
      Cleaned up Makefile.vc6.
      377e43fb
  24. Sep 15, 2004
  25. Aug 14, 2004
  26. Jul 11, 2004
  27. Jun 01, 2004
  28. May 26, 2004
  29. May 25, 2004
  30. May 11, 2004
  31. Apr 26, 2004
  32. Apr 11, 2004
  33. Mar 25, 2004
  34. Mar 03, 2004
  35. Feb 26, 2004
  36. Jan 05, 2004
  37. Nov 07, 2003
Loading