Add channels to radmin.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 3 Feb 2015 19:32:34 +0000 (14:32 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 3 Feb 2015 19:33:57 +0000 (14:33 -0500)
commitc5d7c5f4f65099cc29ece795c5846c76b6160cc4
tree648d3439333d985c1afb27224e00f85634fc5522
parent4e927d420d34308501f16e9072bbd2b46b027697
Add channels to radmin.

there is now stdin, stdout, and stderr for radmin.
radmin writes to the server on stdin.
The server responds with data on stdout or stderr.
the server also responds with a status of the command

So that errors from the server go to the right place,
and radmin can exit with the status of the commands
man/man8/radmin.8
src/include/channel.h [new file with mode: 0644]
src/main/channel.c [new file with mode: 0644]
src/main/command.c
src/main/radiusd.mk
src/main/radmin.c
src/main/radmin.mk