* g_cnffile.c (krb__get_srvtabname): new function, looks up
authorMark Eichin <eichin@mit.edu>
Mon, 13 Nov 1995 01:40:31 +0000 (01:40 +0000)
committerMark Eichin <eichin@mit.edu>
Mon, 13 Nov 1995 01:40:31 +0000 (01:40 +0000)
commitd8fca0e8e14a71a185addde608859af725e44a0e
tree17691daf406fac28883e6ac9ed8d83bca83c9a41
parentf62b855a72c221335f157501d7a05ca1923a41a8
* g_cnffile.c (krb__get_srvtabname): new function, looks up
[libdefaults]krb4_srvtab for use where KEYFILE used to be.
* g_cnffile.c (krb__v5_get_file): new function, looks up argument
in [libdefaults] and tries to open it as a filename. Returns
filehandle (or NULL, if fopen failed.)
(krb__get_cnffile, krb__get_realmsfile): use krb__v5_get_file to
look up "krb4_config" or "krb4_realms" respectively. Also add
$KRB_REALMS override for realms file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7096 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/g_cnffile.c