Searched defs:protocol (Results 1 - 12 of 12) sorted by relevance

/sssd/src/providers/ldap/
H A Dldap_id_services.c43 const char *protocol; member in struct:sdap_services_get_state
69 const char *protocol,
91 state->protocol = protocol;
117 if (protocol != NULL) {
118 ret = sss_filter_sanitize(state, protocol, &clean_protocol);
258 0, state->protocol);
273 state->protocol);
63 services_get_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_id_ctx *id_ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *name, const char *protocol, int filter_type, bool noexist_delete) argument
H A Dsdap_async_connection.c436 char *protocol; member in struct:sdap_connect_host_state
453 const char *protocol,
475 state->protocol = talloc_strdup(state, protocol);
476 if (state->protocol == NULL) {
487 state->uri = talloc_asprintf(state, "%s://%s:%d", protocol, host, port);
447 sdap_connect_host_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct resolv_ctx *resolv_ctx, enum restrict_family family_order, enum host_database *host_db, const char *protocol, const char *host, int port, bool use_start_tls) argument
/sssd/src/providers/proxy/
H A Dproxy_services.c111 const char *protocol)
128 status = ctx->ops.getservbyname_r(name, protocol, result,
138 ret = sysdb_svc_delete(dom, name, 0, protocol);
156 const char *protocol)
181 status = ctx->ops.getservbyport_r(port, protocol, result,
191 ret = sysdb_svc_delete(dom, NULL, port, protocol);
108 get_serv_byname(struct proxy_id_ctx *ctx, struct sss_domain_info *dom, const char *name, const char *protocol) argument
153 get_serv_byport(struct proxy_id_ctx *ctx, struct sss_domain_info *dom, const char *be_filter, const char *protocol) argument
/sssd/src/responder/sudo/
H A Dsudosrv_cmd.c179 uint32_t protocol; local
200 protocol = pctx->cli_protocol_version->version;
202 /* if protocol is invalid return */
203 switch (protocol) {
206 "SSSD does not allow to use this protocol.\n", protocol);
211 DEBUG(SSSDBG_TRACE_INTERNAL, "Using protocol version [%d]\n",
212 protocol);
215 DEBUG(SSSDBG_FATAL_FAILURE, "Invalid protocol version [%d]!\n",
216 protocol);
[all...]
/sssd/src/providers/ipa/
H A Dipa_srv.c89 const char *protocol,
141 protocol, primary_domain, backup_domain);
86 ipa_srv_plugin_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *service, const char *protocol, const char *discovery_domain, void *pvt) argument
/sssd/src/resolv/
H A Dasync_resolv_utils.c160 const char *protocol; member in struct:resolv_discover_srv_state
175 const char *protocol,
189 if (resolv_ctx == NULL || service == NULL || protocol == NULL
199 state->protocol = protocol;
237 state->protocol, domain);
171 resolv_discover_srv_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resolv_ctx *resolv_ctx, const char *service, const char *protocol, const char **discovery_domains) argument
/sssd/src/responder/nss/
H A Dnsssrv_private.h95 const char *protocol; member in struct:nss_dom_ctx
H A Dnsssrv_services.c585 const char *protocol,
656 /* Get the service protocol.
657 * Use the requested protocol if present,
658 * otherwise take the first protocol returned
663 if (protocol) {
664 orig_proto = protocol;
715 /* Store the protocol */
817 /* get service name and protocol */
837 dctx->protocol = service_protocol;
888 char *protocol; local
583 fill_service(struct sss_packet *packet, struct sss_domain_info *dom, const char *protocol, struct ldb_message **msgs, unsigned int *count) argument
1046 char *protocol; local
[all...]
/sssd/src/providers/
H A Dfail_over_srv.c42 const char *protocol,
57 protocol, discovery_domains);
179 const char *protocol; member in struct:fo_discover_servers_state
198 const char *protocol,
241 state->protocol = talloc_strdup(state, protocol);
242 if (state->protocol == NULL) {
271 state->service, state->protocol, domains);
343 state->service, state->protocol, domains);
449 const char *protocol; member in struct:fo_resolve_srv_dns_state
38 fo_discover_srv_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resolv_ctx *resolv_ctx, const char *service, const char *protocol, const char **discovery_domains) argument
194 fo_discover_servers_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resolv_ctx *resolv_ctx, const char *service, const char *protocol, const char *primary_domain, const char *backup_domain) argument
498 fo_resolve_srv_dns_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *service, const char *protocol, const char *discovery_domain, void *pvt) argument
[all...]
/sssd/src/sss_client/
H A Dnss_services.c52 * 0-X: Sequence of two, zero-terminated strings (name, protocol).
58 * 16-X: Zero-terminated string (protocol)
70 * (name, protocol, zero or more aliases)
93 * terminator for the protocol.
121 /* Copy in the protocol */
163 const char *protocol,
188 if (protocol) {
189 ret = sss_strnlen(protocol, SSS_NAME_MAX, &proto_len);
205 if (protocol) {
206 memcpy(data + name_len + 1, protocol, proto_le
162 _nss_sss_getservbyname_r(const char *name, const char *protocol, struct servent *result, char *buffer, size_t buflen, int *errnop) argument
264 _nss_sss_getservbyport_r(int port, const char *protocol, struct servent *result, char *buffer, size_t buflen, int *errnop) argument
[all...]
/sssd/src/providers/ad/
H A Dad_srv.c534 const char *protocol; member in struct:ad_srv_plugin_state
564 const char *protocol,
596 state->protocol = talloc_strdup(state, protocol);
597 if (state->protocol == NULL) {
751 state->service, state->protocol,
561 ad_srv_plugin_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *service, const char *protocol, const char *discovery_domain, void *pvt) argument
/sssd/src/tests/cmocka/
H A Dtest_fo_srv.c83 const char *protocol,
79 resolv_discover_srv_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resolv_ctx *resolv_ctx, const char *service, const char *protocol, const char **discovery_domains) argument

Completed in 1702 milliseconds