Home
last modified time | relevance | path

Searched refs:plctx (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Daname_to_localname.c56 struct plctx { struct
65 struct plctx *plctx = userctx; in set_res() argument
66 plctx->luser = heim_string_create(res); in set_res()
67 if (plctx->luser == NULL) in set_res()
77 struct plctx *plctx = userctx; in plcallback() local
79 if (plctx->luser) in plcallback()
82 return locate->an2ln(plugctx, context, plctx->rule, plctx->aname, set_res, plctx); in plcallback()
90 struct plctx ctx; in an2ln_plugin()
Dkuserok.c51 struct plctx { struct
64 struct plctx *plctx = userctx; in plcallback() local
66 return locate->kuserok(plugctx, context, plctx->rule, plctx->flags, in plcallback()
67 plctx->k5login_dir, plctx->luser, plctx->principal, in plcallback()
68 &plctx->result); in plcallback()
468 struct plctx ctx; in _krb5_kuserok()
Dkrbhst.c663 struct plctx { struct
674 struct plctx *plctx = userctx; in plcallback() argument
677 …return locate->lookup(plugctx, plctx->flags, plctx->type, plctx->kd->realm, 0, 0, add_locate, plct… in plcallback()
679 if (plctx->flags & KRB5_PLF_ALLOW_HOMEDIR) in plcallback()
680 … return locate->old_lookup(plugctx, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd); in plcallback()
690 struct plctx ctx = { type, kd, 0 }; in plugin_get_hosts()