Delete trailing whitespace.
[freeradius.git] / src / main / xlat.c
2007-05-14 nbk Delete trailing whitespace.
2007-05-09 aland struct timeval->tv_sec may not be time_t on MAC OS...
2007-04-23 aland Start removing request->timestamp, now that we have
2007-04-20 aland Removed the "verified" field from RADIUS_PACKET, as...
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-14 aland open is a function, not a variable name
2007-04-10 aland make ':-' work again
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-03-12 aland strcpy doesn't need a '-1' in the sizeof
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-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-09 aland Be more aggressive about freeing memory on clean exit.
2007-02-09 aland increase size of buffer to allow longer SQL qeuries
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-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-13 aland Don't go up too far in open braces. Otherwise:
2006-07-13 aland Rename index to count, to avoid compiler warnings.
2006-07-07 aland When printing IPv6 address, print IPv6 ones...
2006-07-01 fcusackimport from branch_1_1:
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 aland Allow multiple references to %{1} & friends.
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 nbkPull from CVS 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-11-04 aland Catch NULL ptr
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-23 nbk If strftime(3) returns 0, the contents of the string...
2005-08-23 nbk Fix typo line 781.
2005-08-21 nbk ctime_r(3) always use 26 characters, and may write...
2005-08-21 nbk Fix an off-by-one error in xlat_copy().
2005-07-22 aland Allow Attribute-Name[stuff] to work
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-05-24 aland One more 'const'
2005-05-13 aland Include "identity" in the listen{} section, so that...
2005-05-06 aland Check for problems, rather than assertions
2005-04-27 aland Moved support for Client-IP-Address to xlat.c, where...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-08 aland 'static' to 'static const'
2005-03-30 aland made xlat_find() check if the "module" is a RADIUS...
2005-03-28 mgriegoAllow for :- default xlat returns for module calls.
2005-03-14 aland ctime puts a \n in the string, which we don't want
2005-03-10 aland Separate attribute/module name parsing from module...
2005-02-15 aland Less code, less work
2004-12-01 aland Added Request-Processing-Stage as an xlat, in which...
2004-11-21 aland Added xlat support for Packet-Authentication-Vector
2004-09-23 aland Added a few more "magic" server-side expansions:
2004-09-09 aland Pull regex fix from the head
2004-09-09 aland Define a macro for max regex matches, so we don't...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-27 aland xlat_free() function, for memory debugging
2004-08-18 aland If we're printing to a string for xlat's, don't bother...
2004-07-13 aland Copy one-line patch from the head
2004-07-13 aland Catch bad modules, which pass NULL's to xlat
2004-07-13 aland Added support for %{Attribute-Name[*]}
2004-07-12 aland Added support for %{Attribute-Name[#]}, which isn...
2004-06-11 aland Add support for ${Attribute-Name[2]}, which grabs...
2004-06-11 aland Add $#{string}, which prints the number of characters...
2004-06-02 aland Pull fix from the head.
2004-06-02 aland In xlat_packet, allow xlat's of Packet-Type, even...
2004-04-12 aland Moved regex xlat's into thye new rbtree, too. This...
2004-04-12 aland Moved list of xlats from linked list to rbtree.
2004-03-26 aland Allow only 0..8.
2004-03-23 aland Preliminary support for xlat's of regex results: ...
2004-03-16 mgriegoCheck return value from registered xlat functions....
next