Daniel Stenberg
06b27ea24c
libcurl-tutorial.3: fix GnuTLS link to thread-safety guidelines
...
The former link was turned into a 404 at some point.
Reported-By: Askar Safin
2014-09-12 21:02:12 +02:00
Daniel Stenberg
748644b72d
ROADMAP: markdown eats underscores
...
It interprets them as italic indictors unless we backtick the word.
2014-09-11 10:56:20 +02:00
Daniel Stenberg
110cf8bc9e
ROADMAP: tiny formatting edit for nicer web output
2014-09-11 00:15:12 +02:00
Steve Holme
376f3c10de
ROADMAP.md: Updated GSSAPI authentication following 7.38.0 additions
2014-09-10 22:51:07 +01:00
Steve Holme
ae975713c2
INTERNALS: Added email and updated Kerberos details
2014-09-10 22:11:49 +01:00
Steve Holme
ca2c12d353
FEATURES: Updated Kerberos details
...
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 22:11:46 +01:00
Daniel Stenberg
e3be3e69c0
LICENSE-MIXING: removed krb4 info
...
krb4 has been dropped since a while now
2014-09-10 10:38:31 +02:00
Daniel Stenberg
f213c0db09
SSLCERTS: minor updates
...
Edited format to look better on the web, added a "it is about trust"
section.
2014-09-10 10:13:04 +02:00
Daniel Stenberg
1ccfabb66d
HISTORY: fix the 1998 title position
2014-09-10 00:40:11 +02:00
Daniel Stenberg
40bcd5447c
HISTORY: extended and now markdown
2014-09-10 00:34:32 +02:00
Daniel Stenberg
4455f1f599
SSLCERTS: converted to markdown
...
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 23:46:58 +02:00
Daniel Stenberg
9e6c3638e6
ftp-wildcard.c: spell fix
...
Reported-By: Frank Gevaerts
2014-09-09 11:10:18 +02:00
Daniel Stenberg
38ced24ad1
THANKS: synced with RELEASE-NOTES for 921a0c22a6
2014-09-08 10:26:32 +02:00
Daniel Stenberg
55f8b03948
SECURITY: eh, make more sense!
2014-09-08 10:00:18 +02:00
Daniel Stenberg
55d6cba5e1
SECURITY: how to join the curl-security list
2014-09-08 09:39:14 +02:00
Daniel Stenberg
4989695ec3
MAIL-ETIQUETTE: "1.8 I posted, now what?"
2014-09-04 08:57:28 +02:00
Daniel Stenberg
0b48d1c821
CURLOPT_CA*: better refering between *CAINFO and *CAPATH
...
... and a minor wording edit
2014-09-03 23:04:52 +02:00
Daniel Stenberg
9e50d8f8bc
THANKS: added Dennis Clarke
...
Dennis Clarke from Blastwave.org for ensuring that nightly builds run
smooth on Solaris!
2014-09-03 22:08:25 +02:00
Askar Safin
2434a4e88d
getinfo-times: Typo fixed
2014-08-29 16:41:17 +02:00
Askar Safin
c9a981778d
libcurl.3: Typo fixed
2014-08-29 16:41:11 +02:00
Daniel Stenberg
367b784738
curl_formadd.3: setting CURLFORM_CONTENTSLENGTH 0 zero means strlen
2014-08-29 08:10:38 +02:00
Daniel Stenberg
7bff23b166
curl.1: add an example for -H
2014-08-29 08:07:47 +02:00
Daniel Stenberg
accbbd7dc3
FAQ: mention -w in the 4.20 answer as well
2014-08-28 11:42:00 +02:00
Daniel Stenberg
889de6b285
FAQ: 4.20 curl doesn't return error for HTTP non-200 responses
2014-08-28 11:39:39 +02:00
Daniel Stenberg
1d30f40950
CURLOPT_NOBODY.3: clarify this option is for downloads
...
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-28 00:11:09 +02:00
Daniel Stenberg
1cd5008bba
INTERNALS: nghttp2 must be 0.6.0 or later
2014-08-26 23:05:26 +02:00
Dan Fandrich
d4a4a42cb3
THANKS: removed a few more duplicates
2014-08-26 00:38:17 +02:00
Daniel Stenberg
0072422576
THANKS: added 52 missing contributors
...
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-25 23:22:40 +02:00
Daniel Stenberg
a20da5523e
curl.1: clarify --limit-rate's effect on both directions
...
Bug: http://curl.haxx.se/bug/view.cgi?id=1414
Reported-by: teo8976
2014-08-23 00:40:52 +02:00
Daniel Stenberg
5be48639b1
curl.1: mention the --post30x options within the --location desc
2014-08-23 00:00:00 +02:00
Frank Meier
63a0bd4270
NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth
...
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-22 16:05:31 +02:00
Daniel Stenberg
b1341b3068
FAQ: some actually sometimes get paid...
2014-08-18 08:38:34 +02:00
Steve Holme
75be5a6681
docs: Escaped single backslash
2014-08-16 11:52:11 +01:00
Steve Holme
c4410c85ab
TODO: Updated following GSSAPI (Kerberos V5) additions
...
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 11:42:04 +01:00
Steve Holme
97f6049bc2
CURLOPT_USERNAME.3: Added Kerberos V5 and NTLM domain information
...
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 10:46:57 +01:00
Steve Holme
29240cb5c1
CURLOPT_USERPWD.3: Updated following Kerberos V5 SSPI changes
...
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 10:42:31 +01:00
Steve Holme
7679cb3fa8
docs: Added Kerberos V5 and NTLM domain information to --user
2014-08-16 10:37:16 +01:00
Steve Holme
0574196acb
docs: Added Kerberos V5 to the --user SSPI current credentials usage
2014-08-16 10:16:05 +01:00
Kamil Dudka
cb1f18661a
docs/SSLCERTS: update the section about NSS database
...
Bug: http://curl.haxx.se/mail/lib-2014-07/0335.html
Reported-by: David Shaw
2014-08-11 16:49:54 +02:00
Michael Osipov
37f0e8a32c
docs: Update SPNEGO and GSS-API related doc sections
...
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-09 00:08:51 +01:00
Steve Holme
f719a97e12
docs: Added Negotiate to the SSPI current credentials usage description
2014-08-07 08:04:40 +01:00
Steve Holme
6c6983f477
TODO: HTTP Digest via Windows SSPI
2014-08-06 22:58:42 +01:00
Steve Holme
c399f6eeb2
TODO: FTP GSSAPI via Windows SSPI
2014-08-06 21:54:27 +01:00
Daniel Stenberg
e4f6adb023
CURLOPT_SSL_VERIFYPEER.3. add a warning about disabling it
2014-08-02 23:09:22 +02:00
Daniel Stenberg
8da2124060
FEATURES: minor update
2014-08-01 09:00:06 +02:00
Michael Wallner
7bb4c8cadb
CURLOPT_HEADEROPT.3: typo: do -> to
2014-07-31 17:52:08 +02:00
Daniel Stenberg
0c23ec232b
curl_version_info.3: 'ssl_version_num' is always 0
...
... and has been so since 2005
2014-07-31 12:27:15 +02:00
Daniel Stenberg
a439e438f3
ssl: generalize how the ssl backend identifier is set
...
Each backend now defines CURL_SSL_BACKEND accordingly. Added the *AXTLS
one which was missing previously.
2014-07-31 12:19:51 +02:00
Dan Fandrich
524bb823c9
opts: fixed some typos
2014-07-30 23:37:24 +02:00
Michael Wallner
df52f3500c
curl_tlsinfo -> curl_tlssessioninfo
2014-07-30 11:11:29 +02:00