s4:kdc: split the kdc_udp_proxy() logic from the main kdc logic
authorStefan Metzmacher <metze@samba.org>
Wed, 9 Feb 2011 08:07:47 +0000 (09:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 4 Mar 2011 20:19:05 +0000 (21:19 +0100)
commite70b09e8f8f99b2d63047525f1d5e360582f7eaa
tree5aab72f3c40630f4896baaba81216f75ede6d51a
parentad9ac99afd04b1f69ca188eb0005a1226520bc7d
s4:kdc: split the kdc_udp_proxy() logic from the main kdc logic

By having kdc_udp_proxy_send/recv(), which just asks any writeable
dc for a reponse blob, we simplify the interaction between
client-local and local-writeable sockets.

This allows us to make kdc_udp_call and kdc_udp_socket private to
kdc.c again.

metze
source4/kdc/kdc-glue.h
source4/kdc/kdc.c
source4/kdc/proxy.c