Move "unknown" client code to common area
authorAlan T. DeKok <aland@freeradius.org>
Wed, 24 Sep 2008 12:05:54 +0000 (14:05 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 24 Sep 2008 12:05:54 +0000 (14:05 +0200)
commit0174889e3a03ce0336980c8c9bb63759a2f5457f
tree505c1cfb2b6557025b7c498f5196a91e36031097
parent1724873150ac7f8ce662b1608fba3a03d76f2bf6
Move "unknown" client code to common area

This simplifies the code (less is better), and enables us to add
a central DoS method.  From a quick inspection of the code,
there appears to be more that can be done.  Many of the receive
functions have duplicate code, which should be abstracted.
src/include/radiusd.h
src/main/dhcpd.c
src/main/listen.c
src/main/vmps.c