backport from HEAD
[freeradius.git] / src / modules / rlm_realm / rlm_realm.c
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.
2000-11-03 aland removed unneeded 'init' routine
2000-10-26 cparkercparker: updated 'rlm_realm' module to allow multiple...
2000-10-25 cparkercparker: changed 'notsuffix' in realm struct to 'notre...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-16 jcarnealJeff Carneal <jeff@apex.net>
2000-10-14 jcarnealJeff Carneal <jeff@apex.net>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-04-18 aland don't add a Proxy-To-Realm attribute if it's a LOCAL...
2000-04-04 aland a better check for the same thing
2000-04-04 aland don't check for realm if there's no User-Name attribute...
2000-04-03 aland if no '@', don't wipe it out.
2000-04-03 aland more cleanups of rlm_realm. Moved the common code...
2000-04-03 aland moved checks for realm 'LOCAL' from proxy.c to rlm_realm.
2000-04-02 aland If there's a "request->proxy" entry, then this request...
2000-03-31 aland made rlm_realm strip the User-Name of the '@realm...
2000-02-25 aland moved handling of NULL realm to realm_find. If it...
2000-02-10 aland cleaned up, and added "Realm" attribute to the request...
2000-02-04 aland new files for Proxy-To and Replicate-To support, by...