We don't actually copy...
[freeradius.git] / src / modules / rlm_perl / rlm_perl.c
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
2013-04-03 Alan T. DeKokThe server core now calls xlat_unregister() for the...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellRemove weird undef
2013-04-01 Arran Cudbard-BellRemove more calls to radlog
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokRun Emacs indent
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-26 Alan T. DeKokUse consitent / simple names
2013-03-26 Alan T. DeKokUse pairfilter, instead of making copies of copies
2013-03-25 Arran Cudbard-Bellconvert talloc_size to talloc_zero_array
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-17 Alan T. DeKokRemove unused variables
2013-02-17 Arran Cudbard-BellOutput proper error messages for prthread_setspecific...
2013-02-16 Alan T. DeKokMove tag out of "flags" struct.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-02-11 Alan T. DeKokFix horrible code and memory leak
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-11-22 Alan T. DeKokNope. That didn't work.
2012-11-22 Alan T. DeKokBe more forgiving about loaded modules
2012-11-22 Arran Cudbard-BellAdvance VP pointer when copying AVP lists to perl hashes
2012-10-29 Arran Cudbard-Bellarg needs to be a buffer
2012-10-28 Arran Cudbard-BellFixup some warnings in rlm_perl
2012-10-28 Chris MikkelsonHandle tagged attributes with multiple values in rlm_perl.
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2011-12-04 Alan T. DeKokPerl clone should be called sequentially, not in parallel.
2011-10-19 Alan T. DeKokFree memory on instantiation error
2011-10-19 Alan T. DeKokFix sizeof() checks found by coverity
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-08-04 Alan T. DeKokRemoved extraneous fprintf
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
next