Home
last modified time | relevance | path

Searched refs:server_group (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dserf.c103 const char *server_group, in load_http_auth_types() argument
112 if (server_group) in load_http_auth_types()
114 svn_config_get(config, &http_auth_types, server_group, in load_http_auth_types()
159 const char *server_group; in load_config() local
263 server_group = svn_auth_get_parameter(session->auth_baton, in load_config()
266 if (server_group) in load_config()
269 server_group, in load_config()
272 svn_config_get(config, &timeout_str, server_group, in load_config()
279 svn_config_get(config, &proxy_host, server_group, in load_config()
281 svn_config_get(config, &port_str, server_group, in load_config()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dauth.c751 const char *server_group = NULL; in svn_auth__make_session_auth() local
825 server_group = svn_config_find_group(servers, server_name, in svn_auth__make_session_auth()
829 if (server_group) in svn_auth__make_session_auth()
834 server_group, in svn_auth__make_session_auth()
839 server_group, in svn_auth__make_session_auth()
844 (servers, &store_plaintext_passwords, server_group, in svn_auth__make_session_auth()
850 server_group, SVN_CONFIG_OPTION_STORE_SSL_CLIENT_CERT_PP, in svn_auth__make_session_auth()
854 (servers, &store_pp_plaintext, server_group, in svn_auth__make_session_auth()
883 if (server_group) in svn_auth__make_session_auth()
886 apr_pstrdup(ab->pool, server_group)); in svn_auth__make_session_auth()
Dssl_client_cert_providers.c54 const char *server_group = svn_hash_gets(parameters, in ssl_client_cert_file_first_credentials() local
59 svn_config_get_server_setting(cfg, server_group, in ssl_client_cert_file_first_credentials()
Dconfig.c1110 const char* server_group, in svn_config_get_server_setting() argument
1117 if (server_group) in svn_config_get_server_setting()
1119 svn_config_get(cfg, &retval, server_group, option_name, retval); in svn_config_get_server_setting()
1217 const char *server_group, in svn_config_get_server_setting_int() argument
1226 tmp_value = svn_config_get_server_setting(cfg, server_group, in svn_config_get_server_setting_int()
1250 const char *server_group, in svn_config_get_server_setting_bool() argument
1255 tmp_value = svn_config_get_server_setting(cfg, server_group, in svn_config_get_server_setting_bool()
1258 server_group, option_name); in svn_config_get_server_setting_bool()
Dsimple_providers.c143 const char *server_group = svn_hash_gets(parameters, in svn_auth__simple_creds_cache_get() local
268 username = svn_config_get_server_setting(cfg, server_group, in svn_auth__simple_creds_cache_get()
609 const char *server_group = svn_hash_gets(parameters, in prompt_for_simple_creds() local
612 svn_config_get_server_setting(cfg, server_group, in prompt_for_simple_creds()
Dssl_client_cert_pw_providers.c109 const char *server_group = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get() local
115 svn_config_get_server_setting(cfg, server_group, in svn_auth__ssl_client_cert_pw_cache_get()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_config.h625 const char* server_group,
639 const char *server_group,
659 const char *server_group,
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
Dsvnrdump.c370 const char *server_group; in init_client_context() local
372 server_group = svn_config_find_group(cfg_servers, parsed_url.hostname, in init_client_context()
374 if (server_group) in init_client_context()
376 svn_config_set_bool(cfg_servers, server_group, in init_client_context()
378 svn_config_set_int64(cfg_servers, server_group, in init_client_context()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
Dra_loader.c306 const char *server_group = NULL; in svn_ra_open4() local
316 server_group = svn_config_find_group(servers, repos_URI.hostname, in svn_ra_open4()
323 server_group, /* NULL is OK */ in svn_ra_open4()