Define a macro for max regex matches, so we don't have typos.
[freeradius.git] / src / main / xlat.c
2004-09-09 aland Define a macro for max regex matches, so we don't...
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 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 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...
2001-03-22 jcarnealsql user escape patch
2001-03-14 aland Implemented callbacks for escape function.
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-12 aland Replaced sprintf with snprintf
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-22 aland Made 'decode_attribute' take a 'const' as it's first...
2001-02-02 jcarnealJeff Carneal <jeff@apex.net>
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-22 aland allow %{Client-IP-Address} to decode the attribute...
2000-11-13 aland removed extraneous 'VALUE_PAIR *reply' from radius_xla...
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-10-24 aland*** empty log message ***
2000-10-19 aland replaced strncpy with strNcpy.
2000-10-18 hartwick - Add some additional date expansions (%Y, %y, %m...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-04 aland allow xlat of Stripped-User-Name for '%U'
1999-11-04 aland added more 'static's
1999-11-03 aland sanity updates to clear compiler warnings, as suggested by
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-24 ivanfmNew options to be used in log files
1999-09-23 aland cleaned up unnecessary header files. (at least on...
1999-09-20 ivanfmnew xlat with some extra options, and corrected one...
1999-09-20 ivanfmNow using vp_prints_value and receiving the output...
1999-09-20 ivanfmMany formatting changes and optimizations based on...
1999-09-20 ivanfmTranslation routine to be checked - 1999-09-20 - ivanfm