]> granicus.if.org Git - curl/commit
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
authorSteve Holme <steve_holme@hotmail.com>
Wed, 17 Apr 2019 22:47:51 +0000 (23:47 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 22 May 2019 21:55:05 +0000 (22:55 +0100)
commita14d72ca2fec5d4eb5a043936e4f7ce08015c177
treead856028203028c20e1ba9c30bb3b74d64a7f41c
parent081d374f4949b7fabfa76a0fb14daa02d47b5050
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Added the ability for the calling program to specify the authorisation
identity (authzid), the identity to act as, in addition to the
authentication identity (authcid) and password when using SASL PLAIN
authentication.

Fixed #3653
Closes #3790
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/curl_sasl.c
lib/setopt.c
lib/url.c
lib/urldata.h
packages/OS400/curl.inc.in