- Dec 08, 2005
-
-
Dan Fandrich authored
-
- Dec 06, 2005
-
-
Daniel Stenberg authored
-
- Dec 05, 2005
-
-
Dan Fandrich authored
issues in the code.
-
Daniel Stenberg authored
SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous versions do not use the 'const' qualifier.
-
Daniel Stenberg authored
-
- Dec 04, 2005
-
-
Gisle Vanem authored
'assignment discards qualifiers from pointer target type' warning.
-
- Dec 02, 2005
-
-
Daniel Stenberg authored
we didn't find any proto
-
Daniel Stenberg authored
-
- Dec 01, 2005
-
-
Daniel Stenberg authored
file descriptor if given a non-existing file.
-
- Nov 30, 2005
-
-
Daniel Stenberg authored
-
- Nov 28, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
don't have one in order to fix a remaining warning on IRIX 6.2.
-
- Nov 25, 2005
-
-
Daniel Stenberg authored
prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
disabled
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
configure.
-
- Nov 23, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we define an empty macro for the ntlm cleanup function
-
Daniel Stenberg authored
-
- Nov 18, 2005
-
-
Daniel Stenberg authored
-
- Nov 17, 2005
-
-
Daniel Stenberg authored
string in the given error buffer to address the flaw mention on 21 sep 2005.
-
- Nov 14, 2005
-
-
Daniel Stenberg authored
properly for a case, and so we did. We raised it even for non-SSPI builds but it should not do any harm. http://curl.haxx.se/bug/view.cgi?id=1356715
-
Daniel Stenberg authored
module-definition files. this section is not mandatory for msvc60 so it could be completely removed from libcurl.def.
-
Daniel Stenberg authored
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird error message for when you try to upload a file and the requested directory doesn't exist on the target server.
-
- Nov 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
My mistake; WinCE has it's own config-file.
-
Gisle Vanem authored
that's in <winsock2.h>. Hence tftp.c wouldn't compile on WinCE.
-
Daniel Stenberg authored
http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote connection closure so we check for that case (too) and re-enable poll for cygwin builds.
-
- Nov 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
struct instead to use.
-
- Nov 11, 2005
-
-
Daniel Stenberg authored
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930).
-
Daniel Stenberg authored
in files that actually need the struct.
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 08, 2005
-
-
Daniel Stenberg authored
we really have no use for reverse lookups of the address. I truly hope these are the last reverse lookups we had lingering in the code!
-
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. : ----------------------------------------------------------------------
-