Home
last modified time | relevance | path

Searched refs:KRB5_KDB_ALLOW_DIGEST (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/kadm5/
H A Dadmin.h70 #define KRB5_KDB_ALLOW_DIGEST 0x00080000 macro
H A Dent_setup.c61 flags->allow_digest = !!(attr & KRB5_KDB_ALLOW_DIGEST); in attr_to_flags()
H A Dget_s.c112 out->attributes |= ent.entry.flags.allow_digest ? KRB5_KDB_ALLOW_DIGEST : 0; in kadm5_s_get_principal()
H A DChangeLog203 * get_s.c: Add KRB5_KDB_ALLOW_DIGEST
205 * ent_setup.c: Add KRB5_KDB_ALLOW_DIGEST
207 * admin.h: Add KRB5_KDB_ALLOW_DIGEST
/freebsd/crypto/heimdal/kadmin/
H A Dutil.c50 { "allow-digest", KRB5_KDB_ALLOW_DIGEST },
H A DChangeLog70 * util.c: Add KRB5_KDB_ALLOW_DIGEST