Fix an off-by-one error in the function getthing().
[freeradius.git] / src / lib / token.c
2005-08-26 nbk Fix an off-by-one error in the function getthing().
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2002-11-21 aland str2int and int2str, based on Wichert Akkerman's patch.
2002-07-10 aland Added new tokens: bare word, double quoted string...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-04-23 cparker Updated core server to understand new check_item opera...
2001-08-28 aland Changed the tokens from being define's to enums. ...
2000-09-05 aland update the configuration file reader to ignore semi...
2000-08-31 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-16 aland do NOT return EOL if the parsed string is empty. ...
2000-05-03 aland added token T_HASH, for '#'. Enabled the pairread...
2000-04-13 aland more paranoid 'const'
1999-12-16 aland define '==' as a token
1999-11-03 aland added 'const'
1999-10-19 aland updated rcsid[] strings
1999-10-19 aland src/main/valuepair.c - code to call regular expression...
1999-08-16 alandInitial revision origin/aland