* conv_princ.c: Add some additional entries to sconv_list that
authorTom Yu <tlyu@mit.edu>
Wed, 19 Aug 1998 21:28:22 +0000 (21:28 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 19 Aug 1998 21:28:22 +0000 (21:28 +0000)
were forgotten.

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

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

index a95bc93416ec5b5b1603352aa661a5305c864794..49d6ef3bb5b3e7a6de504f7eb76a12fb20f181a1 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 19 17:27:51 1998  Tom Yu  <tlyu@mit.edu>
+
+       * conv_princ.c: Add some additional entries to sconv_list that
+       were forgotten.
+
 Wed Jul 15 11:46:05 1998  Ezra Peisach  <epeisach@mit.edu>
 
        * gic_pwd.c (krb5_get_init_creds_password): Remove unused argument
index c835735fce440f861231ace4cd9c18a72a318543..a58467f13bb272d33e42315775b13df8dbf4c788 100644 (file)
@@ -67,6 +67,28 @@ static const struct krb_convert sconv_list[] = {
     {"imap",   "imap",         DO_REALM_CONVERSION},
     {"ftp",    "ftp",          DO_REALM_CONVERSION},
     {"ecat",   "ecat",         DO_REALM_CONVERSION},
+    {"daemon",        "daemon",       DO_REALM_CONVERSION},
+    {"gnats", "gnats",        DO_REALM_CONVERSION},
+    {"moira", "moira",        DO_REALM_CONVERSION},
+    {"prms",  "prms",         DO_REALM_CONVERSION},
+    {"mandarin",      "mandarin",     DO_REALM_CONVERSION},
+    {"register",      "register",     DO_REALM_CONVERSION},
+    {"changepw",      "changepw",     DO_REALM_CONVERSION},
+    {"sms",   "sms",          DO_REALM_CONVERSION},
+    {"afpserver",     "afpserver",    DO_REALM_CONVERSION},
+    {"gdss",  "gdss",         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},
     {"news",   "news",         DO_REALM_CONVERSION},
     {"abs",    "abs",          DO_REALM_CONVERSION},
     {"nfs",    "nfs",          DO_REALM_CONVERSION},