Home
last modified time | relevance | path

Searched refs:ZXID_UID_DIR (Results 1 – 12 of 12) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxpw.c131 snprintf((char*)uidpath, sizeof(uidpath)-1, "%s" ZXID_UID_DIR "%s", cpath, uid); in zx_yubikey_authn()
215 len = read_all(sizeof(pw_buf), pw_buf, "pw_authn", 1, "%s" ZXID_UID_DIR "%s/.pw", cpath, uid); in zx_password_authn()
H A Dzxidpsso.c321 …char* buf = read_all_alloc(cf->ctx, "read_aamap", 0, 0, "%s" ZXID_UID_DIR ".all/%s/.cf", cf->cpath… in zxid_read_map()
341 "%s" ZXID_UID_DIR "%s/%s/.at", cf->cpath, uid, sp_name_buf); in zxid_read_ldif_attrs()
408 name_from_path(dir, sizeof(dir), "%s" ZXID_UID_DIR "%s/.bs/", cf->cpath, ses->uid); in zxid_mk_usr_a7n_to_sp()
411 name_from_path(dir, sizeof(dir), "%s" ZXID_UID_DIR ".all/.bs/", cf->cpath); in zxid_mk_usr_a7n_to_sp()
430 …got = read_all(sizeof(buf)-1, buf, "idpsso", 0, "%s" ZXID_UID_DIR "%s/%s/.mni" , cf->cpath, uid, s… in zxid_check_fed()
437 name_from_path(dir, sizeof(dir), "%s" ZXID_UID_DIR "%s/%s", cf->cpath, uid, sp_name_buf); in zxid_check_fed()
926 name_from_path(path, sizeof(path), "%s" ZXID_UID_DIR "%s/.bs/", cf->cpath, cgi.uid); in zxid_idp_as_do()
928 name_from_path(path, sizeof(path), "%s" ZXID_UID_DIR ".all/.bs/", cf->cpath); in zxid_idp_as_do()
H A Dzxbusent.c116 name_from_path(u_path, sizeof(u_path), "%s" ZXID_UID_DIR "/%s/", zxbus_path, sha1_name); in zxbus_load_ent()
270 "%s" ZXID_UID_DIR "/%lu/.bs/.at", zxbus_path, subj_hash)) {
H A Dzxidlib.c861 "%s" ZXID_UID_DIR "%s/%s/%s", cf->cpath, ses->uid, buf, p); in zx_add_kid_after_sa_Issuer()
864 "%s" ZXID_UID_DIR "%s/.bs/%s", cf->cpath, ses->uid, p); in zx_add_kid_after_sa_Issuer()
867 "%s" ZXID_UID_DIR ".all/%s/%s", cf->cpath, buf, p); in zx_add_kid_after_sa_Issuer()
870 "%s" ZXID_UID_DIR ".all/.bs/%s", cf->cpath, p); in zx_add_kid_after_sa_Issuer()
875 …INFO("Attribute(%s) value not found in any file(%s" ZXID_UID_DIR "%s/%s/%s)", STRNULLCHKQ(atname),… in zx_add_kid_after_sa_Issuer()
H A Dzxcot.c312 uiddir = malloc(len+sizeof(ZXID_UID_DIR)); in opt()
314 strcpy(uiddir+len, ZXID_UID_DIR); in opt()
H A Dzxidps.c213 "%s" ZXID_UID_DIR "%s", cf->cpath, obj->uid, in zxid_put_psobj()
H A Dzxlog.c501 name_from_path(c_path, sizeof(c_path), "%s" ZXID_UID_DIR "%s/.log", cf->cpath, uid); in zxlogusr()
H A Dzxid.h712 #define ZXID_UID_DIR "uid/" macro
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniConstants.java104 public final static String ZXID_UID_DIR = zxidjniJNI.ZXID_UID_DIR_get();
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm2273 *UID_DIR = *Net::SAMLc::ZXID_UID_DIR;
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs4666 public static readonly string ZXID_UID_DIR = zxidPINVOKE.ZXID_UID_DIR_get(); field in zxid
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c46539 SWIG_STRING_CONSTANT(ZXID_UID_DIR, "uid/");