Searched refs:permanent (Results 1 - 4 of 4) sorted by relevance

/sssd/src/responder/common/
H A Dnegcache.h57 * "permanent" is set to true, in which case the timestamps is set to 0
60 int sss_ncache_set_user(struct sss_nc_ctx *ctx, bool permanent,
62 int sss_ncache_set_group(struct sss_nc_ctx *ctx, bool permanent,
64 int sss_ncache_set_netgr(struct sss_nc_ctx *ctx, bool permanent,
66 int sss_ncache_set_uid(struct sss_nc_ctx *ctx, bool permanent,
68 int sss_ncache_set_gid(struct sss_nc_ctx *ctx, bool permanent,
70 int sss_ncache_set_sid(struct sss_nc_ctx *ctx, bool permanent, const char *sid);
71 int sss_ncache_set_cert(struct sss_nc_ctx *ctx, bool permanent,
73 int sss_ncache_set_service_name(struct sss_nc_ctx *ctx, bool permanent,
76 int sss_ncache_set_service_port(struct sss_nc_ctx *ctx, bool permanent,
[all...]
H A Dnegcache.c50 static int sss_ncache_set_ent(struct sss_nc_ctx *ctx, bool permanent,
121 /* a 0 timestamp means this is a permanent entry */
146 bool permanent, bool use_local_negative)
157 if (permanent) {
178 str, permanent?" permanently":"");
304 static int sss_ncache_set_service_int(struct sss_nc_ctx *ctx, bool permanent, argument
315 ret = sss_ncache_set_str(ctx, str, permanent, false);
321 int sss_ncache_set_service_name(struct sss_nc_ctx *ctx, bool permanent, argument
331 ret = sss_ncache_set_ent(ctx, permanent, dom,
353 int sss_ncache_set_service_port(struct sss_nc_ctx *ctx, bool permanent, argument
145 sss_ncache_set_str(struct sss_nc_ctx *ctx, char *str, bool permanent, bool use_local_negative) argument
458 sss_ncache_set_user_int(struct sss_nc_ctx *ctx, bool permanent, const char *domain, const char *name) argument
479 sss_ncache_set_group_int(struct sss_nc_ctx *ctx, bool permanent, const char *domain, const char *name) argument
500 sss_ncache_set_netgr_int(struct sss_nc_ctx *ctx, bool permanent, const char *domain, const char *name) argument
517 sss_ncache_set_ent(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, const char *name, ncache_set_byname_fn_t setter) argument
537 sss_ncache_set_user(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, const char *name) argument
543 sss_ncache_set_group(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, const char *name) argument
549 sss_ncache_set_netgr(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, const char *name) argument
555 sss_ncache_set_uid(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, uid_t uid) argument
579 sss_ncache_set_gid(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, gid_t gid) argument
603 sss_ncache_set_sid(struct sss_nc_ctx *ctx, bool permanent, const char *sid) argument
617 sss_ncache_set_cert(struct sss_nc_ctx *ctx, bool permanent, const char *cert) argument
[all...]
/sssd/src/tests/cmocka/
H A Dtest_negcache.c146 bool permanent; local
158 permanent = true;
163 ret = sss_ncache_set_uid(ts->ctx, permanent, NULL, uid);
169 ret = sss_ncache_set_uid(ts->ctx, permanent, NULL, uid);
180 permanent = false;
182 ret = sss_ncache_set_uid(ts->ctx, permanent, NULL, uid);
193 ret = sss_ncache_set_uid(ts->ctx, permanent, NULL, uid);
205 bool permanent; local
216 permanent = true;
217 ret = sss_ncache_set_gid(ts->ctx, permanent, NUL
239 bool permanent; local
273 bool permanent; local
307 bool permanent; local
353 bool permanent; local
399 bool permanent; local
440 bool permanent; local
481 bool permanent; local
525 const bool permanent = true; local
[all...]
/sssd/src/tests/cwrap/
H A Dtest_negcache.c159 static int set_user_in_ncache(struct sss_nc_ctx *ctx, bool permanent, argument
166 ret = sss_ncache_set_user(ctx, permanent, dom, fqdn);
171 static int set_group_in_ncache(struct sss_nc_ctx *ctx, bool permanent, argument
178 ret = sss_ncache_set_group(ctx, permanent, dom, fqdn);

Completed in 525 milliseconds