Pull fix from branch_1_1
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-09 aland request->password is User-Password or CHAP-Password.
2007-01-26 aland Use strlcpy rather than strncpy, and use the size...
2007-01-26 aland use strNcpy, not strncpy, and use the size of the...
2006-12-04 bjordanov Added new hash RAD_CONFIG
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-14 aland Reverted the change from 1.36 -> 1.37.
2006-09-14 aland Commited a fix for bug #390
2006-09-14 aland Reverted change 1.38 -> 1.39. pairmove() uses operato...
2006-09-13 bjordanovFixed bug id #390 Removed pairfree and Updated to use...
2006-08-30 bjordanovNew Future: Modify the operator for VP
2006-08-28 aland Over-write existing vp's with new ones.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-21 bjordanov Make %RAD_REQUEST read-write
2006-05-09 fcusackimport from HEAD:
2006-04-27 aland Pull diff from -r1.34 to -r1.35 from cvs head
2006-04-26 bjordanovFix rlm_perl handle leak in perl_xlat and memory leak...
2006-04-04 bjordanovAdded additional fix for #348 - each instance will...
2006-04-04 bjordanovAdded additional fix for #348 - each instance will...
2006-03-30 bjordanovAdd '+=' functionality for the %RAD_REPLY hash used...
2006-03-30 bjordanovAdd '+=' functionality for the %RAD_REPLY hash used...
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
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