Get rid of ip_hostname, which is an old IPv4-only function.
[freeradius.git] / src / lib / print.c
2005-08-22 aland Get rid of ip_hostname, which is an old IPv4-only...
2005-05-06 aland Add support for IPv6prefix type
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-21 aland one-character typo fix
2005-04-20 aland We now always have inet_ntop, even if it's our own...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-07 aland Escape '"' when printing. It's weird that this wasn...
2004-10-12 aland s/T_INVALID/T_OP_INVALID/
2004-08-18 aland If we're printing to a string for xlat's, don't bother...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-19 aland Removed last vestiges of NAS-Port-Id meaning the integ...
2003-10-23 aland Much as we'd like to print times in GM, it means that...
2003-09-15 aland Hokey hacks for IPv6 address printing & parsing.
2003-09-15 aland Patches to print/parse IPv6 interface ID's.
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2002-10-15 aland Define a 'last' token, so we know how many tokens...
2002-02-25 aland Use gmtime_r by default, so that we're thread-safe.
2001-11-08 cparker Removed #ifdef for printing tunnel attribute tags...
2001-10-31 cparker Initial patch to allow support for RFC 2868 Tagged...
2001-10-26 cparkerPreliminary support for displaying Tunnel attributes...
2001-05-28 cmillerPrints integer values as unsigned numbers. Bug reporte...
2001-03-12 aland Changed sprintf's to snprintf's, now that we have...
2000-10-19 aland replaced strncpy with strNcpy
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-18 aland removed <time.h> and <sys/time.h>, to let "libradius...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
1999-11-03 aland added a bunch of 'const'
1999-09-23 alandnclude/libradius.h defines for u_char, u_short, and...
1999-09-21 aland reformatted to fit standard style
1999-09-20 ivanfmfunction vp_prints splited in vp_prints and vp_prints_value
1999-08-31 aland made the library code support generic 'octets' type...
1999-08-26 aland added preliminary ascend binary support
1999-08-23 aland force WRONG passwords to be passed through librad_safe...
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-16 alandInitial revision origin/aland