aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2014-11-06http_digest: Reworked the SSPI based input token storageSteve Holme
2014-11-06http_digest: Added required SSPI based variables to digest structureSteve Holme
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2014-11-02sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme
2014-10-29transfer: drop the code handling the ssl_connect_retry flagKamil Dudka
2014-10-26sspi: Renamed max token length variablesSteve Holme
2014-10-25ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme
2014-10-25ntlm: Changed handles to be dynamic like other SSPI handlesSteve Holme
2014-10-25ntlm: Renamed handle variables to match other SSPI structuresSteve Holme
2014-10-25ntlm: Renamed SSPI based input token variablesSteve Holme
2014-10-16ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 tokenSteve Holme
2014-10-13vtls: remove QsoSSLPatrick Monnerat
2014-10-07SSL: implement public key pinningmoparisthebest
2014-08-14urldata.h: Fixed compilation warnings from commit 3ec253532eSteve Holme
2014-08-14urldata: Introduced a GSSAPI (Kerberos V5) data structureSteve Holme
2014-08-09http_negotiate_sspi: Use a dynamic buffer for SPN generationSteve Holme
2014-08-08ntlm: Fixed hard coded buffer for SSPI based auth packet generationSteve Holme
2014-08-06http_negotiate_sspi: Fixed specific username and password not workingSteve Holme
2014-07-23docs: Improve inline GSS-API naming in code documentationMichael Osipov
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov
2014-07-04nss: make the list of CRL items globalKamil Dudka
2014-07-04nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka
2014-05-28gnutls: don't use deprecated type names anymoreAlessandro Ghedini
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-15timers: fix timer regression involving redirects / reconnectsDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2014-04-22nss: implement non-blocking SSL handshakeKamil Dudka
2014-04-04CURLOPT_HEADEROPT: addedDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-04-01urldata: spellfix commentDaniel Stenberg
2014-03-31http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg
2014-03-25url: Fixed connection re-use when using different log-in credentialsSteve Holme
2014-03-18polarssl: break compatibility with version older than 1.3.Gaël PORTAY
2014-03-17polarssl: fix compilationhasufell
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2014-02-13transfer: make Expect: 100-continue timeout configurable.Tiit Pikma
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
2014-01-30openssl: set up hooks with to perform NPNFabian Frank
2014-01-29ntlm: Added support for NTLMv2Prash Dush
2014-01-29http2: handle 101 responses and switch to HTTP2Daniel Stenberg
2013-11-30curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme
2013-11-21curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff
2013-10-27Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg
2013-09-07http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg
2013-08-25options: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-08-20url: handle arbitrary-length username and password before '@'Jonathan Nieder
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg