Remove pport and sport from the krb5_realm_params file, and replace it
authorTheodore Tso <tytso@mit.edu>
Fri, 6 Oct 1995 02:46:27 +0000 (02:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 6 Oct 1995 02:46:27 +0000 (02:46 +0000)
with ports, which is a char * list of all of the ports which should be
listed to for this realm.

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

src/include/krb5/ChangeLog
src/include/krb5/adm.h

index d53f899c734faf48aeaa4c7c1eacc708a0539f7b..5a69c81dc45a5c50a2f64582843d2f04a6c342fc 100644 (file)
@@ -1,3 +1,9 @@
+Thu Oct  5 21:33:27 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * adm.h: Remove pport and sport from the krb5_realm_params file,
+               and replace it with ports, which is a char * list of all
+               of the ports which should be listed to for this realm.
+
 Fri Sep 29 14:37:41 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in (clean-unix): Remove autoconf.h on make clean
index cd461b1d43bbc9de996ecf730c43258e3e5f97f4..3fcf0626fc774051bfc29b8dea8b50df888168ce 100644 (file)
@@ -180,8 +180,7 @@ typedef struct __krb5_realm_params {
     char *             realm_dbname;
     char *             realm_mkey_name;
     char *             realm_stash_file;
-    krb5_int32         realm_kdc_pport;
-    krb5_int32         realm_kdc_sport;
+    char *             realm_kdc_ports;
     krb5_int32         realm_kadmind_port;
     krb5_enctype       realm_enctype;
     krb5_deltat                realm_max_life;
@@ -189,8 +188,6 @@ typedef struct __krb5_realm_params {
     krb5_timestamp     realm_expiration;
     krb5_flags         realm_flags;
     krb5_key_salt_tuple        *realm_keysalts;
-    unsigned int       realm_kdc_pport_valid:1;
-    unsigned int       realm_kdc_sport_valid:1;
     unsigned int       realm_kadmind_port_valid:1;
     unsigned int       realm_enctype_valid:1;
     unsigned int       realm_max_life_valid:1;