Wrap krb5_db_get_principal function with get_principal (which will
authorKen Raeburn <raeburn@mit.edu>
Sat, 22 Dec 2007 03:12:50 +0000 (03:12 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 22 Dec 2007 03:12:50 +0000 (03:12 +0000)
commit8787ba66c68dd2388b712ada600f2689c13c401c
tree58d398cd2e196b4e893ab1ecc608adfaee81c94e
parent4bb06dac53226ad0a0791ca4a8a26c575e23e20f
Wrap krb5_db_get_principal function with get_principal (which will
eventually release the global lock and reacquire it) and
get_principal_locked (which will retain the global lock), and change
callers to use the wrappers, so we can simplify some ugliness at the call
sites.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20195 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.c
src/kdc/kdc_util.h
src/kdc/kerberos_v4.c