Skip to content
Snippets Groups Projects
  1. Jun 08, 2006
  2. May 23, 2006
  3. May 11, 2006
    • Daniel Stenberg's avatar
      Ok, when checking for old-style SSLeay headers we cannot just use · d99c20f6
      Daniel Stenberg authored
      AC_CHECK_HEADERS() and the action-if-found since that action is run even if
      just one of the six headers is found and I just now fell over a case with
      a duplicate file name (a krb4 implementation with an err.h file).
      
      I converted the check to manually make sure three of the headers are present
      before considering them fine.
      d99c20f6
  4. Apr 19, 2006
  5. Apr 10, 2006
  6. Mar 21, 2006
  7. Mar 20, 2006
  8. Mar 02, 2006
  9. Feb 11, 2006
  10. Jan 16, 2006
  11. Dec 23, 2005
  12. Dec 21, 2005
  13. Dec 20, 2005
  14. Dec 19, 2005
  15. Dec 18, 2005
  16. Dec 16, 2005
  17. Dec 15, 2005
  18. Dec 14, 2005
  19. Nov 29, 2005
  20. Nov 28, 2005
  21. Nov 25, 2005
  22. Nov 24, 2005
  23. Nov 13, 2005
  24. Nov 12, 2005
  25. 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
  26. Oct 04, 2005
  27. Sep 20, 2005
  28. Sep 15, 2005
  29. Sep 02, 2005
  30. Aug 31, 2005
  31. Aug 29, 2005
  32. Aug 21, 2005
  33. Jul 27, 2005
Loading