clean up and re-arrangement
[freeradius.git] / src / lib / token.c
2016-08-31 Alan T. DeKokclean up and re-arrangement
2016-08-31 Alan T. DeKokuse false, not zero
2015-06-03 Alan T. DeKokFix LGPL text broken by 1af9582b2
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-05 Arran Cudbard-BellAssignment ops should not include equality ops
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2014-11-04 Arran Cudbard-BellFormatting
2014-10-21 Alan T. DeKokIf we're not escaping, pass \ straight thru
2014-09-24 Alan T. DeKokMuch magic. Magical land of magical unicorns and happiness
2014-09-11 Arran Cudbard-BellFixup map_from_str to work correctly with list qualifiers
2014-09-11 Arran Cudbard-BellAdd getop (get an operator)
2014-09-11 Arran Cudbard-Belltok should be a bool
2014-09-11 Arran Cudbard-BellShould be T_INVALID not T_OP_INVALID
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-05-07 Arran Cudbard-BellAnything which eventually has the value it got interpre...
2014-04-21 Alan T. DeKokRemove unused functions
2014-02-21 Arran Cudbard-BellFix more booleans
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-10 Alan T. DeKokDo substring matching only on user input
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-27 Arran Cudbard-BellCheck for null name pointer
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2012-12-10 Arran Cudbard-BellAdd increment operator for LDAP
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-11-07 Arran Cudbard-BellMake fr_tokens available from token.h or libradius.h
2011-10-31 Arran Cudbard-BellAdd function to compare substrings to FR_NAME_NUMBER...
2011-03-23 Alan T. DeKokExpose API to get token names
2010-12-14 Alan T. DeKokFix minor typo
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2009-10-03 Alan T. DeKokBe more restrictive on bad input
2007-12-15 aland Added more 'const'
2007-11-23 aland More changes to make a common naming scheme. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-06-26 aland Wild... Filter-Id = "foo \" bar" *never* worked. ...
2007-05-28 aland Added getstring() to support the conf files
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-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland casts, etc. to quiet compiler warnings
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
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-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
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-11 aland Include files used to build the server are now <freera...
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'
next