rlm_python: add missing default NULL
[freeradius.git] / src / modules / rlm_python / rlm_python.c
2016-05-10 Matthew Newtonrlm_python: add missing default NULL
2016-05-06 Arran Cudbard-BellString "yes" not true
2016-05-06 Arran Cudbard-BellDon't mix labels and positional field assignments
2016-05-05 Arran Cudbard-BellShould default to cext compat in v3.0.x so we don't...
2016-05-04 Arran Cudbard-BellDon't escape quotes when passing strings to Python
2016-05-04 Arran Cudbard-BellAdd missing constant
2016-05-04 Arran Cudbard-BellBackport rlm_python from v3.1.x Closes #1589, Closes...
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-15 Arran Cudbard-BellMerge pull request #1537 from matsimon/1517-aclocal-30x
2016-02-15 AlejandroAdds missing error codes
2016-01-06 Alan DeKokMerge pull request #1484 from herwinw/rlm_python_fixes
2016-01-06 Herwin WeststrateAllow strings as operator in rlm_python
2016-01-06 Herwin WeststrateShow operator that is actually used instead of the...
2016-01-06 Herwin WeststrateUse other functions to update list after rlm_python...
2016-01-06 Herwin WeststrateShow list name in debug messages in rlm_python
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-20 Arran Cudbard-BellRevert "Use strlcpy for strings, not memcpy"
2015-05-20 Alan T. DeKokUse strlcpy for strings, not memcpy
2015-05-14 Arran Cudbard-BellMerge pull request #1010 from FreeRADIUS/revert-983...
2015-05-14 Arran Cudbard-BellRevert "make sure rlm_python does not segfault when...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-29 Michael Rigonicleanup unused function
2015-04-29 Michael RigoniDo not mess with Thread States as PyGILState_Ensure...
2015-04-29 Michael Rigonimake sure all instances of rlm_python get initialized.
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-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-25 Arran Cudbard-BellSync rlm_python and rlm_ldap with master
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-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Alan T. DeKokCache handle from dlopen
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2013-08-24 Arran Cudbard-BellLoad Python with RTLD_GLOBAL to ensure symbols are...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-12 Arran Cudbard-BellShould return NOOP if function is not available
2013-07-12 Arran Cudbard-BellConfig strings don't need to be freed explicitly
2013-07-12 Arran Cudbard-BellDon't override signal handlers
2013-07-12 Arran Cudbard-BellDon't return -1 from a module function, it'll make...
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-03 Arran Cudbard-BellFormatting
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
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-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
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-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
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-18 Alan T. DeKokRemove L_CONS
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-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-15 Arran Cudbard-Bellfixup formatting/warning
2012-10-15 MetasovAdd different operators handle to rlm_python
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2008-09-21 Alan T. DeKokFixed compiler warnings
2008-06-08 aland Fixed to work properly. Patch from Paul P. Komkoff Jr
2007-12-28 aland Decrement references and free memory on error
2007-11-21 aland Added pre/post-proxy sections, and postauth section.
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-05 pnixonrewrite, using latest python C api thanks to Paul P...
2007-02-26 aland Pulled from branch_1_1, with formatting
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
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:
next