Enable building #WITHOUT_PROXY
[freeradius.git] / src / modules / rlm_realm / rlm_realm.c
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-03-31 Alan T. DeKokCorrect realm regex examples, and creation of REALM...
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-06-30 aland DEBUG -> RDEBUG
2008-05-24 aland a LOCAL realm means we should return OK, not NOOP.
2008-04-17 aland Move proxying message to after checks for LOCAL realm
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-13 aland marked more modules HUP-safe
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
2007-05-28 aland Correct comparison.
2007-05-28 aland Try to make FreeRADIUS-Proxied-To work again
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-04-20 aland Use new radius_paircreate() function.
2007-04-20 aland IPv6 is now supported
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-04-03 aland Massive change to the server core to remove horrid...
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-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-12 aland Don't free strings allocated by cf_section_parse()
2007-02-12 aland Don't free formatstring on instantiate, free it on...
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-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-22 aland fix dumb error
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-05-17 aland Don't declare variables in code. They got at the...
2004-05-15 mgriegoDon't exit() on error in check_for_realm.
2004-03-15 cparker Added two realm module configure options. Ignore_defa...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-07 aland check & memset
2003-02-03 cparkerClean up debugging output so it is all formatted the...
2003-01-08 aland Removed unnecessary variable to simplify things.
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-01 aland Even more excruciatingly descriptive debugging messages.
2002-07-18 cparker Ensure that 'Realm' is added to vps in all cases when...
2002-07-08 aland Finalize the radrelay additions, based on Cistron...
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-04-25 aland Include sys/types.h, for FreeBSD.
2002-04-19 aland Cleaned up logic, so that accounting requests can...
2002-03-28 cparker Added check for 'Realm' attribute in request->vps...
2002-03-26 aland Added debugging statements, so that we can see just...
2001-10-25 aland Corrected typo in last commit
2001-10-25 aland Add a 'Realm' attribute for local realms.
2001-06-08 aland Patch from Eddie Stassen <eddies@saix.net>
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-12 aland Minor code re-arrangements, to strip the user name...
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-14 pacmanWas leaking on detach and destroy (or detach and instan...
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-11-21 aland minor re-formatting.
next