Daniel Stenberg
175335808b
Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
...
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.
: ----------------------------------------------------------------------
2005-11-08 14:15:34 +00:00
Daniel Stenberg
d90472dd64
fixed two leftover from Christopher's patch
2005-03-11 15:10:08 +00:00
Daniel Stenberg
d1d35ba85f
Christopher R. Palmer made it possible to build libcurl with the
...
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native
way to do NTLM. SSPI also allows libcurl to pass on the current user and its
password in the request.
2005-03-10 23:15:29 +00:00
Daniel Stenberg
b1080f7c9a
Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch.
2005-01-18 10:17:34 +00:00
Daniel Stenberg
1576f3319e
Alex Neblett's minor update
2005-01-02 19:19:32 +00:00
Daniel Stenberg
309e3ce4f9
David Byron's debug build fix
2004-12-10 19:16:51 +00:00
Gisle Vanem
d46a573bbe
Added revision tag.
2004-11-16 17:15:07 +00:00
Gisle Vanem
fc2c06754c
Fix location of timeval.c.
2004-11-13 16:55:53 +00:00
Gisle Vanem
6f8e3f106a
Set OpenSSL path to same as in ../lib/Makefile.vc6.
...
Import lib is now "libcurl_imp.lib".
Some cleanup and making it more readable.
2004-11-13 14:17:24 +00:00
Gisle Vanem
8fd676f73e
MSVC with static link must define CURL_STATICLIB.
...
zlib path set to same as in lib/Makefile.vc6.
2004-11-12 11:48:02 +00:00
Gunter Knauf
15f3b4b6d1
removed zlib dependence from default target; added new zlib targets.
2004-07-11 12:28:07 +00:00
Gunter Knauf
ebb09cd9c4
minor cleanup.
2004-07-06 01:18:35 +00:00
Daniel Stenberg
f6319bd706
Massimiliano Ziccardi's updates for the VC6 makefiles
2004-05-25 13:52:12 +00:00
Daniel Stenberg
e0287fea20
David Byron's version resource fix
2004-03-04 09:56:39 +00:00
Daniel Stenberg
2479e06848
David Byron's work on making libcurl only require winsock 1.1 on Windows
...
machines.
2004-03-03 13:32:56 +00:00
Daniel Stenberg
4515d06465
David Byron's fixes to make the latest curl build fine under MSVC 6.
2004-02-26 16:23:28 +00:00
Daniel Stenberg
c0336dcc52
Gisle Vanem fixed the Windows build
2003-11-23 22:26:40 +00:00
Daniel Stenberg
c45f43ce32
Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.
2003-11-04 06:59:25 +00:00
Daniel Stenberg
9ea2087ede
David Byron's makefile fix to allow 7.10.6 to build fine using VC
2003-08-01 07:53:27 +00:00
Daniel Stenberg
da20d68a12
removed silly target that only works when building from CVS
2003-07-30 14:26:36 +00:00
Daniel Stenberg
1a94fee42d
Juan F. Codagnone's fixes to build properly on Windows again
2003-07-23 08:21:21 +00:00
Daniel Stenberg
4ad4f3fc70
Miklos Nemeth fixed the mmlib
2002-06-13 22:11:28 +00:00
Daniel Stenberg
5af61716aa
Miklos Nemeth's update
2002-03-23 15:41:17 +00:00
Daniel Stenberg
f946df640b
Miklos Nemeth added comments
2002-02-06 16:03:28 +00:00
Daniel Stenberg
d816fcc965
Linus Nielsen Feltzing changed winsock lib for linking
2001-09-17 14:38:41 +00:00
Daniel Stenberg
5de39884c3
removied $Id:$ again, this is treated as a binary file and then that field
...
isn't updated! :-O
2001-08-09 09:13:36 +00:00
Daniel Stenberg
e840c109e7
Added $Id:$ to the header
2001-08-09 09:10:36 +00:00
Daniel Stenberg
b555ca5baa
made it binary in CVS to maintain DOS newlines and turned those newlines
...
into the DOS kind!
2001-05-21 21:42:38 +00:00
Daniel Stenberg
07e7018564
nntp@iname.com's suggested fix to set the libpath
2001-02-06 07:14:44 +00:00
Daniel Stenberg
ff7729e2bc
unix-style newlines
2000-12-11 08:15:22 +00:00
Daniel Stenberg
be2369ed14
Craig Davison updated and made it work again!
2000-12-01 07:02:26 +00:00
Daniel Stenberg
ae1912cb0d
Initial revision
1999-12-29 14:20:26 +00:00