Hi devs, this is the promised second patch set which updates the docs to reflect the recent changes David Woodhouse and me have done in curl/libcurl.
GitHub diff: https://github.com/michael-o/curl/commit/233bd11d2de661beb0b7baab0d02e50bbf70c518 Two pages aren't available in Git so here are the manual changes which have to be done: http://curl.haxx.se/docs/comparison-table.html: - Remove 'HTTP NTLM-SSPI' as it duplicates 'HTTP NTLM Auth' - Remove 'HTTP SPNEGO Auth' as it duplicates 'HTTP Negotiate Auth' - Rename 'HTTP Negotiate Auth' to 'HTTP Negotiate (SPNEGO) Auth' http://curl.haxx.se/docs/libs.html: - Replace heimdal with 'GSS-API' and 'Used for...' with: The GSS-API support can be provided by [Heimdal](http://www.h5l.org/), [MIT Kerberos](http://web.mit.edu/kerberos/), or similar. GSS-API is used for the Kerberos and SPNEGO authentication in libcurl. Michael Osipov (1): docs: Update SPNEGO and GSS-API related doc sections docs/FAQ | 4 ++-- docs/FEATURES | 7 ++++--- docs/KNOWN_BUGS | 6 +++--- docs/MANUAL | 8 ++++---- docs/curl.1 | 35 ++++++++++++++--------------------- docs/libcurl/curl_version_info.3 | 13 +++++++++---- docs/libcurl/libcurl-tutorial.3 | 4 ++-- docs/libcurl/opts/CURLOPT_HTTPAUTH.3 | 14 ++++++-------- docs/libcurl/symbols-in-versions | 2 +- 9 files changed, 45 insertions(+), 48 deletions(-) -- 1.8.4.msysgit.0 ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html