New build path variable
[freeradius.git] / src / modules / rlm_preprocess / rlm_preprocess.c
2010-05-31 Alan T. DeKokRemove all references to "vp->attribute & 0xffff"
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-04-26 Alan T. DeKokAttributes for "cisco vsa hack" don't need to be string
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-06-30 aland DEBUG -> RDEBUG
2008-03-05 aland Enable more than 1 match in a "hints" file using
2008-01-09 aland Match "hints" on DEFAULT or on matching User-Name.
2008-01-04 aland Declare variables before code
2007-12-17 aland Added more 'const'
2007-12-05 aland Remove 'caseless' from VALUE_PAIR flags. It's not...
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
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-05-14 nbk Delete trailing whitespace.
2007-04-20 aland Use new radius_paircreate() function.
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-07 aland If we failed to create a VP on OOM, exit from the...
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...
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-08 aland Apply patch from 1.67 to accounting requests, too
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-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...
next