Age | Commit message (Expand) | Author |
2015-02-02 | FAQ: minor edit of 3.22 | Daniel Stenberg |
2015-02-02 | build: Added removal of Visual Studio project files | Steve Holme |
2015-02-02 | build: Renamed top level Visual Studio solution files | Steve Holme |
2015-02-02 | build: Enabled DEBUGBUILD in Visual Studio debug builds | Steve Holme |
2015-02-02 | build: Removed unused Visual Studio bscmake settings | Steve Holme |
2015-02-02 | CURLOPT_HTTP_VERSION.3: CURL_HTTP_VERSION_2_0 added in 7.33.0 | Daniel Stenberg |
2015-01-31 | TODO: moved WinSSL/SChannel todo items into docs | Marc Hoersken |
2015-01-29 | CURLOPT_SEEKFUNCTION.3: also when server closes a connection | Michael Kaufmann |
2015-01-29 | curl_sasl.c: Fixed compilation warning when cryptography is disabled | Steve Holme |
2015-01-28 | curl_sasl.c: Fixed compilation warning when verbose debug output disabled | Steve Holme |
2015-01-28 | ntlm_core: Use own odd parity function when crypto engine doesn't have one | Steve Holme |
2015-01-28 | ntlm_core: Prefer sizeof(key) rather than hard coded sizes | Steve Holme |
2015-01-28 | ntlm_core: Added consistent comments to DES functions | Steve Holme |
2015-01-28 | des: Added Curl_des_set_odd_parity() | Steve Holme |
2015-01-28 | tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests | Steve Holme |
2015-01-28 | tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests | Steve Holme |
2015-01-28 | tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests | Steve Holme |
2015-01-28 | sasl: Minor code policing and grammar corrections | Steve Holme |
2015-01-28 | ldap: build with BoringSSL | Gisle Vanem |
2015-01-28 | security: avoid compiler warning | Daniel Stenberg |
2015-01-28 | runtests: identify BoringSSL and libressl | Daniel Stenberg |
2015-01-27 | docs: cite SASL external authentication. | Patrick Monnerat |
2015-01-27 | sasl: remove XOAUTH2 from default enabled authentication mechanism. | Patrick Monnerat |
2015-01-27 | test: add test cases for sasl external authentication (imap/pop3/smtp). | Patrick Monnerat |
2015-01-27 | imap: remove automatic password setting: it breaks external sasl authentication | Patrick Monnerat |
2015-01-27 | sasl: implement EXTERNAL authentication mechanism. | Patrick Monnerat |
2015-01-27 | openssl: Fixed Curl_ossl_cert_status_request() not returning FALSE | Steve Holme |
2015-01-27 | openssl: Fixed compilation errors when OpenSSL built with 'no-tlsext' | Steve Holme |
2015-01-26 | curl_setup: Disable SMB/CIFS support when HTTP only | Brad Spencer |
2015-01-23 | RELEASE-NOTES: Synced with 37824498a3 | Steve Holme |
2015-01-22 | configure: remove detection of the old yassl emulation API | Daniel Stenberg |
2015-01-22 | OCSP stapling: disabled when build with BoringSSL | Daniel Stenberg |
2015-01-22 | openssl: add support for the Certificate Status Request TLS extension | Alessandro Ghedini |
2015-01-22 | BoringSSL: fix build for non-configure builds | Daniel Stenberg |
2015-01-22 | configure: fix BoringSSL detection and detect libresssl | Daniel Stenberg |
2015-01-22 | curl_sasl: Reinstate the sasl_ prefix for locally scoped functions | Steve Holme |
2015-01-22 | curl_sasl: Minor code policing following recent commits | Steve Holme |
2015-01-22 | openvms: Handle openssl/0.8.9zb version parsing | John Malmberg |
2015-01-22 | BoringSSL: detected by configure, switches off NTLM | Daniel Stenberg |
2015-01-22 | BoringSSL: no PKCS12 support nor ERR_remove_state | Daniel Stenberg |
2015-01-22 | BoringSSL: fix build | Leith Bade |
2015-01-20 | curl_sasl.c: chlglen is not used when cryptography is disabled | Steve Holme |
2015-01-20 | curl_sasl.c: Fixed compilation warning when cyptography is disabled | Steve Holme |
2015-01-20 | curl_sasl.c: Fixed compilation error when USE_WINDOWS_SSPI defined | Steve Holme |
2015-01-20 | SASL: make some procedures local-scoped | Patrick Monnerat |
2015-01-20 | SASL: common state engine for imap/pop3/smtp | Patrick Monnerat |
2015-01-20 | SASL: common URL option and auth capabilities decoders for all protocols | Patrick Monnerat |
2015-01-20 | IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters. | Patrick Monnerat |
2015-01-20 | ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6 | Daniel Stenberg |
2015-01-20 | timeval: typecast for better type (on Amiga) | Chris Young |