Moved the server to using ctime_r, instead of ctime, to help
[freeradius.git] / src / main / xlat.c
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