perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_attr_filter / rlm_attr_filter.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-02 cparkerAdded 'accounting' and 'pre-proxy' method calls.
2003-09-18 cparker Added 'post-proxy' method to 'rlm_attr_filter' and...
2003-09-11 phampsonCorrect GPL boilerplate in files which had it wrong...
2003-07-07 aland error check & memset to zero
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-05-13 cparker Skip over := when walking through the reply-list.
2002-04-23 cparker Finalized logic in module to support multiple rules...
2002-03-20 cparker Fixed bug that caused Ascend-Data-Filter and other...
2002-03-14 cparker o Corrected bug in fall-through logic, so that Fall...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-08-27 aland Initialize variables properly.
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-01-10 cparker Initial commit of the 'rlm_attr_filter'. See the...