curl/docs
Jay Satiro db8ec1fa38
Revert all SASL authzid (new feature) commits
- Revert all commits related to the SASL authzid feature since the next
  release will be a patch release, 7.65.1.

Prior to this change CURLOPT_SASL_AUTHZID  / --sasl-authzid was destined
for the next release, assuming it would be a feature release 7.66.0.
However instead the next release will be a patch release, 7.65.1 and
will not contain any new features.

After the patch release after the reverted commits can be restored by
using cherry-pick:

git cherry-pick a14d72c a9499ff 8c1cc36 c2a8d52 0edf690

Details for all reverted commits:

Revert "os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid()."

This reverts commit 0edf6907ae.

Revert "tests: Fix the line endings for the SASL alt-auth tests"

This reverts commit c2a8d52a13.

Revert "examples: Added SASL PLAIN authorisation identity (authzid) examples"

This reverts commit 8c1cc369d0.

Revert "curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool"

This reverts commit a9499ff136.

Revert "sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID"

This reverts commit a14d72ca2f.
2019-05-25 23:36:11 +02:00
..
cmdline-opts Revert all SASL authzid (new feature) commits 2019-05-25 23:36:11 +02:00
examples Revert all SASL authzid (new feature) commits 2019-05-25 23:36:11 +02:00
libcurl Revert all SASL authzid (new feature) commits 2019-05-25 23:36:11 +02:00
.gitignore
ALTSVC.md docs/ALTSVC.md: docs describing the approach 2019-03-03 11:17:52 +01:00
BINDINGS.md
BUG-BOUNTY.md BUG-BOUNTY: minor formatting fixes [ci skip] 2019-05-09 23:30:26 +02:00
BUGS docs/BUG-BOUNTY: bug bounty time [skip ci] 2019-04-22 17:19:19 +02:00
CHECKSRC.md
CIPHERS.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_STYLE.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
CONTRIBUTE.md CONTRIBUTE.md: Fix grammatical errors 2019-02-05 11:56:04 +01:00
curl-config.1
DEPRECATE.md PolarSSL: deprecate support step 1. Removed from configure. 2019-05-22 10:00:56 +02:00
FAQ FAQ: more minor updates and spelling fixes 2019-05-25 23:33:53 +02:00
FEATURES
GOVERNANCE.md GOVERNANCE.md: minor spelling fixes 2019-02-28 09:09:31 +01:00
HELP-US.md
HISTORY.md
HTTP2.md
HTTP-COOKIES.md cookie: Add support for cookie prefixes 2019-02-17 00:09:30 +01:00
INSTALL
INSTALL.cmake
INSTALL.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
INTERNALS.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
KNOWN_BUGS doh: disable DOH for the cases it doesn't work 2019-05-11 11:38:58 +02:00
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am docs/BUG-BOUNTY: bug bounty time [skip ci] 2019-04-22 17:19:19 +02:00
MANUAL
mk-ca-bundle.1
README.cmake
README.md
README.netware
README.win32
RELEASE-PROCEDURE.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
RESOURCES
ROADMAP.md ROADMAP: updated to some more current things to work on 2019-03-07 00:00:30 +01:00
SECURITY-PROCESS.md SECURITY-PROCESS: fix links [ci skip] 2019-05-11 17:50:37 +02:00
SSL-PROBLEMS.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
SSLCERTS.md
THANKS THANKS: from the 7.65.0 release-notes 2019-05-22 07:48:44 +02:00
THANKS-filter THANKS: fixups and a dedupe 2019-01-09 11:08:47 +01:00
TheArtOfHttpScripting
TODO urlapi: add CURLUPART_ZONEID to set and get 2019-05-05 15:52:46 +02:00
VERSIONS

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.