From: Alan T. DeKok Date: Thu, 20 Jul 2017 19:29:54 +0000 (-0400) Subject: more notes on "to do" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bd20b596072130cd93ebbf32dbdd953fd46405;p=thirdparty%2Ffreeradius-server.git more notes on "to do" --- diff --git a/src/modules/rlm_radius/rlm_radius.c b/src/modules/rlm_radius/rlm_radius.c index dfd29556192..eb9e8bd6676 100644 --- a/src/modules/rlm_radius/rlm_radius.c +++ b/src/modules/rlm_radius/rlm_radius.c @@ -7,6 +7,10 @@ // - mainly so that we can fail here instead of not getting a reply from the home server // - and it mirrors the old configuration // * add documentation for function prototypes in rlm_radius.h +// * allow for "no reply" proxying, where we don't care about getting the reply +// - i.e. we still drain the socket, we just don't do anything with the replies +// * allow for PCAP interfaces in RADIUS, so we can sniff on sockets without +// sending replies /* * This program is is free software; you can redistribute it and/or modify