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

/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c46 krb5_principal hist_princ; variable
118 * hist_princ krb5_principal holding the history principal
151 if ((ret = krb5_parse_name(handle->context, hist_name, &hist_princ)))
154 if ((ret = kdb_get_entry(handle, hist_princ, &hist_db, NULL))) {
164 ent.principal = hist_princ;
184 /* this won't let us randomize the hist_princ. So we cheat. */
186 hist_princ = NULL;
191 hist_princ = ent.principal;
199 if ((ret = kdb_get_entry(handle, hist_princ, &hist_db, NULL)))
H A Dmapfile-vers61 hist_princ;
H A Dsvr_principal.c50 extern krb5_principal hist_princ;
1365 principal, hist_princ)) == TRUE)
1581 if (hist_princ && /* this will be NULL when initializing the databse */
1583 principal, hist_princ)) == TRUE))
1726 if (hist_princ && /* this will be NULL when initializing the databse */
1728 principal, hist_princ)) == TRUE))
1904 if (hist_princ && /* this will be NULL when initializing the databse */
1906 principal, hist_princ)) == TRUE))

Completed in 87 milliseconds