Searched refs:simple_ctx (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/providers/simple/ |
H A D | simple_access_pvt.h | 32 struct simple_ctx *simple_ctx, 41 int simple_access_obtain_filter_lists(struct simple_ctx *ctx);
|
H A D | simple_access.h | 27 struct simple_ctx { struct 41 struct simple_ctx *ctx,
|
H A D | simple_access.c | 111 int simple_access_obtain_filter_lists(struct simple_ctx *ctx) 182 struct simple_ctx *simple_ctx, 210 if ((now - simple_ctx->last_refresh_of_filter_lists) 213 ret = simple_access_obtain_filter_lists(simple_ctx); 220 simple_ctx->last_refresh_of_filter_lists = now; 223 subreq = simple_access_check_send(state, params->ev, simple_ctx, pd->user); 290 struct simple_ctx *ctx; 300 ctx = talloc_zero(mem_ctx, struct simple_ctx); 329 struct simple_ctx, struc 181 simple_access_handler_send(TALLOC_CTX *mem_ctx, struct simple_ctx *simple_ctx, struct pam_data *pd, struct dp_req_params *params) argument [all...] |
H A D | simple_access_check.c | 49 simple_check_users(struct simple_ctx *ctx, const char *username, 128 simple_check_groups(struct simple_ctx *ctx, const char **group_names, 222 struct simple_ctx *ctx; 234 struct simple_ctx *ctx, 399 struct simple_ctx *ctx; 424 struct simple_ctx *ctx, 709 struct simple_ctx *ctx; 719 struct simple_ctx *ctx,
|
/sssd-io/src/tests/cmocka/ |
H A D | test_simple_access.c | 45 struct simple_ctx *ctx; 140 test_ctx->ctx = talloc_zero(test_ctx, struct simple_ctx);
|
Completed in 11 milliseconds