summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Enabled DEBUGBUILD in Visual Studio debug buildsSteve Holme2015-02-0216-336/+336
* build: Removed unused Visual Studio bscmake settingsSteve Holme2015-02-0210-1536/+0
* CURLOPT_HTTP_VERSION.3: CURL_HTTP_VERSION_2_0 added in 7.33.0Daniel Stenberg2015-02-021-3/+3
* TODO: moved WinSSL/SChannel todo items into docsMarc Hoersken2015-01-312-83/+110
* CURLOPT_SEEKFUNCTION.3: also when server closes a connectionMichael Kaufmann2015-01-291-5/+8
* curl_sasl.c: Fixed compilation warning when cryptography is disabledSteve Holme2015-01-291-1/+1
* curl_sasl.c: Fixed compilation warning when verbose debug output disabledSteve Holme2015-01-281-0/+2
* ntlm_core: Use own odd parity function when crypto engine doesn't have oneSteve Holme2015-01-281-0/+23
* ntlm_core: Prefer sizeof(key) rather than hard coded sizesSteve Holme2015-01-281-4/+4
* ntlm_core: Added consistent comments to DES functionsSteve Holme2015-01-281-4/+32
* des: Added Curl_des_set_odd_parity()Steve Holme2015-01-285-5/+104
* tests: Grouped SMTP SASL EXTERNAL tests with other SMTP testsSteve Holme2015-01-285-10/+10
* tests: Grouped POP3 SASL EXTERNAL tests with other POP3 testsSteve Holme2015-01-285-10/+11
* tests: Grouped IMAP SASL EXTERNAL tests with other IMAP testsSteve Holme2015-01-285-11/+11
* sasl: Minor code policing and grammar correctionsSteve Holme2015-01-281-8/+8
* ldap: build with BoringSSLGisle Vanem2015-01-281-0/+9
* security: avoid compiler warningDaniel Stenberg2015-01-281-3/+3
* runtests: identify BoringSSL and libresslDaniel Stenberg2015-01-281-2/+12
* docs: cite SASL external authentication.Patrick Monnerat2015-01-272-7/+7
* sasl: remove XOAUTH2 from default enabled authentication mechanism.Patrick Monnerat2015-01-272-3/+3
* test: add test cases for sasl external authentication (imap/pop3/smtp).Patrick Monnerat2015-01-2713-1/+674
* imap: remove automatic password setting: it breaks external sasl authenticationPatrick Monnerat2015-01-271-3/+2
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-275-79/+139
* openssl: Fixed Curl_ossl_cert_status_request() not returning FALSESteve Holme2015-01-271-0/+4
* openssl: Fixed compilation errors when OpenSSL built with 'no-tlsext'Steve Holme2015-01-271-3/+3
* curl_setup: Disable SMB/CIFS support when HTTP onlyBrad Spencer2015-01-261-0/+3
* RELEASE-NOTES: Synced with 37824498a3Steve Holme2015-01-231-3/+20
* configure: remove detection of the old yassl emulation APIDaniel Stenberg2015-01-221-23/+0
* OCSP stapling: disabled when build with BoringSSLDaniel Stenberg2015-01-221-0/+8
* openssl: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-223-2/+148
* BoringSSL: fix build for non-configure buildsDaniel Stenberg2015-01-222-2/+4
* configure: fix BoringSSL detection and detect libressslDaniel Stenberg2015-01-221-1/+16
* curl_sasl: Reinstate the sasl_ prefix for locally scoped functionsSteve Holme2015-01-221-34/+37
* curl_sasl: Minor code policing following recent commitsSteve Holme2015-01-222-9/+12
* openvms: Handle openssl/0.8.9zb version parsingJohn Malmberg2015-01-221-2/+11
* BoringSSL: detected by configure, switches off NTLMDaniel Stenberg2015-01-222-3/+17
* BoringSSL: no PKCS12 support nor ERR_remove_stateDaniel Stenberg2015-01-221-3/+8
* BoringSSL: fix buildLeith Bade2015-01-221-11/+28
* curl_sasl.c: chlglen is not used when cryptography is disabledSteve Holme2015-01-201-1/+1
* curl_sasl.c: Fixed compilation warning when cyptography is disabledSteve Holme2015-01-201-0/+2
* curl_sasl.c: Fixed compilation error when USE_WINDOWS_SSPI definedSteve Holme2015-01-201-17/+17
* SASL: make some procedures local-scopedPatrick Monnerat2015-01-202-68/+34
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-208-2352/+577
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-207-199/+208
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-207-173/+176
* ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6Daniel Stenberg2015-01-201-3/+11
* timeval: typecast for better type (on Amiga)Chris Young2015-01-201-2/+2
* openssl: do public key pinning check independentlyDaniel Stenberg2015-01-191-5/+7
* OS400: CURLOPT_SSL_VERIFYSTATUS for ILE/RPG too.Patrick Monnerat2015-01-191-0/+4
* ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme2015-01-1810-55/+55