Lines Matching refs:auth
60 CONNECT_AUTH_INIT, /* 6 setup outgoing auth buffer */
61 CONNECT_AUTH_SEND, /* 7 send auth */
62 CONNECT_AUTH_READ, /* 8 read auth response */
589 const unsigned char auth = data->set.socks5auth;
593 DEBUGASSERT(auth & (CURLAUTH_BASIC | CURLAUTH_GSSAPI));
607 if(auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI))
610 auth);
611 if(!(auth & CURLAUTH_BASIC))
612 /* disable username/password auth */
615 if(auth & CURLAUTH_GSSAPI)
741 failf(data, "Excessive user name length for proxy auth");
751 failf(data, "Excessive password length for proxy auth");