Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_fastusers / rlm_fastusers.c
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-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-01 aland Removed usercollide functionality. It can be done...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-05-15 mgriegoDon't exit() if buildhash fails, return RLM_MODULE_FAIL.
2004-03-12 aland Get rid of "long" types. They're not needed.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-11-21 mcr some more UNUSED markings.
2003-07-14 aland pull the patch from the head
2003-07-14 aland check for allocation failures
2003-03-11 cparkerFix bug that prevented fastusers from falling-through...
2003-02-14 aland Remove crap function from server core, and put it...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-10-22 aland Auto-reload for rlm_fastusers and rlm_unix
2001-07-28 cparkerUpdated to use rad_check_return to correctly return...
2001-03-19 jcarnealBug. Forgot to check a pointer before dereferencing it.
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-16 cmillerCosmetic changes (spaces to tabs, removal of noop compi...
2000-12-09 jcarnealMinor tweak on usercollide. User wasn't matching when...
2000-12-02 jcarnealIntroduced memory leak when I put in preacct stuff...
2000-11-30 jcarnealRemoving some debugging stuff I left in.
2000-11-30 jcarnealSeveral changes:
2000-11-23 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-20 aland added comment header with description of GPL.
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-14 jcarnealJeff Carneal <jeff@apex.net>
2000-11-14 jcarnealJeff Carneal <jeff@apex.net>
2000-11-10 aland removed dependencies on #define's for location of...
2000-10-27 aland if we fall off of the end of the function, return...
2000-10-25 jcarnealJeff Carneal <jeff@apex.net>
2000-10-23 jcarnealJeff Carneal <jeff@apex.net>
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>