Instead of nas/port keep an MD5 of an xlated string as the key. Also update
[freeradius.git] / src / modules / rlm_ippool / rlm_ippool.c
2005-04-08 kkalevInstead of nas/port keep an MD5 of an xlated string...
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...
2002-03-27 kkalevAdd the server side ip pools module along with correspo...