Enable building #WITHOUT_PROXY
[freeradius.git] / src / modules / rlm_attr_rewrite / rlm_attr_rewrite.c
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-04-21 Alan T. DeKokAdded "control" as alias for "config.
2008-09-22 Alan T. DeKokDon't free strings parsed by the config API
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-02-09 aland Use name2 for debug messages, not name1
2008-02-09 aland Corrected debug output
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-05-08 aland We're copying ranges of bytes fed to us from a regex...
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-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 filelist`
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-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-12 nbk Don't use a "config.h" file when it's not needed.
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-08 aland Don't call inet_ntop() for IP addresses by default...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-28 nbk Fix a typo in function name. (closes #274)
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-13 nbk Free the avp if we return without adding it in the...
2005-04-08 aland 'static' to 'static const'
2005-03-24 aland Use REQUEST_MAX_REGEX, and fix same regex bug...
2005-03-20 nbk The "proxy" and "proxy_reply" cases were missing when...
2005-03-19 nbk When rewriting a attribute of type INTEGER or IPADDR...
2005-03-15 nbk Regroup the code which handles "new_attribute = yes...
2004-12-29 phampsonMore autoheader cleanups. Use autoheader for modules...
2004-05-02 kkalevAdd backreferences in rlm_attr_rewrite stolen from...
2004-03-18 aland Don't de-reference proxy when asked to look at proxy...
2004-03-18 aland No proxy packet or proxy reply, don't do anything
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-14 kkalevA minor patch to return if pairmake() fails by James...
2003-12-07 kkalevAlso be able to search in the proxy and proxy_reply...
2003-11-29 kkalevattr_vp->strvalue can sometimes not exist. Use replace_...
2003-11-21 mcr cast to unsigned.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-07-14 aland check & memset
2003-07-14 aland check & memset
2003-01-14 kkalevWork even if we have multiple attributes
2002-10-17 kkalevAdd an append control in attr_rewrite.
2002-09-24 kkalevOnly do an xlat on the replace string if we really...
2002-08-26 kkalevIf there are more than one attributes of the same name...
2002-08-25 kkalevAdd handlers for preproxy,postproxy and postauth
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-14 kkalevAdd a new configuration directive, new_attribute. If...
2002-08-14 kkalevAdd support for the Rewrite-Rule attribute in rlm_attr_...
2002-08-11 kkalevDo an xlat on the search and replace strings
2002-01-14 aland Removed 'register' keyword from variable declaration.
next