]> granicus.if.org Git - curl/commit
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
authorSteve Holme <steve_holme@hotmail.com>
Fri, 19 Apr 2019 13:26:47 +0000 (14:26 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 6 Aug 2019 15:38:41 +0000 (11:38 -0400)
commit1e08a7925830d7822f911165d9789e5e4f765534
treeb3495093a52e85c1a48d3b64bbd89bc0f2458dfd
parent7c469fa537397c3b8307c92aa723e3af6d941e95
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool

Ref: https://github.com/curl/curl/issues/3653
Ref: https://github.com/curl/curl/pull/3790

NOTE: This commit was cherry-picked and is part of a series of commits
that added the authzid feature for upcoming 7.66.0. The series was
temporarily reverted in db8ec1f so that it would not ship in a 7.65.x
patch release.

Closes https://github.com/curl/curl/pull/4186
14 files changed:
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/sasl-authzid.d [new file with mode: 0644]
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test848 [new file with mode: 0644]
tests/data/test849 [new file with mode: 0644]
tests/data/test892 [new file with mode: 0644]
tests/data/test893 [new file with mode: 0644]
tests/data/test953 [new file with mode: 0644]
tests/data/test954 [new file with mode: 0644]