Pull fix from branch_1_1
[freeradius.git] / src / lib / valuepair.c
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 Minor casts to quiet the compiler
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-01-30 aland Increase the size of the value buffer to allow parsing...
2006-11-27 aland Simplify parsing of byte/short/string, based on a...
2006-11-26 aland Parse a VALUE as an integer only if ALL of its characters
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-24 aland In pairmove(), do NOT blindly move all of the attribut...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-28 aland Added support for native "byte" and "short", which...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-27 aland Be a little smarter about allowing VALUE names that...
2006-05-10 fcusack fix the supposed typo which wasn't a typo:
2006-05-10 fcusack fix compiler warnings (and one typo)
2006-05-09 fcusackimport from HEAD:
2006-05-03 aland If abinary is 0x..., then make it type "octets"
2006-05-03 aland Allow 0x... for abinary
2006-05-03 aland Allow hex data in abinary attributes, to be more flexible.
2006-04-14 aland If ':' is the last character of an attribute name...
2006-04-14 aland Speed up parsing by doing a little more by hand
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-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-14 aland Be a little more careful when creating bad attributes
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-01 aland Set more lengths on paircreate()
2005-10-19 aland New paircmp() function, which compares two pairs,...
2005-10-06 aland Handle regex comparisons. Patch from Joe Maimon
2005-09-14 aland If there's nothing to add, don't loop over the input...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-31 aland Compiler warning fixes
2005-06-15 aland Be a little more forgiving about where the time may be
2005-06-14 aland When parsing dates, if they don't give seconds, that...
2005-05-13 aland -Wformat-nonliteral
2005-05-06 aland Add support for IPv6prefix type
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-19 aland Do DNS lookups (or not) for IPv6 names, too
2005-04-19 aland Call new functions to do DNS lookups
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-12-14 aland Additional comments about things we should eventually do
2004-12-03 aland Pull diff -r1.84 -r1.85 from the head
2004-12-03 aland Get less excited about % in strings...
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-06-15 aland Don't call pairdelete() from pairmove() on :=.
2004-05-06 aland Don't de-reference a pointer which may be NULL.
2004-03-05 aland Catch people who type 1 character hex strings
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-25 aland Restore old functionality: reading multiple packets...
2004-02-25 aland Fix a boundary condition. When the pair to replace...
2004-02-19 aland in DICT_VENDOR, name is "name", not "vendorname"
2004-02-19 aland When creating attributes, parse things like Cisco...
2004-01-05 aland Updated "readvp2" (only used by radclient) to be a...
2003-12-19 aland Allow integer timestamps, too.
2003-11-27 aland When creating attributes from strings Attr-%, or Vendo...
2003-11-27 aland Parse Attr-%d and Vendor-%d-Attr-%d into VALUE_PAIR...
2003-10-31 mcr added pairbasicfree, pairreplace, lrad_hmac_sha1,...
2003-10-23 aland Much as we'd like to print times in GM, it means that...
2003-10-06 cparkerFixed bug in 'paircreate' where it did not copy the...
2003-09-30 aland Fixed prototype to be sane, and made some more minor...
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.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-26 aland Dictionary type over-rides what the caller asks for
2003-06-19 fcusackFix integer conversion; radius "ints" are really uint32's.
2003-05-14 wichertFix typo an invalid free
2003-04-07 aland For unknown attributes, print vendor name, too.
2003-02-13 wichertCheck if a regular expression is correct and abort...
2002-12-03 aland When creating names for attributes which aren't in...
2002-08-28 aland Be a little smarter about parsing dates.
next