Searched defs:service_name (Results 1 - 10 of 10) sorted by relevance

/sssd/src/providers/data_provider/
H A Ddp_iface_failover.c273 const char *service_name)
283 if (strcmp(svc->name, service_name) == 0) {
314 const char *service_name)
325 if (strcmp(svc->name, service_name) == 0) {
271 dp_failover_active_server(struct sbus_request *sbus_req, void *dp_cli, const char *service_name) argument
312 dp_failover_list_servers(struct sbus_request *sbus_req, void *dp_cli, const char *service_name) argument
/sssd/src/providers/krb5/
H A Dkrb5_common.h110 char* service_name; member in struct:krb5_ctx
163 const char *service_name,
H A Dkrb5_common.c577 const char *service_name,
619 ret = be_fo_add_srv_server(ctx, service_name, service_name, NULL,
687 ret = be_fo_add_server(ctx, service_name, server_spec, (int) port,
704 const char *service_name, const char *servers)
706 return _krb5_servers_init(ctx, service, service_name, servers, true);
711 const char *service_name, const char *servers)
713 return _krb5_servers_init(ctx, service, service_name, servers, false);
722 const char *service_name,
744 ret = be_fo_add_service(ctx, service_name, krb5_user_data_cm
575 _krb5_servers_init(struct be_ctx *ctx, struct krb5_service *service, const char *service_name, const char *servers, bool primary) argument
703 krb5_primary_servers_init(struct be_ctx *ctx, struct krb5_service *service, const char *service_name, const char *servers) argument
710 krb5_backup_servers_init(struct be_ctx *ctx, struct krb5_service *service, const char *service_name, const char *servers) argument
721 krb5_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, const char *primary_servers, const char *backup_servers, const char *realm, bool use_kdcinfo, struct krb5_service **_service) argument
[all...]
/sssd/src/providers/
H A Ddata_provider_fo.c113 const char *service_name)
122 if (strcmp(svc->name, service_name) == 0) {
130 int be_fo_add_service(struct be_ctx *ctx, const char *service_name, argument
137 svc = be_fo_find_svc_data(ctx, service_name);
148 ret = fo_new_service(ctx->be_fo->fo_ctx, service_name, user_data_cmp,
161 svc->name = talloc_strdup(svc, service_name);
187 struct be_ctx *ctx, const char *service_name,
193 svc = be_fo_find_svc_data(ctx, service_name);
269 const char *service_name,
280 svc = be_fo_find_svc_data(ctx, service_name);
112 be_fo_find_svc_data(struct be_ctx *ctx, const char *service_name) argument
186 be_fo_service_add_callback(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, be_svc_callback_fn_t *fn, void *private_data) argument
268 be_fo_add_srv_server(struct be_ctx *ctx, const char *service_name, const char *query_service, const char *default_discovery_domain, enum be_fo_protocol proto, bool proto_fallback, void *user_data) argument
322 be_fo_get_server_count(struct be_ctx *ctx, const char *service_name) argument
334 be_fo_add_server(struct be_ctx *ctx, const char *service_name, const char *server, int port, void *user_data, bool primary) argument
505 be_resolve_server_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct be_ctx *ctx, const char *service_name, bool first_try) argument
702 be_fo_try_next_server(struct be_ctx *ctx, const char *service_name) argument
712 be_fo_get_active_server_name(struct be_ctx *ctx, const char *service_name) argument
729 be_fo_run_callbacks_at_next_request(struct be_ctx *ctx, const char *service_name) argument
768 _be_fo_set_port_status(struct be_ctx *ctx, const char *service_name, struct fo_server *server, enum port_status status, int line, const char *file, const char *function) argument
[all...]
H A Dfail_over.c759 const char *service_name)
778 "is already present\n", debug_name, server->port, service_name);
786 debug_name, server->port, service_name);
756 fo_add_server_to_list(struct fo_server **to_list, struct fo_server *check_list, struct fo_server *server, const char *service_name) argument
/sssd/src/providers/ipa/
H A Dipa_subdomains_server.c206 const char *service_name; local
260 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name);
261 if (service_name == NULL) {
270 service_name, gc_service_name,
/sssd/src/providers/ldap/
H A Dldap_common.c233 const char *service_name)
246 ctx->kdc_service_name = talloc_strdup(ctx, service_name);
483 const char *service_name,
522 service_name);
532 ret = be_fo_add_srv_server(ctx, service_name,
587 const char *service_name, const char *dns_service_name,
590 return _sdap_urls_init(ctx, service, service_name,
596 const char *service_name, const char *dns_service_name,
599 return _sdap_urls_init(ctx, service, service_name,
609 const char *service_name, cons
230 sdap_install_offline_callback(TALLOC_CTX *mem_ctx, struct be_ctx *be_ctx, const char *realm, const char *service_name) argument
481 _sdap_urls_init(struct be_ctx *ctx, struct sdap_service *service, const char *service_name, const char *dns_service_name, const char *urls, bool primary) argument
586 sdap_primary_urls_init(struct be_ctx *ctx, struct sdap_service *service, const char *service_name, const char *dns_service_name, const char *urls) argument
595 sdap_backup_urls_init(struct be_ctx *ctx, struct sdap_service *service, const char *service_name, const char *dns_service_name, const char *urls) argument
608 sdap_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, const char *dns_service_name, const char *urls, const char *backup_urls, struct sdap_service **_service) argument
[all...]
/sssd/src/responder/nss/
H A Dnsssrv_services.c76 const char *service_name,
139 if (service_name) {
144 state->name = talloc_strdup(state, service_name);
150 state->cased_name = sss_get_cased_name(state, service_name,
175 if (service_name) {
784 char **service_name,
797 char *service_name; local
829 &service_name,
841 service_name,
862 service_name,
73 getserv_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, uint16_t port, const char *service_name, const char *service_protocol, struct nss_dom_ctx *dctx) argument
875 parse_getservbyname(TALLOC_CTX *mem_ctx, uint8_t *body, size_t blen, struct sss_domain_info *domains, char *default_domain, char **domain_name, char **service_name, char **service_protocol) argument
[all...]
/sssd/src/tools/
H A Dsss_cache.c107 char *service_name; member in struct:cache_tool_ctx
190 tctx->service_name);
380 ret = update_filter(tctx, dinfo, tctx->service_name,
802 ctx->service_name = talloc_strdup(ctx, values.service);
904 if (values->service && ctx->service_name == NULL) {
/sssd/src/providers/ad/
H A Dad_subdomains.c152 const char *service_name; local
187 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name);
188 if (service_name == NULL) {
194 service_name, gc_service_name,

Completed in 2537 milliseconds