Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / modules / rlm_ruby / rlm_ruby.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-02 Arran Cudbard-BellSome compilation fixes for trusty tapier
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
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 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
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-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-03 Arran Cudbard-BellOnly iterate over VPs if we have a request: CID #1211052
2014-05-02 Arran Cudbard-BellVarious scan-build fixes #2
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellNotes on rlm_ruby
2013-07-11 Arran Cudbard-BellFix invalid format strings and bugs revealed by the...
2013-07-09 Arran Cudbard-BellFix all the update list debug output
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-22 Arran Cudbard-BellMerge pull request #295 from leprechau/master
2013-05-22 Aaron Hurtfix compilation error
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellFix more debug stuff
2013-04-16 Arran Cudbard-BellUpdate ruby data types to work with 2.0.0
2013-04-12 Arran Cudbard-BellStyle fixes
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokRun Emacs indent
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-29 Alan T. DeKokConver L_ERR to cf_log_err
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
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-18 Alan T. DeKokRemove L_CONS
2013-02-17 Arran Cudbard-BellFix for coverity (don't segv if the ruby function retur...
2013-02-17 Alan T. DeKokDon't use strcpy
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-12-14 Alan T. DeKokFix compiler warning
2012-12-14 Alan T. DeKokMove compile-time #warning to comment
2012-11-29 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-11-27 Arran Cudbard-BellSwap STR2CST macro (no longer exists) for StringValuePtr
2012-11-27 Arran Cudbard-BellMake rlm_ruby build for >= ruby 1.9.1
2012-11-26 Alan T. DeKokUse %s, it's better
2012-11-24 Arran Cudbard-BellFixup ruby configure script
2012-11-01 Arran Cudbard-BellMore $Id$ fixes
2009-05-26 Alan T. DeKokFixed typo in recv/send coa
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-04-18 AnttiAdding rlm_ruby module.