]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more notes on "to do"
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Jul 2017 19:29:54 +0000 (15:29 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Jul 2017 19:30:06 +0000 (15:30 -0400)
src/modules/rlm_radius/rlm_radius.c

index dfd295561920e589d1f39a3d03d451a5979720e4..eb9e8bd667664885daca3c1fd94b26bb2f72b666 100644 (file)
@@ -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