perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / lib / valuepair.c
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...
2001-10-30 aland Added ATTR_FLAGS data structure from Cistron, and...
2001-09-06 aland Use correct enum values for returned token types,...
2001-08-28 aland Changed the tokens from being define's to enums. ...
2001-08-09 aland Minor re-arrangements to Expiration. Attribute 21...
2001-03-07 cmillerReordered "missing.h" after what it's #ifndef'ing for.
2001-02-02 aland Complain if we were unable to allocate memory.
2001-01-03 aland Patch from Kristina Pfaff-Harris <kristina@greatbasin...
2000-11-30 jcarnealBugfix. Don't want to overwrite 'i' when updating
2000-11-29 aland The VP pointed to by 'tailto' may have been deleted...
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-08-21 aland cleaned up code a little.
2000-08-21 aland when doing a pairmove(), the relational operators...
2000-08-16 aland updated pairread() so that it allows empty strings...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-03 aland added token T_HASH, for '#'. Enabled the pairread...
2000-04-27 aland corrected behaviour of 'pairadd' function, to NOT...
2000-04-24 aland more sanity checking of commas, etc. on the PAIRLIST...
2000-04-18 aland removed <time.h> and <sys/time.h>, to let "libradius...
2000-02-29 aland more descriptive error messages
2000-02-26 miquelsPorted some fixes from the upcoming radiusd-cistron...
2000-01-28 aland removed PAM handling, and added operator initializatio...
1999-11-24 aland when doing a pair copy, ignore operators =~ > >= ...
1999-11-18 aland corrected (I hope) behaviour of gettime to work proper...
1999-11-04 aland complain about unknown operators
1999-11-04 aland corrected bug
1999-11-04 aland whoops! add a ';'
1999-11-04 aland don't modify a 'const' string.
1999-11-03 aland added more 'const'
1999-11-03 aland added a bunch of 'const'
1999-11-03 aland added a bunch of 'const'
1999-11-03 aland corrected ':=', and added '-=' support: if an EXACT...
1999-11-03 aland on ':=' operator (set equal), do the following:
1999-10-27 aland added support for '+=' in attribute lists, so we can add
1999-09-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-19 ivanfmIncluded missing.h - ivanfm - 1999-09-19
1999-08-31 aland made the library code support generic 'octets' type...
1999-08-26 aland added preliminary ascend binary support
1999-08-23 miquels*** empty log message ***
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-17 aland spelling corrections.
1999-08-16 aland added more error messages to valuepair.c
1999-08-16 alandInitial revision origin/aland