backport from HEAD
[freeradius.git] / src / include / token.h
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2004-10-12 aland s/T_INVALID/T_OP_INVALID/
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2002-11-21 aland str2int and int2str, based on Wichert Akkerman's patch.
2002-10-15 aland Define a 'last' token, so we know how many tokens...
2002-07-10 aland Added new tokens: bare word, double quoted string...
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-08-25 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-17 aland additional documentation (i.e. comments) as to what...
2000-05-03 aland added token T_HASH, for '#'. Enabled the pairread...
1999-12-16 aland define '==' as a token
1999-10-19 aland src/main/valuepair.c - code to call regular expression...
1999-08-16 alandInitial revision origin/aland