Patches from bug #267 Enhancements for rlm_perl
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
2005-08-29 bjordanovPatches from bug #267 Enhancements for rlm_perl
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-18 bjordanovMoved checking and allocation for interp from init_pool...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2005-03-24 bjordanovChanged SvTRUE(sv) with SvOK(sv). SvTRUE is _NOT_ what...
2005-03-23 bjordanovFixed rlm_perl hash issue. Now we support not only...
2005-03-12 bjordanovAdds a check if first call to strtok returns NULL in...
2005-03-08 bjordanovNew hashes added %RAD_REQUEST_PROXY (filled with vps...
2005-03-07 bjordanovWhen defined USE_ITHREADS and called perl_xlat an perl...
2005-03-07 bjordanovFixes problem with SIGHUP, multiple instances,
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