Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #266981

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Wed 13 May 2026 14:04:17
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 5e99b73cf441d9c369768b9cd48b5389b9a2503d

Comments

creds: add sasl service name
The SASL service name, used in authentication, is part of curl's credentials
when authenticating to a server/proxy. Make it part of `struct Curl_creds`.

Change code to use `creds` to obtain a service name. By tying creds used
to the connection, connection reuse is also only allowed when the service
name matches.

Closes #21585

Changed files