Pull fix from branch_1_1, so proxied EAP replies work
[freeradius.git] / src / modules / rlm_preprocess / rlm_preprocess.c
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-14 aland Add Alvarion hack to preaccounting
2006-07-14 aland Add Alvarion hack to preaccounting
2006-07-13 aland Hack for Breezecom nonsense
2006-07-13 aland Hack for breezecom nonsense. Untested.
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-05-05 aland Don't de-reference request->username if it's NULL
2006-05-05 aland Don't de-reference request->username if it's NULL
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-08 aland Don't call inet_ntop() for IP addresses by default...
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-04-27 aland Moved support for Client-IP-Address to xlat.c, where...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-21 aland Define PW_NAS_IP6_ADDRESS and use it in rlm_preprocess
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-08 aland 'static' to 'static const'
2005-02-15 kkalevAdd Huntgroup support in preacct also
2004-10-07 pnixonSupport Quintum VSA's in the same manner as Cisco VSA...
2004-10-07 pnixonSupport Quintum VSA's in the same manner as Cisco VSA...
2004-05-15 mgriegoDon't exit() from failures in the module, return RLM_MO...
2004-05-13 mgriegoAlso xlat attributes from hints file added to the reque...
2004-04-14 aland Pass REQUEST to paircmp()
2004-04-08 mgriegoRemoved all references to redundant huntgroup_cmp funct...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-28 aland Deleted lots of special-purpose code to do prefix...
2003-12-19 aland Patch from Tiago Pierezan Camargo
2003-07-07 aland check & memset
2003-03-18 aland More NAS_PORT_ID cleanups
2003-02-12 aland More decoding for lunatic Cisco VSA's.
2003-01-28 aland Create a strvalue when we're creating a NAS-IP-Address...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-06 aland Change '!=' to '==', so Cisco garbage like:
2002-07-19 aland Call ip_hostname, to get host names, if the user wants...
2002-07-09 aland Put the string representation (nnn.nnn.nnn.nnn) of...
2002-02-21 aland If we match a huntgroup, then add an attribute saying...
2002-01-12 aland Add the CHAP-Challenge, taken from the request authent...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-05-17 aland Only hack Cisco-AVPair attributes, not other Cisco...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-13 aland new 'with cisco VSA hack', based on a patch by
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-11-20 aland added comment header with description of GPL.
2000-11-07 aland corrected typo
2000-11-07 aland added a configuration section parser for the module.
2000-11-03 aland removed global 'huntgroups' and 'hints'. Removed...
2000-11-03 aland renamed Request-Src-IP-Address to Client-IP-Address...
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-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
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-09-01 aland made pairlist_read take a PAIR_LIST **, and return...
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-03-02 aland added attribute Request-Src-IP-Address, which rlm_prep...
2000-03-02 aland add a NAS-IP-Address to the incoming request if the...
2000-03-02 aland moved the function 'auth_name' to put the output strin...
2000-02-28 aland fixed implementation of WITH_ASCEND_HACK, as pointed...
2000-02-25 aland moved support for WITH_ASCEND_HACK (converting Ascend...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland include/radiusd.h
2000-01-31 aland include/radiusd.h
2000-01-29 aland This is the first step at getting rid of passing a...
1999-12-22 aland corrected access bug which would deny access if there...
1999-12-21 aland fixed bugs, as pointed out by kota <kota@at.com.ua>
next