Remove libradius.h from the top of the standard header list.
[freeradius.git] / src / modules / rlm_attr_rewrite / rlm_attr_rewrite.c
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.
2001-07-13 cmillerAdded Kostas Kalevras' <kkalev@noc.ntua.gr> attr_rewrit...