Searched refs:store_plaintext_passwords (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/subversion/subversion/svn/ |
| HD | help-cmd.c | 91 svn_boolean_t store_plaintext_passwords = FALSE; in svn_cl__help() local 120 store_plaintext_passwords = TRUE; in svn_cl__help() 124 if (store_plaintext_passwords && store_auth_creds && store_passwords) in svn_cl__help()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | simple_providers.c | 362 const char *store_plaintext_passwords = in svn_auth__simple_creds_cache_set() 367 if (store_plaintext_passwords in svn_auth__simple_creds_cache_set() 368 && svn_cstring_casecmp(store_plaintext_passwords, in svn_auth__simple_creds_cache_set() 433 else if (store_plaintext_passwords in svn_auth__simple_creds_cache_set() 434 && svn_cstring_casecmp(store_plaintext_passwords, in svn_auth__simple_creds_cache_set() 439 else if (!store_plaintext_passwords in svn_auth__simple_creds_cache_set() 440 || svn_cstring_casecmp(store_plaintext_passwords, in svn_auth__simple_creds_cache_set() 450 store_plaintext_passwords, in svn_auth__simple_creds_cache_set()
|
| /trueos/contrib/subversion/subversion/libsvn_ra/ |
| HD | ra_loader.c | 275 const char *store_plaintext_passwords in svn_ra_open4() local 334 (servers, &store_plaintext_passwords, SVN_CONFIG_SECTION_GLOBAL, in svn_ra_open4() 375 (servers, &store_plaintext_passwords, server_group, in svn_ra_open4() 377 store_plaintext_passwords)); in svn_ra_open4() 415 store_plaintext_passwords); in svn_ra_open4()
|