do less alloc/free
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
2017-06-05 Alan T. DeKokdo less alloc/free
2017-06-04 Alan T. DeKokdon't truncate at 1K
2016-11-09 Arran Cudbard-BellMerge branch 'v3.0.x' into init-out-v3.0.x
2016-11-08 Arran Cudbard-BellMerge pull request #1823 from lytboris/rlm_perl_radxlat...
2016-11-08 Boris Lytochkinimplement radiusd::xlat in rlm_perl
2016-11-05 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x
2016-11-04 Alan T. DeKokmore error messages
2016-10-11 Alan DeKokMerge pull request #1777 from zmousm/raddebug-dash-n
2016-10-11 Alan T. DeKokvps may be NULL. Fixes #1778
2016-08-29 Arran Cudbard-BellVerify list and output vp in pairaddsv
2016-08-23 Herwin WeststrateFree rad_perlconf_hv in correct perl context
2016-08-10 Alan T. DeKokInitialize perl only once. Fixes #1674
2016-06-02 Matthew NewtonMerge pull request #1617 from qnet-herwin/v3.0.x-typo
2016-06-02 Herwin WeststrateImproved sentence in rlm_perl comment
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-06 Herwin WeststrateMade rlm_perl less error-prone
2015-10-19 Alan T. DeKokAdd request->state_ctx for session state.
2015-10-01 Alan DeKokMerge pull request #1270 from mcnewton/v3.0.x
2015-09-24 Herwin WeststrateInclude session-state in rlm_perl
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-22 Arran Cudbard-BellPut things in a more sensible order
2015-04-21 Arran Cudbard-BellMore formatting fixes in rlm_perl
2015-04-21 Arran Cudbard-BellSeem duplicative...
2015-04-21 Arran Cudbard-BellConsistently indent function scoped variables in rlm_perl
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-11 Arran Cudbard-BellPass pointer to head of list when doing pairsort in...
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-10-06 Alan T. DeKokTry this... helps with #806
2014-10-06 Alan T. DeKokParse perlconf before running the initialization subroutine
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Nikolai Kondrashovperl: Don't call detach after failed perl_parse
2014-09-10 Arran Cudbard-BellMerge pull request #788 from spbnick/coverity_fixes2
2014-09-10 Alan T. DeKokBe more flexible about parsing parameters
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-12 Herwin WeststrateSmall code cleanup in rlm_perl config parser
2014-08-11 Herwin WeststrateReplaced Nullav with (AV*)NULL in rlm_perl
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-22 Arran Cudbard-BellMerge pull request #742 from qnet-herwin/rlm_perl_v3.0.x
2014-07-22 Herwin WeststrateFix error in attribute copying to rlm_perl
2014-07-21 Arran Cudbard-BellOther perl formatting
2014-07-21 Arran Cudbard-BellFix multivalues attributes in rlm_perl. Addresses ...
2014-07-20 Herwin WeststrateAdded a NULL check to rlm_perl
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-04 Arran Cudbard-BellMerge pull request #725 from nchaigne/v3.0.x
2014-07-02 Herwin WeststrateFixed adding attributes with multiple values to rlm_perl
2014-06-26 Arran Cudbard-BellUse standard return codes
2014-06-26 Arran Cudbard-BellConvert binary values to octets type attributes correctly
2014-06-26 Arran Cudbard-BellRename vpsname to list_name
2014-06-26 Arran Cudbard-BellFixup debugging and formatting in rlm_perl
2014-06-26 Herwin WeststrateImprove debug logging of rlm_perl
2014-06-25 Arran Cudbard-BellUse newSVpvn so we don't SEGV on zero length values...
2014-06-25 Arran Cudbard-BellMerge pull request #709 from qnet-herwin/perl_fixes_707
2014-06-25 Herwin WeststrateFixed some segfaults in rlm_perl
2014-06-25 Arran Cudbard-BellWe don't actually copy...
2014-06-25 Arran Cudbard-BellDo something sane for converting FreeRADIUS values...
2014-06-14 Arran Cudbard-BellWhat's a Boyan?
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-15 nchaignerlm_perl - don't truncate strings from perl to FreeRADIUS
2014-05-14 Alan T. DeKokFix typo. Closes #635
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-01 Alan T. DeKokMove DEBUG messages to RDEBUG
2014-04-01 Alan T. DeKokDon't escape strings to / from Perl
2014-04-01 Arran Cudbard-BellFix formatting in rlm_perl
2014-04-01 nchaigneUpdate to rlm_perl to also handle sub-sections in ...
2014-03-28 Arran Cudbard-BellMerge pull request #570 from nchaigne/v3.0.x
2014-03-28 nchaigneUpdate to rlm_perl to handle "config" section
2014-03-24 Arran Cudbard-BellRevert "Partial revert of 14531625"
2014-03-24 Alan T. DeKokPartial revert of 14531625
2014-03-18 Arran Cudbard-BellModify functions in print.c to return > than outlen...
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-19 Alan T. DeKokscan warnings
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-11-09 Herwin WeststrateOnly put the clone_mutex in the rlm_perl struct if...
2013-09-29 Arran Cudbard-BellSegfault in libperl when doing perl_xlat(). Fix by...
2013-08-24 Arran Cudbard-BellMove the stringify macros to build.h
2013-07-17 Arran Cudbard-BellIgnore nested-extern warning
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_EXISTS
2013-06-28 Arran Cudbard-BellBe consistent with common config_item names
next