Lines Matching refs:password

55 #define AUTHN_PASSWORD_KEY            "password"
72 the plaintext password from CREDS. */
75 const char **password,
93 *password = str->data;
102 the plaintext password in CREDS. */
108 const char *password,
113 svn_hash_sets(creds, AUTHN_PASSWORD_KEY, svn_string_create(password, pool));
155 const char *password = svn_hash_gets(parameters,
161 const char *default_password = NULL; /* Default password from cache. */
187 /* The password type in the auth data must match the
188 mangler's type, otherwise the password must be
211 /* See if we need to save this password if it is not present in
213 if (password)
228 if (strcmp(default_password, password) != 0)
234 /* If we don't have a username and a password yet, we try the
236 if (! (username && password))
243 if (username && ! password)
246 password = NULL;
251 SVN_ERR(password_get(&done, &password, creds_hash,
255 password = NULL;
257 /* If the auth data didn't contain a password type,
260 if (password && ! have_passtype)
281 /* Ask the OS for the username if we have a password but no
283 if (password && ! username)
286 if (username && password)
290 creds->password = password;
348 /* If the password is going to be stored encrypted, go right
376 * to not store the password, because it is usually
462 creds->username, creds->password,
465 /* Store the password type with the auth data, so that we
466 know which provider owns the password. */
551 /* Baton type for username/password prompting. */
562 /* Iteration baton type for username/password prompting. */
645 (*cred_p)->password = apr_pstrdup(pool, default_password);
658 /* Our first attempt will use any default username/password passed