Searched refs:hist_princ (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c44 krb5_principal hist_princ; variable
131 * Effects: This function sets the value of the hist_princ global variable. If
154 if ((ret = krb5_parse_name(handle->context, hist_name, &hist_princ)))
157 if ((ret = kdb_get_entry(handle, hist_princ, &kdb, NULL))) {
165 ent.principal = hist_princ;
216 ret = kdb_get_entry(handle, hist_princ, &kdb, NULL);
H A Dsvr_principal.c56 extern krb5_principal hist_princ;
1439 principal, hist_princ)) == TRUE)
1663 if (krb5_principal_compare(handle->context, principal, hist_princ)) {
1792 if (hist_princ && /* this will be NULL when initializing the databse */
1794 principal, hist_princ)) == TRUE))
1962 if (hist_princ && /* this will be NULL when initializing the databse */
1964 principal, hist_princ)) == TRUE))

Completed in 19 milliseconds