Include session-state in rlm_perl
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
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
2013-06-28 Arran Cudbard-BellSprinkle PW_TYPE_REQUIRED over module configuration...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-13 Alan T. DeKokMake radlog available in the "init" function of the...
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-20 Matthew Newtonfixup DIAG_{ON,OFF} to get rid of compiler errors
2013-04-19 Arran Cudbard-BellMore GCC fixes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellUse universal diagnostic macros
2013-04-18 Arran Cudbard-BellFix more debug stuff
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-17 Arran Cudbard-BellRemove strtok from perl xlat
2013-04-17 Arran Cudbard-BellFix perl xlat logging
2013-04-17 Arran Cudbard-BellIgnore warnings from perl magic
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
next