diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-10-06 03:02:40 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-10-06 03:02:40 +0000 |
| commit | f46fce77959a3f52ec54b79753496644ab68fb47 (patch) | |
| tree | 7c3dfa461abd1705a297bd62a61ea4ed5aceb2a8 /src/kdc/ChangeLog | |
| parent | 140deb8f7e227e2ce86055df375e499462d5642a (diff) | |
network.c (setup_network):
main.c (initialize_realms): Massive revamp of how the network ports
are setup. The default port list for a realm is read from
[kdcdefaults]/kdc_ports from the kdc.conf file. For each realm, a
list of ports can be specified in [realms]/<realm>/kdc_ports.
extern.h (kdc_realm_t): Remove realm_pport and realm_sport, and added
realm_ports.
do_tgs_req.c (process_tgs_req):
do_as_req.c (process_as_req):
dispatch.c (dispatch): Pass the portnumber of the incoming request down
to process_as_req and process_tgs_req, instead of the boolean
"is_secondary".
kerberos_v4.c (kerb_get_principal, kerberos_v4): Fix gcc -Wall flames,
by fixing signed vs. unsigned types.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6937 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 968870413..71e8ef748 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,24 @@ +Thu Oct 5 21:23:12 1995 Theodore Y. Ts'o <tytso@dcl> + + * network.c (setup_network): + * main.c (initialize_realms): Massive revamp of how the network + ports are setup. The default port list for a realm is + read from [kdcdefaults]/kdc_ports from the kdc.conf file. + For each realm, a list of ports can be specified in + [realms]/<realm>/kdc_ports. + + * extern.h (kdc_realm_t): Remove realm_pport and realm_sport, and + added realm_ports. + + * do_tgs_req.c (process_tgs_req): + * do_as_req.c (process_as_req): + * dispatch.c (dispatch): Pass the portnumber of the incoming + request down to process_as_req and process_tgs_req, + instead of the boolean "is_secondary". + + * kerberos_v4.c (kerb_get_principal, kerberos_v4): Fix gcc -Wall + flames, by fixing signed vs. unsigned types. + Mon Sep 18 11:16:30 1995 Mark Eichin <eichin@cygnus.com> * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, to |
