Absolutely horrible hacks to get radmin on a TCP socket.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 30 Apr 2012 14:24:40 +0000 (16:24 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 30 Apr 2012 15:00:10 +0000 (17:00 +0200)
commit7d287e2ad715052c09fc9b4050212c0ba3b98450
tree054d44328090d6b106734d56f04c8e375fc4953c
parent2a7ac94b73b5c4ff89da8af37ec421f3f0cd5169
Absolutely horrible hacks to get radmin on a TCP socket.

We're pulling the rug out from under the code multiple times,
and casting pointers of type "foo" to type "bar" repeatedly.
Trust us, we know what we're doing!

radmin now requires a CHAP-style challenge/response when using
TCP sockets.  It's crap, but it's better than nothing
src/include/radiusd.h
src/main/command.c
src/main/listen.c
src/main/radmin.c