From abae30e14fd58cd1371fb4f7a517359d813d7b7b Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Thu, 11 Apr 1996 00:32:22 +0000 Subject: * rd_svc_key.c (read_service_key): First try to read the V4 service key from the V4 srvtab, and if it fails, try the keytab. A * instance will be translated into the default instance component (usually the FQDN of the local hostname). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7785 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb4/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/lib/krb4/ChangeLog') diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index ee8fa0d8d..f1cc0face 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,15 @@ +Wed Apr 10 19:18:57 1996 Richard Basch + + * rd_svc_key.c (read_service_key): First try to read the V4 + service key from the V4 srvtab, and if it fails, try the keytab. + A * instance will be translated into the default instance component + (usually the FQDN of the local hostname). + +Fri Mar 29 16:45:00 1996 Richard Basch + + * rd_svc_key.c, configure.in: Try to read the V4 service key from a + V5 keytab. + Tue Mar 19 11:23:13 1996 Ezra Peisach * tf_util.c (tf_get_cred): Issue date is written out as a long, -- cgit