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