HomeSort by: relevance | last modified time | path
    Searched defs:plctx (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
aname_to_localname.c 56 struct plctx { struct
65 struct plctx *plctx = userctx; local
66 plctx->luser = heim_string_create(res);
67 if (plctx->luser == NULL)
77 struct plctx *plctx = userctx; local
79 if (plctx->luser)
82 return locate->an2ln(plugctx, context, plctx->rule, plctx->aname, set_res, plctx)
    [all...]
kuserok.c 51 struct plctx { struct
64 struct plctx *plctx = userctx; local
66 return locate->kuserok(plugctx, context, plctx->rule, plctx->flags,
67 plctx->k5login_dir, plctx->luser, plctx->principal,
68 &plctx->result);
468 struct plctx ctx
    [all...]
krbhst.c 663 struct plctx { struct
674 struct plctx *plctx = userctx; local
677 return locate->lookup(plugctx, plctx->flags, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
679 if (plctx->flags & KRB5_PLF_ALLOW_HOMEDIR)
680 return locate->old_lookup(plugctx, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd)
    [all...]

Completed in 23 milliseconds