- Jan 15, 2015
-
-
Yun SangHo authored
-
- Jan 14, 2015
-
-
Daniel Stenberg authored
Reported-by: Mohammad AlSaleh Bug: http://curl.haxx.se/mail/lib-2015-01/0065.html
-
- Jan 12, 2015
-
-
Marc Hoersken authored
If the session is still used by active SSL/TLS connections, it cannot be closed yet. Thus we mark the session as not being cached any longer so that the reference counting mechanism in Curl_schannel_shutdown is used to close and free the session. Reported-by: Jean-Francois Durand
-
- Jan 09, 2015
-
-
Steve Holme authored
-
Guenter Knauf authored
add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS
-
Guenter Knauf authored
mingw build: allow to pass custom CFLAGS
-
Daniel Stenberg authored
-
Steve Holme authored
Better code reuse and consistency in calls to gss_import_name().
-
Viktor Szakats authored
-
- Jan 08, 2015
-
-
Daniel Stenberg authored
... instead of trying PASV, since PASV can't work with IPv6. Reported-by: Vojtěch Král
-
Daniel Stenberg authored
... and make sure we can connect the data connection to a host name that is longer than 48 bytes. Also simplifies the code somewhat by re-using the original host name more, as it is likely still in the DNS cache. Original-Patch-by: Vojtěch Král Bug: http://curl.haxx.se/bug/view.cgi?id=1468
-
Sam Schanken authored
Added support for a WITH_CARES option to be used when invoking nmake via Makefile.vc. This option enables linking against both the DLL and static versions of the c-ares libraries, as well as the debug and release varients, depending on the value of DEBUG. The USE_ARES preprocessor symbol is also defined.
-
Guenter Knauf authored
-
Steve Holme authored
Bug: http://curl.haxx.se/bug/view.cgi?id=1469 Reported-by: Thomas Klausner
-
Viktor Szakats authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 07, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
...to avoid a session ID getting cached without certificate checking and then after a subsequent _enabling_ of the check libcurl could still re-use the session done without cert checks. Bug: http://curl.haxx.se/docs/adv_20150108A.html Reported-by: Marc Hesse
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/docs/adv_20150108B.html
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/docs/adv_20150108B.html Reported-by: Andrey Labunets
-
Steve Holme authored
-
Steve Holme authored
-
Daniel Stenberg authored
Also, remove the log output of the resolved name is NOT in the cache in the spirit of only telling when something is actually happening.
-
Steve Holme authored
Reported-by: Michael Osipov
-
Daniel Stenberg authored
-
- Jan 05, 2015
-
-
Dan Fandrich authored
-
- Jan 04, 2015
-
-
Steve Holme authored
-
Steve Holme authored
Otherwise, the fixes in the previous commits would only be applicable to IDN and SSPI based builds and not others such as OpenSSL with LDAP enabled.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Use 'TCHAR *' for local attribute variable rather than 'char *'.
-
Steve Holme authored
Use 'TCHAR *' for local DN variable rather than 'char *'.
-
Steve Holme authored
Due to the recent modifications this function is no longer used.
-
Steve Holme authored
ldap.c:98: warning: extra tokens at end of #endif directive
-
Steve Holme authored
-
Steve Holme authored
ldap.c:802: warning: comparison between signed and unsigned integer expressions
-
Steve Holme authored
-
Steve Holme authored
The unescapped DN was not freed after a successful character conversion.
-
Steve Holme authored
ldap.c:738: error: macro "LDAP_TRACE" passed 2 arguments, but takes just 1
-