network.c (setup_network):
authorTheodore Tso <tytso@mit.edu>
Fri, 6 Oct 1995 03:02:40 +0000 (03:02 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 6 Oct 1995 03:02:40 +0000 (03:02 +0000)
commitf46fce77959a3f52ec54b79753496644ab68fb47
tree7c3dfa461abd1705a297bd62a61ea4ed5aceb2a8
parent140deb8f7e227e2ce86055df375e499462d5642a
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
src/kdc/ChangeLog
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/extern.h
src/kdc/kdc_util.h
src/kdc/kerberos_v4.c
src/kdc/main.c
src/kdc/network.c