- Sep 13, 2011
-
-
Daniel Stenberg authored
-
- Sep 12, 2011
-
-
Yang Tse authored
-
- Sep 09, 2011
-
-
Yang Tse authored
-
Daniel Stenberg authored
Five more bugfixes, one more contributor
-
- Aug 29, 2011
-
-
Daniel Stenberg authored
-
- Aug 26, 2011
-
-
Yang Tse authored
Feature string literal NTLM_SSO renamed to NTLM_WB. Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED. curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'. Fix some comments to make clear that this is actually a NTLM delegation.
-
- Aug 15, 2011
-
-
Kamil Dudka authored
Bug: https://bugzilla.redhat.com/728562
-
- Aug 13, 2011
-
-
Daniel Stenberg authored
Three more bugs fixed, three more contributors mentioned
-
- Aug 12, 2011
-
-
Daniel Stenberg authored
-
- Aug 09, 2011
-
-
Daniel Stenberg authored
-
- Aug 08, 2011
-
-
Daniel Stenberg authored
Mention 5 bugixes and 1 change more
-
Daniel Stenberg authored
-
- Aug 05, 2011
-
-
Yang Tse authored
-
- Aug 04, 2011
-
-
Daniel Stenberg authored
-
- Aug 03, 2011
-
-
Adam Tkac authored
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com>
-
- Jul 19, 2011
-
-
Daniel Stenberg authored
-
- Jun 23, 2011
-
-
Daniel Stenberg authored
-
- Jun 22, 2011
-
-
Daniel Stenberg authored
libcurl inappropriate GSSAPI delegation. Full details at http://curl.haxx.se/docs/adv_20110623.html
-
Daniel Stenberg authored
-
- Jun 14, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 07, 2011
-
-
Kamil Dudka authored
When closing a connection, the speedchecker's timestamp is now deleted so that it cannot accidentally be used by a fresh connection on the same handle when examining the transfer speed. Bug: https://bugzilla.redhat.com/679709
-
Daniel Stenberg authored
-
- May 06, 2011
-
-
Daniel Stenberg authored
-
- Apr 28, 2011
-
-
Daniel Stenberg authored
-
- Apr 22, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 20, 2011
-
-
Daniel Stenberg authored
-
- Apr 19, 2011
-
-
Daniel Stenberg authored
-
- Apr 17, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 15, 2011
-
-
Daniel Stenberg authored
-
- Apr 11, 2011
-
-
Daniel Stenberg authored
-
- Apr 08, 2011
-
-
Kamil Dudka authored
In case a client certificate is used, invalidate SSL session cache at the end of a session. This forces NSS to ask for a new client certificate when connecting second time to the same host. Bug: https://bugzilla.redhat.com/689031
-
- Apr 05, 2011
-
-
Daniel Stenberg authored
-
- Mar 25, 2011
-
-
Daniel Stenberg authored
-
- Mar 18, 2011
-
-
Daniel Stenberg authored
-
- Mar 15, 2011
-
-
Kamil Dudka authored
When NSS-powered libcurl connected to a SSL server with CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer certificate was accepted by libcurl and did not ask the second time when connecting to the same server with CURLOPT_SSL_VERIFYPEER equal to one. This patch turns off the SSL session cache for the particular SSL socket if peer verification is disabled. In order to avoid any performance impact, the peer verification is completely skipped in that case, which makes it even faster than before. Bug: https://bugzilla.redhat.com/678580
-
- Mar 13, 2011
-
-
Daniel Stenberg authored
-
- Feb 23, 2011
-
-
Daniel Stenberg authored
-