import from HEAD:
[freeradius.git] / src / main / xlat.c
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....
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-23 aland Don't use strncpy
2004-01-12 aland Print timestamp as an unsigned long, which works a...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
2003-11-17 aland If we see trailing '%', '$', or '\\' at the end of...
2003-09-30 aland Don't complain if the attribute is known, but isn...
2003-09-24 phampsonReally fix the bare %{Attribute-Name} support.
2003-09-23 phampsonFix really stupid copy-paste mistake (mine).
2003-09-23 phampsonChange %{Attribute-Name} from scanning request valuepai...
2003-09-23 phampsonAdded support for %{check:Attribute-Name}
2003-08-29 aland Stupid snprintf garbage
2003-08-28 aland Decode Packet-Type, too
2003-03-18 aland Change use of NAS_PORT_ID for integer attribute to...
2002-11-12 aland If we call do_xlat(), then we HAVE found an xlat for...
2002-10-15 aland Add a missing 'p++'
2002-09-24 aland Added '%H' in xlat, for request hour.
2002-09-17 aland Added a bunch of missing 'p++'
2002-09-11 aland Unix timestamps are unsigned ints.
2002-08-26 aland One more bug fix, to make it work with 'users' file...
2002-08-15 aland OK, make it work with test packet:
2002-08-14 aland If we do not find the named xlat, or the attribute...
2002-08-06 aland Added a debugging message about unknown variables...
2002-07-31 aland Include code erroneously deleted
2002-07-30 aland Move unknown xlat warning to a better place
2002-07-30 aland Added debug message if the user attempts to use an...
2002-07-29 aland The user may not supply radius_xlat() an 'escape strin...
2002-07-29 aland Properly handle nested '{', so %{sql:foo %{bar:stuff...
2002-04-22 aland Add 'const' to character pointers which are passed...
2002-02-25 aland Added %{proxy-reply:Attribute-Name} for xlat
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-02-01 aland Replaced calls to localtime() with calls to localtime_...
2002-01-14 3APA3A! Cosmetic changes to prevent warnings during compilation
2001-12-19 aland When decoding an attribute, break, and do NOT fall...
2001-11-27 kkalevAdd xlat_register and xlat_unregister functions. Now...
2001-10-23 aland A better patch for decode attribute.
2001-10-22 aland If call xlat with template of attribute which does...
2001-10-11 aland Make %{Stripped-User-Name:-User-Name} work again
2001-09-08 aland Modified patch from "Ivan F. Martinez" <ml@ivanfm...
2001-04-12 aland Updated SQL time string to be compatible with Postgresql.
2001-03-26 hartwick * Remove the closing brace if the attribute is not...
next