API to copy just one VP.
[freeradius.git] / src / lib / valuepair.c
2008-04-17 aland API to copy just one VP.
2008-03-28 aland Reverted change in 1.134 that allowed known attributes...
2008-03-13 aland Chop attributes at 253 octets, not 254
2008-01-30 aland Track name_len for unknown attributes. This fixes...
2008-01-20 aland Test for value to be NULL
2008-01-16 aland Do comparisons of octet strings properly
2008-01-15 aland Permit *known* attributes to be sent as hex via 0x...
2008-01-04 aland Declare buffers before code
2007-12-28 aland strdup may return NULL
2007-12-17 aland Added vp_print_name(). Made vp_prints() use it if...
2007-12-15 aland Added more 'const'
2007-12-05 aland Remove 'caseless' from VALUE_PAIR flags. It's not...
2007-11-25 aland Fixed compiler warnings so it now builds with -Werror
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-10 aland sprintf -> snprintf
2007-08-30 aland time_t may be 64 bits, so we can't pass &vp->vp_date...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-30 aland Expose pairalloc()
2007-05-29 aland Corrected typo
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-05-04 aland Do more initialization
2007-04-17 aland Moved more common "create VALUE_PAIR" code to one...
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 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.
next