• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/

Lines Matching refs:password

331     /* Store the password part of option if required */
899 * Send authentication (user+password) when following locations, even when
1560 * user:password to use in the operation
1577 * authentication password to use in the operation
1664 * user:password needed to use the proxy
1679 * authentication password to use in the operation
1841 * String that holds the SSL or SSH private key password.
3066 so verify that we're using the same name and password as well */
3838 * @-letter to allow ?-letters in username and password) to handle things
4299 /* Is there a username and password given in this proxy url? */
4309 /* found user and password, rip them out. note that we are
4311 username or password with reserved characters like ':' in
4409 * Extract the user and password from the authentication string
4443 * Parse the login details (user name, password and options) from the URL and
4454 * conn->host.name - remove user name and password
4467 * [user[:password][;options]]@]hostname
4484 * ftp://user:password@ftp.my.site:8021/README */
4507 conn->bits.user_passwd = TRUE; /* enable user+password */
4521 /* We have a password in the URL so decode it */
4557 * This is used to parse a login string for user name, password and options in
4561 * user:password
4562 * user:password;options
4564 * user;options:password
4565 * :password
4566 * :password;options
4568 * ;options:password
4577 * holding the password will be stored upon completion.
4597 /* Attempt to find the password separator */
4633 /* Allocate the password portion buffer */
4661 /* Store the password portion if necessary */
4845 conn->bits.user_passwd = TRUE; /* enable user+password */
4861 /* If our protocol needs a password and we have none, use the defaults */
4866 /* Store the default password */
4872 /* This is the default password, so DON'T set conn->bits.user_passwd */
4878 /* Store the password (only if user is present), zero-length if not set */
4992 /* get the user+password information from the old_conn struct since it may
4996 /* use the new user name and password though */
5007 /* use the new proxy user name and proxy password though */
5210 * Extract the user and password from the authentication string
5384 data->set.ssl.password = data->set.str[STRING_TLSAUTH_PASSWORD];