Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/heimdal/lib/kadm5/
HDmodify_s.c60 ret = _kadm5_setup_entry(context, &ent, mask, princ, mask, NULL, 0); in modify_principal()
HDkadm5-private.h126 _kadm5_setup_entry (
HDcreate_s.c90 ret = _kadm5_setup_entry(context, in create_principal()
HDent_setup.c134 _kadm5_setup_entry(kadm5_server_context *context, in _kadm5_setup_entry() function
HDChangeLog1262 * ent_setup.c (_kadm5_setup_entry): make princ_expire_time == 0
1282 * ent_setup.c (_kadm5_setup_entry): handle 0 == unlimited
1311 * private.h (_kadm5_setup_entry): change prototype
1313 * modify_s.c: call new _kadm5_setup_entry
1315 * ent_setup.c (_kadm5_setup_entry): change so that it takes three
1319 * create_s.c: call new _kadm5_setup_entry
1322 (create_principal): send wider mask to _kadm5_setup_entry
1376 * ent_setup.c (_kadm5_setup_entry): set key_data
/freebsd-14-stable/crypto/heimdal/
HDChangeLog.19991892 * lib/kadm5/ent_setup.c (_kadm5_setup_entry): braces fix