Age | Commit message (Expand) | Author |
2014-11-06 | http_digest: Reworked the SSPI based input token storage | Steve Holme |
2014-11-06 | http_digest: Added required SSPI based variables to digest structure | Steve Holme |
2014-11-05 | curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds | Daniel Stenberg |
2014-11-02 | sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used | Steve Holme |
2014-10-29 | transfer: drop the code handling the ssl_connect_retry flag | Kamil Dudka |
2014-10-26 | sspi: Renamed max token length variables | Steve Holme |
2014-10-25 | ntlm: Only define ntlm data structure when USE_NTLM is defined | Steve Holme |
2014-10-25 | ntlm: Changed handles to be dynamic like other SSPI handles | Steve Holme |
2014-10-25 | ntlm: Renamed handle variables to match other SSPI structures | Steve Holme |
2014-10-25 | ntlm: Renamed SSPI based input token variables | Steve Holme |
2014-10-16 | ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 token | Steve Holme |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-08-14 | urldata.h: Fixed compilation warnings from commit 3ec253532e | Steve Holme |
2014-08-14 | urldata: Introduced a GSSAPI (Kerberos V5) data structure | Steve Holme |
2014-08-09 | http_negotiate_sspi: Use a dynamic buffer for SPN generation | Steve Holme |
2014-08-08 | ntlm: Fixed hard coded buffer for SSPI based auth packet generation | Steve Holme |
2014-08-06 | http_negotiate_sspi: Fixed specific username and password not working | Steve Holme |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-23 | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov |
2014-07-04 | nss: make the list of CRL items global | Kamil Dudka |
2014-07-04 | nss: fix a memory leak when CURLOPT_CRLFILE is used | Kamil Dudka |
2014-05-28 | gnutls: don't use deprecated type names anymore | Alessandro Ghedini |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-22 | nss: implement non-blocking SSL handshake | Kamil Dudka |
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-04-01 | urldata: spellfix comment | Daniel Stenberg |
2014-03-31 | http2: remove _DRAFT09 from the NPN_HTTP2 enum | Daniel Stenberg |
2014-03-25 | url: Fixed connection re-use when using different log-in credentials | Steve Holme |
2014-03-18 | polarssl: break compatibility with version older than 1.3. | Gaël PORTAY |
2014-03-17 | polarssl: fix compilation | hasufell |
2014-03-05 | remote_port: allow connect to port 0 | Daniel Stenberg |
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-01-30 | openssl: set up hooks with to perform NPN | Fabian Frank |
2014-01-29 | ntlm: Added support for NTLMv2 | Prash Dush |
2014-01-29 | http2: handle 101 responses and switch to HTTP2 | Daniel Stenberg |
2013-11-30 | curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up | Steve Holme |
2013-11-21 | curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals | Christian Grothoff |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-09-07 | http2: actually init nghttp2 and send HTTP2-Settings properly | Daniel Stenberg |
2013-08-25 | options: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-08-20 | url: handle arbitrary-length username and password before '@' | Jonathan Nieder |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |