Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-10 | FEATURES: Updated Kerberos details | Steve Holme | |
Added support for Kerberos 5 to the email protocols following the recent additions in 7.38.0. Removed Kerberos 4 as this has been gone for a while now. | |||
2014-09-10 | LICENSE-MIXING: removed krb4 info | Daniel Stenberg | |
krb4 has been dropped since a while now | |||
2014-09-10 | SSLCERTS: minor updates | Daniel Stenberg | |
Edited format to look better on the web, added a "it is about trust" section. | |||
2014-09-10 | HISTORY: fix the 1998 title position | Daniel Stenberg | |
2014-09-10 | HISTORY: extended and now markdown | Daniel Stenberg | |
2014-09-09 | SSLCERTS: converted to markdown | Daniel Stenberg | |
Only minor edits to make it generate nice HTML output using markdown, as this document serves both in source release tarballs as on the web site. URL: http://curl.haxx.se/docs/sslcerts.html | |||
2014-09-09 | ftp-wildcard.c: spell fix | Daniel Stenberg | |
Reported-By: Frank Gevaerts | |||
2014-09-08 | THANKS: synced with RELEASE-NOTES for 921a0c22a6f | Daniel Stenberg | |
2014-09-08 | SECURITY: eh, make more sense! | Daniel Stenberg | |
2014-09-08 | SECURITY: how to join the curl-security list | Daniel Stenberg | |
2014-09-04 | MAIL-ETIQUETTE: "1.8 I posted, now what?" | Daniel Stenberg | |
2014-09-03 | CURLOPT_CA*: better refering between *CAINFO and *CAPATH | Daniel Stenberg | |
... and a minor wording edit | |||
2014-09-03 | THANKS: added Dennis Clarke | Daniel Stenberg | |
Dennis Clarke from Blastwave.org for ensuring that nightly builds run smooth on Solaris! | |||
2014-08-29 | getinfo-times: Typo fixed | Askar Safin | |
2014-08-29 | libcurl.3: Typo fixed | Askar Safin | |
2014-08-29 | curl_formadd.3: setting CURLFORM_CONTENTSLENGTH 0 zero means strlen | Daniel Stenberg | |
2014-08-29 | curl.1: add an example for -H | Daniel Stenberg | |
2014-08-28 | FAQ: mention -w in the 4.20 answer as well | Daniel Stenberg | |
2014-08-28 | FAQ: 4.20 curl doesn't return error for HTTP non-200 responses | Daniel Stenberg | |
2014-08-28 | CURLOPT_NOBODY.3: clarify this option is for downloads | Daniel Stenberg | |
When enabling CURLOPT_NOBODY, libcurl effectively switches off upload mode and will do a download (without a body). This is now better explained in this man page. Bug: http://curl.haxx.se/mail/lib-2014-08/0236.html Reported-by: John Coffey | |||
2014-08-26 | INTERNALS: nghttp2 must be 0.6.0 or later | Daniel Stenberg | |
2014-08-26 | THANKS: removed a few more duplicates | Dan Fandrich | |
2014-08-25 | THANKS: added 52 missing contributors | Daniel Stenberg | |
I re-ran contributors.sh on all changes since 7.10 and I found these contributors who are mentioned in the commits but never were added to THANKS before! I also removed a couple of duplicates (mostly due to different spellings). | |||
2014-08-23 | curl.1: clarify --limit-rate's effect on both directions | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1414 Reported-by: teo8976 | |||
2014-08-23 | curl.1: mention the --post30x options within the --location desc | Daniel Stenberg | |
2014-08-22 | NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth | Frank Meier | |
Problem: if CURLOPT_FORBID_REUSE is set, requests using NTLM failed since NTLM requires multiple requests that re-use the same connection for the authentication to work Solution: Ignore the forbid reuse flag in case the NTLM authentication handshake is in progress, according to the NTLM state flag. Fixed known bug #77. | |||
2014-08-18 | FAQ: some actually sometimes get paid... | Daniel Stenberg | |
2014-08-16 | docs: Escaped single backslash | Steve Holme | |
2014-08-16 | TODO: Updated following GSSAPI (Kerberos V5) additions | Steve Holme | |
Updated "FTP 4.6 GSSAPI via Windows SSPI" and "SASL 14.1 Other authentication mechanisms" following recent additions. Added SASL 14.2 GSSAPI via GSS-API libraries. | |||
2014-08-16 | CURLOPT_USERNAME.3: Added Kerberos V5 and NTLM domain information | Steve Holme | |
This repeats what has already been documented in both the curl manpage and CURLOPT_USERPWD documentation but is provided here for completeness as someone may not especially read the latter when using libcurl. | |||
2014-08-16 | CURLOPT_USERPWD.3: Updated following Kerberos V5 SSPI changes | Steve Holme | |
Added information about Kerberos V5 requiring the domain part in the user name. Mentioned that the user name can be specified in UPN format, and not just in Down-Level Logon Name format, following the information added in commit 7679cb3fa8 reworking the exisitng information in the process. | |||
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-11 | docs/SSLCERTS: update the section about NSS database | Kamil Dudka | |
Bug: http://curl.haxx.se/mail/lib-2014-07/0335.html Reported-by: David Shaw | |||
2014-08-09 | docs: Update SPNEGO and GSS-API related doc sections | Michael Osipov | |
Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate. | |||
2014-08-07 | docs: Added Negotiate to the SSPI current credentials usage description | Steve Holme | |
2014-08-06 | TODO: HTTP Digest via Windows SSPI | Steve Holme | |
2014-08-06 | TODO: FTP GSSAPI via Windows SSPI | Steve Holme | |
2014-08-02 | CURLOPT_SSL_VERIFYPEER.3. add a warning about disabling it | Daniel Stenberg | |
2014-08-01 | FEATURES: minor update | Daniel Stenberg | |
2014-07-31 | CURLOPT_HEADEROPT.3: typo: do -> to | Michael Wallner | |
2014-07-31 | curl_version_info.3: 'ssl_version_num' is always 0 | Daniel Stenberg | |
... and has been so since 2005 | |||
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg | |
Each backend now defines CURL_SSL_BACKEND accordingly. Added the *AXTLS one which was missing previously. | |||
2014-07-30 | opts: fixed some typos | Dan Fandrich | |
2014-07-30 | curl_tlsinfo -> curl_tlssessioninfo | Michael Wallner | |
2014-07-29 | libcurl.m4: include the standard source header | Daniel Stenberg | |
... with permission from David Shaw | |||
2014-07-24 | symbols: CURL_VERSION_GSSNEGOTIATE is deprecated | Daniel Stenberg | |
2014-07-23 | http2: more and better error checking | Daniel Stenberg | |
1 - fixes the warnings when built without http2 support 2 - adds CURLE_HTTP2, a new error code for errors detected by nghttp2 basically when they are about http2 specific things. | |||
2014-07-23 | symbols-in-versions: new SPNEGO/GSS-API symbols in 7.38.0 | Daniel Stenberg | |
2014-07-19 | CURLOPT_CHUNK_BGN_FUNCTION: fix typo | Alessandro Ghedini | |