import from HEAD
[freeradius.git] / src / lib / valuepair.c
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.
2002-08-26 aland If we don't parse a VP when looking for an XLAT'd...
2002-08-23 aland In pairmake(), if we're creating an integer type VP...
2002-08-14 aland Re-set the 'octets' length to 0, only if we actually...
2002-07-16 aland Don't free vp when there's an error in pair parse...
2002-07-10 aland Corrected typo in last commit.
2002-07-10 aland new function: pairparsevalue(), which parses a string...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-04 aland When parsing tags, only allow numeric tags. If we...
2002-04-23 cparker Updated core server to understand new check_item opera...
2002-02-01 aland Replaced calls to localtime() with calls to localtime_...
2002-01-16 aland Made CHAP-Password 'octets', as it's normally a binary...
2001-11-01 cparker Updated 'pairmake()' to allow parsing of Tags for...
2001-10-31 aland In pairmove2, if given Vendor-Specific, then move...
next