Fixes from clang / scan-build
[freeradius.git] / src / lib / print.c
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2009-08-12 Alan T. DeKokAdd "const" and remove compiler warningsy
2009-07-03 Alan T. DeKokUse new name
2009-07-03 Alan T. DeKokAllow UTF-8 in SQL log
2008-12-15 Alan T. DeKokSuppress trailing NULs properly.
2008-09-17 Alan T. DeKokTLV's are 0x
2008-09-13 Alan T. DeKokAdded more 'const'
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-21 Alan T. DeKokPrint signed and TLV types
2008-03-28 aland -1 as a delimitst is for length, not for quotes...
2007-12-17 aland Added vp_print_name(). Made vp_prints() use it if...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-22 aland Move to snprintf. Change to use vp_octets, which...
2007-08-28 aland Add check for delimitst < 0 back in.
2007-08-28 aland Allow valid UTF-8 characters when printing things.
2007-08-13 aland Pulled fix from branch_1_1
2007-05-29 aland Now that we do VMPS, support ethernet types natively.
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-17 aland Replace vp->lvalue with vp->vp_*, in preparation for...
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-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`
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-07-28 aland Added support for native "byte" and "short", which...
2006-07-07 aland Be a little more forgiving about accepting attributes...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-05-02 aland signed/unsigned fixes
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-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL 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 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-12 nbk Don't assume that vp->strvalue is the printed form...
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-09-23 nbk If strftime(3) returns 0, the contents of the string...
2005-09-08 aland Don't call inet_ntop() for IP addresses by default...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
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-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
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...
next