curl/lib/vauth
Daniel Stenberg ba243235ec
urldata: rename easy_conn to just conn
We use "conn" everywhere to be a pointer to the connection.

Introduces two functions that "attaches" and "detaches" the connection
to and from the transfer.

Going forward, we should favour using "data->conn" (since a transfer
always only has a single connection or none at all) to "conn->data"
(since a connection can have none, one or many transfers associated with
it and updating conn->data to be correct is error prone and a frequent
reason for internal issues).

Closes #3442
2019-01-11 15:35:13 +01:00
..
cleartext.c
cram.c
digest_sspi.c urldata: rename easy_conn to just conn 2019-01-11 15:35:13 +01:00
digest.c
digest.h
krb5_gssapi.c
krb5_sspi.c
ntlm_sspi.c
ntlm.c ntlm: update selection of type 3 response 2019-01-01 11:47:17 +01:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c urldata: rename easy_conn to just conn 2019-01-11 15:35:13 +01:00
vauth.c
vauth.h