Updated API for 2.2.
[freeradius.git] / src / modules / rlm_ippool / rlm_ippool.c
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:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-13 aland On an error, dptr may not be free'd
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-08 aland 'static' to 'static const'
2005-04-08 kkalevInstead of nas/port keep an MD5 of an xlated string...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-07-02 kkalevMake previous change work
2004-07-01 kkalevIf Pool-Name is set to DEFAULT we always run
2004-05-03 kkalevReturn NOTFOUND if we don't find a free address in...
2004-02-29 kkalevAdd a timestamp and a timeout attribute in ippool_info...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-14 aland Include types for FreeBSD.
2004-01-30 aland Don't include libradius.h, radiusd.h includes it.
2003-11-01 kkalevAdd more debugging output when we find an existing...
2003-10-02 phampsonFix uninitialised value of ML-PPP count 'num';
2003-09-23 kkalevFix postauth to not leak ip's
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-29 kkalevIn postauth keep the operation mutex until *after*...
2003-07-28 kkalev- Make Multilink work this time
2003-07-14 aland check & memset
2003-07-14 aland check & memset
2003-06-20 phampsonMake NAS port unsigned
2003-05-14 wichertAdd new override option to rlm_ippool
2003-05-14 wichertFix another compiler warning
2003-05-08 wichertstruct datum always uses char*; change the casts accord...
2003-04-26 kkalevApply patch from Paul Hampson <Paul.Hampson@Pobox.Com...
2003-03-26 aland If there is no Framed-Netmask in the reply, then add...
2003-03-18 aland More NAS_PORT_ID cleanups
2003-01-13 aland When we set the IP address in vp->lvalue, set the...
2002-10-11 kkalevDo a memset(0) on the key.nas before doing searches...
2002-09-04 kkalevrlm_ippool.c:
2002-09-04 kkalevMove from authorize to post-auth
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-21 kkalevPrint a message when ippool_authorize can't find the...
2002-07-16 aland Make certain strings 'const'
2002-05-11 kkalevChange the nas entry in the ippool_key structure from...
2002-05-07 kkalevCheck the return value of a gdbm_fetch() we didn't...
2002-05-03 kkalev* Change log_badlogins to use the mysql binary instead...
2002-04-13 kkalevAdd the Pool-Name attribute containing the name of...
2002-03-27 kkalevMake counter and ippool modules thread safe since we...
next