]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: remove conn->bits.user_passwd
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Feb 2022 16:33:50 +0000 (17:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Feb 2022 09:28:31 +0000 (10:28 +0100)
commit7d600ad1c3959bbf78dc14498335b8a73cfc790c
treedcd3c59fdda6d9e832eebd6da6dcdb8ed6be58a6
parenteb13cc292767ef75e061ab1efa4644a839dab837
urldata: remove conn->bits.user_passwd

The authentication status should be told by the transfer and not the
connection.

Reported-by: John H. Ayad
Fixes #8449
Closes #8451
13 files changed:
lib/curl_sasl.c
lib/curl_sasl.h
lib/dict.c
lib/http.c
lib/imap.c
lib/ldap.c
lib/openldap.c
lib/pop3.c
lib/smb.c
lib/smtp.c
lib/telnet.c
lib/url.c
lib/urldata.h