Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_ippool / rlm_ippool.c
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-01-18 Alan T. DeKokRemove UNUSED where the parameter is actually used
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-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-06-06 Arran Cudbard-BellFixup md5 function names
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
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-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-22 Arran Cudbard-BellShould still be error
2014-03-22 Arran Cudbard-BellPartial reformatting of rlm_ippool
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
2013-05-06 Alan T. DeKokconst issues
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
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-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix more warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokUse PW_TYPE_REQUIRED and PW_TYPE_ATTRIBUTE
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
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-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-01-22 Arran Cudbard-BellFix some typos
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
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-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 Mayersadd extra argument to radius_xlat for escape function...
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-07-09 Stephen R. van den... Get rid of some absurd warnings
2011-05-13 Ruslan Shevchenkoadded support of dhcp to rlm_ippool
2010-10-29 Alan T. DeKokUpdated API for 2.2.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2008-01-06 nbk Fix more signedness warnings.
2008-01-05 nbk Fix some compiler warnings.
2007-12-28 aland Free memory *after* using it, not before
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland Avoid OpenSSL compilation issues
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-05-14 nbk Delete trailing whitespace.
2007-04-20 aland Use new radius_paircreate() function.
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
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-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
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
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:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
next