Age | Commit message (Expand) | Author |
2014-08-25 | Cmake: Removed some useless empty SET statements. | Jakub Zakrzewski |
2014-08-25 | Cmake: Removed useless comments from CMakeLists.txt | Jakub Zakrzewski |
2014-08-25 | Cmake: Don't check for all headers each time | Jakub Zakrzewski |
2014-08-25 | Cmake: Append OpenSSL include directory to search path | Jakub Zakrzewski |
2014-08-25 | Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code. | Jakub Zakrzewski |
2014-08-25 | Cmake: LibSSH2 detection and use. | Jakub Zakrzewski |
2014-08-25 | Cmake: Moved macros out of the main CMakeLists.txt | Jakub Zakrzewski |
2014-08-25 | Cmake: Added missing protocol-disable switches | Jakub Zakrzewski |
2014-08-25 | Cmake: Made boolean defines be defined to "1" instead of "ON" | Jakub Zakrzewski |
2014-08-25 | Cmake: Require at least CMake 2.8. | Jakub Zakrzewski |
2014-08-25 | disconnect: don't touch easy-related state on disconnects | Daniel Stenberg |
2014-08-23 | curl.1: clarify --limit-rate's effect on both directions | Daniel Stenberg |
2014-08-23 | curl.1: mention the --post30x options within the --location desc | Daniel Stenberg |
2014-08-22 | sasl: Fixed a memory leak on OOM | Dan Fandrich |
2014-08-22 | NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth | Frank Meier |
2014-08-22 | openssl.c: Fixed longer than 79 columns | Steve Holme |
2014-08-21 | openssl.c: Fixed compilation warning | Steve Holme |
2014-08-21 | win32: Fixed WinSock 2 #if | Haris Okanovic |
2014-08-20 | Curl_disconnect: don't free the URL | Daniel Stenberg |
2014-08-19 | help output: minor whitespace edits | Daniel Stenberg |
2014-08-19 | help output: use ≥2 spaces between option and description | Zearin |
2014-08-18 | FAQ: some actually sometimes get paid... | Daniel Stenberg |
2014-08-17 | sasl_sspi: Fixed a memory leak with the GSSAPI base-64 decoded challenge | Steve Holme |
2014-08-17 | sasl_sspi: Renamed GSSAPI mutual authentication parameter | Steve Holme |
2014-08-17 | sasl_sspi: Corrected some of the GSSAPI security message error codes | Steve Holme |
2014-08-16 | docs: Escaped single backslash | Steve Holme |
2014-08-16 | TODO: Updated following GSSAPI (Kerberos V5) additions | Steve Holme |
2014-08-16 | CURLOPT_USERNAME.3: Added Kerberos V5 and NTLM domain information | Steve Holme |
2014-08-16 | CURLOPT_USERPWD.3: Updated following Kerberos V5 SSPI changes | Steve Holme |
2014-08-16 | docs: Added Kerberos V5 and NTLM domain information to --user | Steve Holme |
2014-08-16 | docs: Added Kerberos V5 to the --user SSPI current credentials usage | Steve Holme |
2014-08-16 | sasl_sspi: Tell the server we don't support a GSSAPI receive buffer | Steve Holme |
2014-08-15 | smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-15 | pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-15 | imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-15 | email: Added mutual authentication flag | Steve Holme |
2014-08-15 | RELEASE-NOTES: synced with 0187c9e11d079 | Daniel Stenberg |
2014-08-15 | http: fix the Content-Range: parser | Daniel Stenberg |
2014-08-14 | email: Introduced the GSSAPI states | Steve Holme |
2014-08-14 | curl_sasl_sspi.c: Fixed more compilation warnings from commit 4b491c675f | Steve Holme |
2014-08-14 | SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064 | Steve Holme |
2014-08-14 | curl_sasl.h: Fixed compilation error from commit 4b491c675f | Steve Holme |
2014-08-14 | urldata.h: Fixed compilation warnings from commit 3ec253532e | Steve Holme |
2014-08-14 | sasl_sspi: Added GSSAPI message functions | Steve Holme |
2014-08-14 | urldata: Introduced a GSSAPI (Kerberos V5) data structure | Steve Holme |
2014-08-14 | sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module | Steve Holme |
2014-08-13 | mk-ca-bundle.pl: add missing $ | Daniel Stenberg |
2014-08-13 | mk-ca-bundle.pl: switched to using hg.mozilla.org | Daniel Stenberg |
2014-08-13 | openssl: fix version report for the 0.9.8 branch | Jose Alf |
2014-08-12 | create_conn: prune dead connections | Frank Meier |