Searched refs:secreq (Results 1 - 5 of 5) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dproxy.c72 struct sec_req_ctx *secreq,
78 secreq->cfg_section, name, NULL, value);
85 struct sec_req_ctx *secreq,
96 ret = proxy_get_config_string(pctx, cfg, true, secreq,
101 ret = proxy_get_config_string(pctx, cfg, false, secreq,
109 ret = proxy_get_config_string(pctx, cfg, true, secreq, "username",
115 ret = proxy_get_config_string(pctx, cfg, true, secreq, "password",
120 ret = proxy_get_config_string(pctx, cfg, true, secreq,
127 ret = proxy_get_config_string(pctx, cfg, true, secreq,
138 ret = confdb_get_bool(pctx->cdb, secreq
70 proxy_get_config_string(struct proxy_context *pctx, TALLOC_CTX *ctx, bool not_null, struct sec_req_ctx *secreq, const char *name, char **value) argument
83 proxy_sec_get_cfg(struct proxy_context *pctx, TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg **target) argument
223 proxy_sec_map_url(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, char **req_url) argument
292 proxy_http_create_headers(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg) argument
359 proxy_http_create_request(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, const char *url, struct tcurl_request **_tcurl_req) argument
463 struct sec_req_ctx *secreq; member in struct:proxy_secret_state
468 proxy_secret_req(TALLOC_CTX *mem_ctx, struct tevent_context *ev, void *provider_ctx, struct sec_req_ctx *secreq) argument
[all...]
H A Dproviders.c28 typedef int (*url_mapper_fn)(struct sec_req_ctx *secreq,
36 static int sec_map_url_to_user_path(struct sec_req_ctx *secreq, argument
41 c_euid = client_euid(secreq->cctx->creds);
45 talloc_asprintf(secreq, SEC_BASEPATH"users/%"SPRIuid"/%s",
47 &secreq->parsed_url.path[sizeof(SEC_BASEPATH) - 1]);
59 static int kcm_map_url_to_path(struct sec_req_ctx *secreq, argument
64 c_euid = client_euid(secreq->cctx->creds);
73 *mapped_path = talloc_strdup(secreq, secreq->parsed_url.path );
91 int sec_req_routing(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, argument
[all...]
H A Dsecsrv_cmd.c33 struct sec_req_ctx *secreq; member in struct:sec_http_request_state
39 struct sec_req_ctx *secreq)
51 state->secreq = secreq;
56 ret = sec_req_routing(state, secreq, &provider_handle);
65 provider_handle->context, secreq);
115 struct sec_req_ctx *secreq; local
119 secreq = tevent_req_callback_data(req, struct sec_req_ctx);
120 cctx = secreq->cctx;
133 ret = sec_http_status_reply(secreq,
37 sec_http_request_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sec_req_ctx *secreq) argument
150 struct sec_req_ctx *secreq; local
[all...]
H A Dlocal.c814 struct sec_req_ctx *secreq,
822 if (secreq->parsed_url.fragment != NULL) {
825 secreq->parsed_url.fragment);
829 if (secreq->parsed_url.userinfo != NULL) {
832 secreq->parsed_url.userinfo);
837 if (secreq->parsed_url.query != NULL) {
838 ret = strcmp(secreq->parsed_url.query, "type=simple");
842 secreq->parsed_url.query);
853 if (strncmp(secreq->mapped_path,
856 secreq
812 local_secrets_map_path(TALLOC_CTX *mem_ctx, struct local_context *lctx, struct sec_req_ctx *secreq, struct local_db_req **_lc_req) argument
896 struct sec_req_ctx *secreq; member in struct:local_secret_state
899 local_secret_req(TALLOC_CTX *mem_ctx, struct tevent_context *ev, void *provider_ctx, struct sec_req_ctx *secreq) argument
[all...]
H A Dsecsrv_private.h95 struct sec_req_ctx *secreq);
117 int sec_req_routing(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq,

Completed in 16 milliseconds