perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-19 aland Potential patch
2003-06-25 aland Patch to make it work on only versions.
2003-06-24 pnixonHuge rlm_perl update patch applied on Alan's instructions
2002-12-10 aland Data is int, not int*
2002-12-09 aland Updated with latest set of changes from Boian Jordanov
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-09 fcusack XSUB.h
2002-07-29 aland cleaned up some memory leaks and other issues.
2002-07-17 aland added 'xlat' function.
2002-07-11 aland Update sample config and documentation for perl module.
2002-07-11 aland Updated to add 'xs_init' into it, with patches from...
2002-07-10 aland New experimental perl module, from