Polled from branch_1_1 fix for bug #348
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-17 aland Fix bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-10 nbk Fix a build problem on Mac OS X (thanks to Steven...
2006-01-10 nbk Fix a build problem on Mac OS X (thanks to Steven...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-28 aland Don't reference interp if USE_ITHREADS isn't defined.
2005-12-15 bjordanovPull fixes from bug # 267 from the head
2005-12-14 aland Pulled stable version from CVS 1.20 (1.19 + a 1-line...
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-09 bjordanovChanged size of start pool to fit one on experimental...
2005-09-25 nbk Fix some compilation warnings.
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