curl/docs
Patrick Monnerat cdc1da9120
openldap: several minor improvements
- Early check proper LDAP URL syntax. Reject URLs with a userinfo part.
- Use dynamic memory for ldap_init_fd() URL rather than a
  stack-allocated buffer.
- Never chase referrals: supporting it would require additional parallel
  connections and alternate authentication credentials.
- Do not wait 1 microsecond while polling/reading query response data.
- Store last received server code for retrieval with CURLINFO_RESPONSE_CODE.

Closes #8140
2021-12-15 08:07:53 +01:00
..
cmdline-opts docs: fix proselint nits 2021-12-09 23:16:46 +01:00
examples docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
libcurl openldap: several minor improvements 2021-12-15 08:07:53 +01:00
.gitignore
ALTSVC.md
BINDINGS.md BINDINGS.md: add cURL client for PostgreSQL 2021-12-09 14:34:52 +01:00
BUFREF.md
BUG-BOUNTY.md
BUGS.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
CHECKSRC.md docs: fix proselint nits 2021-12-09 23:16:46 +01:00
CIPHERS.md docs: fix proselint nits 2021-12-09 23:16:46 +01:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
CONTRIBUTE.md docs: fix proselint nits 2021-12-09 23:16:46 +01:00
curl-config.1
CURL-DISABLE.md
DEPRECATE.md
DYNBUF.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
ECH.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
EXPERIMENTAL.md
FAQ docs: fix proselint nits 2021-12-09 23:16:46 +01:00
FEATURES.md
GOVERNANCE.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
HELP-US.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
HISTORY.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
HSTS.md
HTTP2.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
HTTP3.md HTTP3: update quiche build instructions 2021-12-03 16:38:54 +01:00
HTTP-COOKIES.md
HYPER.md
INSTALL
INSTALL.cmake
INSTALL.md docs: Update the Reducing Size section 2021-11-30 18:33:49 -08:00
INTERNALS.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
KNOWN_BUGS docs: fix proselint nits 2021-12-09 23:16:46 +01:00
MAIL-ETIQUETTE docs: fix proselint nits 2021-12-09 23:16:46 +01:00
Makefile.am
MANUAL.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
mk-ca-bundle.1
MQTT.md
NEW-PROTOCOL.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
options-in-versions
PARALLEL-TRANSFERS.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
README.md
RELEASE-PROCEDURE.md
ROADMAP.md
RUSTLS.md
SECURITY-PROCESS.md
SSL-PROBLEMS.md
SSLCERTS.md docs: address proselint nits 2021-11-26 14:27:07 +01:00
THANKS
THANKS-filter
TheArtOfHttpScripting.md
TODO TODO: 13.3 Defeat TLS fingerprinting 2021-12-11 22:30:27 +01:00
URL-SYNTAX.md docs/URL-SYNTAX.md: space is not fine in a given URL 2021-12-09 11:32:09 +01:00
VERSIONS.md

curl logo

Documentation

you will 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 would rather see the rendered version of the documentation, check out the curl website's documentation section for general curl stuff or the libcurl section for libcurl related documentation.