conv_princ.c: Add additional commonly seen Kerberos V4 services to the
authorTheodore Tso <tytso@mit.edu>
Tue, 7 Jul 1998 21:46:12 +0000 (21:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 7 Jul 1998 21:46:12 +0000 (21:46 +0000)
hard-coded list.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10623 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/conv_princ.c

index 2a50ef153da29174d6e1dd5a2006e4aad7e0d903..f6173e32a958e1994c3271be7be9c35552a94ce5 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jul  7 17:06:13 1998  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * conv_princ.c: Add additional commonly seen Kerberos V4 services
+               to the hard-coded list.
+
 Tue Jul  7 16:59:03 1998  Tom Yu  <tlyu@mit.edu>
 
        * chk_trans.c: Fix up previous fix; short-circuit out when
index 6a72abc7281aa0ccc099bc3edc472056cb756f87..c835735fce440f861231ace4cd9c18a72a318543 100644 (file)
@@ -67,6 +67,18 @@ static const struct krb_convert sconv_list[] = {
     {"imap",   "imap",         DO_REALM_CONVERSION},
     {"ftp",    "ftp",          DO_REALM_CONVERSION},
     {"ecat",   "ecat",         DO_REALM_CONVERSION},
+    {"news",   "news",         DO_REALM_CONVERSION},
+    {"abs",    "abs",          DO_REALM_CONVERSION},
+    {"nfs",    "nfs",          DO_REALM_CONVERSION},
+    {"tftp",   "tftp",         DO_REALM_CONVERSION},
+    {"zephyr", "zephyr",       DO_REALM_CONVERSION},
+    {"http",   "http",         DO_REALM_CONVERSION},
+    {"khttp",  "khttp",        DO_REALM_CONVERSION},
+    {"pgpsigner", "pgpsigner", DO_REALM_CONVERSION},
+    {"irc",    "irc",          DO_REALM_CONVERSION},
+    {"mandarin-agent", "mandarin-agent",       DO_REALM_CONVERSION},
+    {"write",  "write",        DO_REALM_CONVERSION},
+    {"palladium", "palladium", DO_REALM_CONVERSION},
     {0,                0,              0},
 };