aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-10-27email: Added support for cancelling NTLM authenticationSteve Holme
2013-10-27sasl: Removed unused variables from commit b87ba2c94217c0Steve Holme
2013-10-27email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme
2013-10-27email: Corrected a couple of typos from 1e39b95682781fSteve Holme
2013-10-27email: Added support for canceling CRAM-MD5 authenticationSteve Holme
2013-10-27Typo fix in trynextip().Björn Stenberg
2013-10-27Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg
2013-10-27email: Added initial support for cancelling authenticationSteve Holme
2013-10-27email: Moved authentication message parsing into a separate functionSteve Holme
2013-10-27ftp: Fixed compiler warningSteve Holme
2013-10-26FTP: make the data connection work when going through proxyDaniel Stenberg
2013-10-26email: Added references to SASL LOGIN authentication draft proposalSteve Holme
2013-10-26smtp: Fixed response code parsing for bad AUTH continuation responsesSteve Holme
2013-10-26gskit.c: Code policing following commit 2cc9246477285dSteve Holme
2013-10-25OS400: sync RPG wrapper, zlib support, fix header file names, ...Patrick Monnerat
2013-10-24sasl: Fixed memory leak in OAUTH2 message creationSteve Holme
2013-10-23sasl: fix compiler warningDaniel Stenberg
2013-10-23tests: Added POP3 DIGEST-MD5 authentication testSteve Holme
2013-10-21ssh: initialize per-handle data in ssh_connect()Kamil Dudka
2013-10-18email: Fixed QUIT / LOGOUT being sent when SSL connect failsSteve Holme
2013-10-18curl_sasl: initialize NSS before using cryptoKamil Dudka
2013-10-17SSL: Follow up work to commits 6a1363128f1107 and 87861c9b0e8155Steve Holme
2013-10-16SSL: Added unsupported cipher version check for OpenSSLSteve Holme
2013-10-16SSL: Corrected typo from commit 87861c9b0e8155Steve Holme
2013-10-16SSL: Fixed OpenSSL builds prior to v1.0.1Steve Holme
2013-10-15NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE optionPaul Donohue
2013-10-15ssh: Handle successful SSH_USERAUTH_NONETyler Hall
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-14darwinssl: un-break iOS build after PKCS#12 feature addedNick Zitzmann
2013-10-13OpenSSL: improve the grammar of the language in 39beaa5ffbccDaniel Stenberg
2013-10-13OpenSSL: use failf() when subjectAltName mismatchesAndrej E Baranov
2013-10-12ssh: improve the logic for detecting blocking directionKamil Dudka
2013-10-12Fixed typo in Makefile.inc that left http2.h out of the tar ballDan Fandrich
2013-10-09curl_setup_once: fix errno access for lwip on WindowsGisle Vanem
2013-10-07HTTP: Output http response 304 when modified time is too oldDerek Higgins
2013-10-02darwinssl: block TLS_RSA_WITH_NULL_SHA256 cipherNick Zitzmann
2013-10-02OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEERDaniel Stenberg
2013-09-28win32: fix Visual Studio 2010 build with WINVER >= 0x600Daniel Stenberg
2013-09-28ssluse.c: Fixed compilation warnings when ENGINE not supportedSteve Holme
2013-09-25imap: Added clarification to the code about odd continuation responsesSteve Holme
2013-09-25ftp.c: Fixed compilation warningSteve Holme
2013-09-24sasl: Centralised the authentication mechanism stringsSteve Holme
2013-09-21openssl: use correct port number in error messageDaniel Stenberg
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-09-19darwinssl: enable BEAST workaround on iOS 7 & laterNick Zitzmann
2013-09-17cookies: add expirationYAMADA Yasuharu
2013-09-17dns: fix compilation with MinGW from commit df69440d05f113Steve Holme
2013-09-14imap: Fixed response check for NOOP commandSteve Holme
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-11imap: Fixed response check for LSUB and UID commandsSteve Holme