Searched refs:cli_ctx (Results 1 - 25 of 25) sorted by relevance

/sssd/src/responder/nss/
H A Dnsssrv_services.h26 int nss_cmd_getservbyname(struct cli_ctx *cctx);
27 int nss_cmd_getservbyport(struct cli_ctx *cctx);
29 int nss_cmd_setservent(struct cli_ctx *cctx);
30 int nss_cmd_getservent(struct cli_ctx *cctx);
31 int nss_cmd_endservent(struct cli_ctx *cctx);
H A Dnsssrv_netgroup.h30 int nss_cmd_setnetgrent(struct cli_ctx *cctx);
31 int nss_cmd_getnetgrent(struct cli_ctx *cctx);
32 int nss_cmd_endnetgrent(struct cli_ctx *cctx);
H A Dnsssrv_private.h44 struct cli_ctx *cctx;
105 struct cli_ctx *cctx;
150 int nss_connection_setup(struct cli_ctx *cctx);
H A Dnsssrv_services.c85 struct cli_ctx *cctx = cmdctx->cctx;
421 struct cli_ctx *cctx = state->dctx->cmdctx->cctx;
451 struct cli_ctx *cctx = state->dctx->cmdctx->cctx;
790 int nss_cmd_getservbyname(struct cli_ctx *cctx)
1110 int nss_cmd_getservbyport(struct cli_ctx *cctx)
1180 struct cli_ctx *cctx;
1197 setservent_send(TALLOC_CTX *mem_ctx, struct cli_ctx *cctx)
1594 nss_cmd_setservent(struct cli_ctx *cctx)
1657 retservent(struct cli_ctx *cctx, int num);
1659 int nss_cmd_getservent(struct cli_ctx *cct
[all...]
H A Dnsssrv_cmd.c47 struct cli_ctx *cctx = cmdctx->cctx;
106 struct cli_ctx *client;
525 struct cli_ctx *cctx = cmdctx->cctx;
707 struct cli_ctx *cctx = cmdctx->cctx;
937 struct cli_ctx *cctx = cmdctx->cctx;
1214 struct cli_ctx *cctx = cmdctx->cctx;
1457 static int nss_cmd_getbynam(enum sss_cli_command cmd, struct cli_ctx *cctx);
1459 static int nss_cmd_getpwnam(struct cli_ctx *cctx)
1464 static int nss_cmd_getbynam(enum sss_cli_command cmd, struct cli_ctx *cctx)
1655 struct cli_ctx *cct
[all...]
H A Dnsssrv_netgroup.c94 int nss_cmd_setnetgrent(struct cli_ctx *client)
192 struct cli_ctx *client = cmdctx->cctx;
280 struct cli_ctx *client;
788 int nss_cmd_getnetgrent(struct cli_ctx *client)
930 static errno_t nss_cmd_retnetgrent(struct cli_ctx *client,
978 static errno_t nss_cmd_retnetgrent(struct cli_ctx *client,
1106 int nss_cmd_endnetgrent(struct cli_ctx *client)
/sssd/src/responder/sudo/
H A Dsudosrv_cmd.c40 struct cli_ctx *cli_ctx = cmd_ctx->cli_ctx; local
47 pctx = talloc_get_type(cli_ctx->protocol_ctx, struct cli_protocol);
69 sss_cmd_done(cmd_ctx->cli_ctx, cmd_ctx);
163 talloc_free(cmd_ctx->cli_ctx);
172 static int sudosrv_cmd(enum sss_sudo_type type, struct cli_ctx *cli_ctx) argument
184 cmd_ctx = talloc_zero(cli_ctx, struct sudo_cmd_ctx);
191 cmd_ctx->cli_ctx
273 sudosrv_cmd_get_sudorules(struct cli_ctx *cli_ctx) argument
278 sudosrv_cmd_get_defaults(struct cli_ctx *cli_ctx) argument
[all...]
H A Dsudosrv_private.h54 struct cli_ctx *cli_ctx; member in struct:sudo_cmd_ctx
/sssd/src/responder/secrets/
H A Dsecsrv.h48 int sec_connection_setup(struct cli_ctx *cctx);
H A Dsecsrv_cmd.c116 struct cli_ctx *cctx;
148 static void sec_cmd_execute(struct cli_ctx *cctx)
458 static void sec_send(struct cli_ctx *cctx)
511 static void sec_recv(struct cli_ctx *cctx)
584 struct cli_ctx *cctx = talloc_get_type(ptr, struct cli_ctx);
615 int sec_connection_setup(struct cli_ctx *cctx)
H A Dsecsrv_private.h71 struct cli_ctx *cctx;
/sssd/src/tests/cmocka/
H A Dcommon_mock_resp.h38 struct cli_ctx *
H A Dcommon_mock_resp.c58 struct cli_ctx *
61 struct cli_ctx *cctx;
63 cctx = talloc_zero(mem_ctx, struct cli_ctx);
H A Dtest_pam_srv.c83 struct cli_ctx *cctx;
443 void __wrap_sss_cmd_done(struct cli_ctx *cctx, void *freectx)
469 int __wrap_sss_cmd_send_empty(struct cli_ctx *cctx, TALLOC_CTX *freectx)
H A Dtest_nss_srv.c51 struct cli_ctx *cctx;
120 void __wrap_sss_cmd_done(struct cli_ctx *cctx, void *freectx)
146 int __wrap_sss_cmd_send_empty(struct cli_ctx *cctx, TALLOC_CTX *freectx)
/sssd/src/responder/common/
H A Dresponder.h133 struct cli_ctx { struct
152 int (*fn)(struct cli_ctx *cctx);
163 typedef int (*connection_setup_t)(struct cli_ctx *cctx);
165 int sss_connection_setup(struct cli_ctx *cctx);
198 int sss_cmd_send_empty(struct cli_ctx *cctx, TALLOC_CTX *freectx);
199 int sss_cmd_send_error(struct cli_ctx *cctx, int err);
200 void sss_cmd_done(struct cli_ctx *cctx, void *freectx);
201 int sss_cmd_get_version(struct cli_ctx *cctx);
202 int sss_cmd_execute(struct cli_ctx *cctx,
231 struct cli_ctx *cct
[all...]
H A Dresponder_cmd.c28 int sss_cmd_send_error(struct cli_ctx *cctx, int err)
69 int sss_cmd_send_empty(struct cli_ctx *cctx, TALLOC_CTX *freectx)
95 void sss_cmd_done(struct cli_ctx *cctx, void *freectx)
105 int sss_cmd_get_version(struct cli_ctx *cctx)
166 int sss_cmd_execute(struct cli_ctx *cctx,
H A Dresponder_common.c78 struct cli_ctx *ctx = talloc_get_type(ptr, struct cli_ctx);
94 static errno_t get_client_cred(struct cli_ctx *cctx)
251 static void client_send(struct cli_ctx *cctx)
276 static int client_cmd_execute(struct cli_ctx *cctx, struct sss_cmd_table *sss_cmds)
286 static void client_recv(struct cli_ctx *cctx)
358 struct cli_ctx *cctx = talloc_get_type(ptr, struct cli_ctx);
393 struct cli_ctx *cctx;
418 cctx = talloc_zero(rctx, struct cli_ctx);
[all...]
/sssd/src/responder/ssh/
H A Dsshsrv_private.h39 struct cli_ctx *cctx;
H A Dsshsrv_cmd.c48 sss_ssh_cmd_get_user_pubkeys(struct cli_ctx *cctx)
98 sss_ssh_cmd_get_host_pubkeys(struct cli_ctx *cctx)
569 struct cli_ctx *cctx = cmd_ctx->cctx;
821 struct cli_ctx *cctx = cmd_ctx->cctx;
1109 struct cli_ctx *cctx = cmd_ctx->cctx;
/sssd/src/responder/autofs/
H A Dautofs_private.h41 struct cli_ctx *cctx;
81 int autofs_connection_setup(struct cli_ctx *cctx);
H A Dautofssrv_cmd.c238 * data instead of growing the cli_ctx structure */
240 sss_autofs_cmd_setautomntent(struct cli_ctx *client)
361 struct cli_ctx *cctx;
422 struct cli_ctx *client = cmdctx->cctx;
922 sss_autofs_cmd_getautomntent(struct cli_ctx *client)
1204 sss_autofs_cmd_getautomntbyname(struct cli_ctx *client)
1463 sss_autofs_cmd_endautomntent(struct cli_ctx *client)
1508 int autofs_connection_setup(struct cli_ctx *cctx)
/sssd/src/responder/pac/
H A Dpacsrv_cmd.c30 static errno_t pac_cmd_done(struct cli_ctx *cctx, int cmd_ret)
58 struct cli_ctx *cctx;
76 static errno_t pac_add_pac_user(struct cli_ctx *cctx)
170 struct cli_ctx *cctx = pr_ctx->cctx;
227 struct cli_ctx *cctx = pr_ctx->cctx;
/sssd/src/responder/pam/
H A Dpamsrv.h55 struct cli_ctx *cctx;
H A Dpamsrv_cmd.c678 static int pam_forwarder(struct cli_ctx *cctx, int pam_cmd);
684 struct cli_ctx *cctx;
1061 static errno_t pam_forwarder_parse_data(struct cli_ctx *cctx, struct pam_data *pd)
1219 static int pam_forwarder(struct cli_ctx *cctx, int pam_cmd)
1366 struct cli_ctx *cctx = preq->cctx;
1500 struct cli_ctx *cctx = preq->cctx;
2053 static int pam_cmd_authenticate(struct cli_ctx *cctx) {
2058 static int pam_cmd_setcred(struct cli_ctx *cctx) {
2063 static int pam_cmd_acct_mgmt(struct cli_ctx *cctx) {
2068 static int pam_cmd_open_session(struct cli_ctx *cct
[all...]

Completed in 5225 milliseconds