Home
last modified time | relevance | path

Searched refs:modby (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dext.c506 krb5_principal modby, time_t modtime) in hdb_set_last_modified_by() argument
517 if (modby) in hdb_set_last_modified_by()
518 ret = krb5_copy_principal(context, modby, &ev->principal); in hdb_set_last_modified_by()
H A Dhdb-mitdb.c524 krb5_principal modby; in _hdb_mdb_value2entry() local
558 CHECK(ret = krb5_parse_name(context, p, &modby)); in _hdb_mdb_value2entry()
559 ret = hdb_set_last_modified_by(context, entry, modby, u32); in _hdb_mdb_value2entry()
560 krb5_free_principal(context, modby); in _hdb_mdb_value2entry()