Merge branch 'sam'
[freeradius.git] / src / lib / dict.c
2012-02-04 KevinMerge branch 'sam'
2011-12-26 Alan T. DeKokRemove compiler warning
2011-12-23 Alan T. DeKokAdded new method to get name of enum from values
2011-11-21 Alan T. DeKokCorrect typo in error message
2011-10-28 Arran Cudbard-BellMake dict_attr_types available from libradius.h so...
2011-10-26 Alan T. DeKokOnly 'integer' and 'string' attributes can have tags
2011-10-24 Alan T. DeKokRestrict dictionary names to ones that make sense
2011-10-19 Alan T. DeKokOnly "string" can have "encrypt=2"
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-09 Alan T. DeKokInitial support for integer64 data type
2011-05-16 Alan T. DeKokEnsure we initialize all entries
2011-05-06 alandekokMerge pull request #9 from rssh/master
2011-05-05 Ruslan Shevchenko fixed compilation fo dict.c with dhcp enabled
2011-03-16 Alan T. DeKokAllow VSAs of "evs" data type
2011-03-16 Alan T. DeKokSet "flags.is_tlv" correctly
2011-03-16 Alan T. DeKokMore descriptive errors in the dictionary parser
2011-03-16 Alan T. DeKokAllow VSAs to be specified as 26.9.1
2011-03-15 Alan T. DeKokAdd a "wimax" format flag to the attributes.
2011-03-14 Alan T. DeKokEnforce numerical limits on "extended" attributes.
2011-03-13 Alan T. DeKokAdded duplicate names for simplicity
2011-03-05 Alan T. DeKokHack to let developers catch bad dictionaries
2011-03-05 Alan T. DeKokMark pointer NULL when it's free
2011-02-28 Alan T. DeKokVendors can only use the TLV format if they follow...
2011-01-18 Alan T. DeKokEnable building without DHCP
2010-11-22 Alan T. DeKokBe more careful about parsing raw attributes
2010-11-22 Alan T. DeKokParse raw attributes with 2-octet attribute numbers
2010-11-22 Alan T. DeKokThe dictionaries can't define raw attributes.
2010-11-21 Alan T. DeKokMore tests
2010-11-19 Alan T. DeKokComplete rewrite of RADIUS encode/decode routines.
2010-09-09 Alan T. DeKokAdd support for extended attributes: draft-dekok-radext...
2010-07-15 Alan T. DeKokAllow 'octet' attributes to have a fixed length.
2010-07-01 Alan T. DeKokRemove restrictions on TLVs must be WiMAX. It's not...
2010-05-31 Alan T. DeKokFix args to dict_addattr()
2010-05-31 Alan T. DeKokRemove all limitations on vendor IDs being less than 64K
2010-05-31 Alan T. DeKokOnly WiMAX attributes can be of type tlv
2010-05-31 Alan T. DeKokNested TLVs 4 deep now work...
2010-05-31 Alan T. DeKokFirst stab at parameterizing tlv nonsense
2010-05-31 Alan T. DeKokFix VSA tunnel encryption. Allow sub-TLVs to be encrypted
2010-05-31 Alan T. DeKokAdd support for THREE layers of TLVs
2010-05-31 Alan T. DeKokEnforce WiMAX continuations.
2010-05-31 Alan T. DeKokAllow nested TLVs to be read from the dictionary.
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2009-12-02 Alan T. DeKokUse intermediate buffer for error messages.
2009-09-30 Alan T. DeKokAllow old-style dictionary formats, too
2009-08-12 Alan T. DeKokRemove final restrictions on attributes > 32767
2009-08-12 Alan T. DeKokMove restrictions on vendor ID from 32767 to 65535
2009-08-12 Alan T. DeKokMove "attr" to unsigned int
2008-12-15 Alan T. DeKokIf it's not a known option, it's an error.
2008-10-15 Alan T. DeKokInitialize pool to zero
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-21 Alan T. DeKokRead combo-ip, signed, and tlv types from dictionaries
2008-06-19 aland Remove length restrictions on dictionary names
2007-12-17 aland Use FR_DIR_SEP
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-22 aland Some changes to speed up dictionary initialization
2007-11-16 aland Write our own sscanf for %i, which is ~30 lines long...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-05 aland Removed strtok. It doesn't matter *too* much, because...
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-15 aland Port fix for Coverity bug #40 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
2007-04-18 aland Cache the base 256 attributes again, as they're looked up
2007-04-14 aland Check for more #ifdef's
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland dict_init() && my_dict_init() require a non-NULL ...
2007-04-07 aland Free dval on error reading the dictionary files, or...
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-03-12 aland port fix from cvs head
2007-03-01 aland remove the old attribute from the value tree, too
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 Remove diameter hack. The new radext extended attribu...
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-01-30 aland Don't allow globally writable dictionaries. This...
2007-01-30 aland Die if we see globally writable dictionaries. That...
2006-11-27 aland VALUEs can only be defined for BYTE, SHORT, and INTEGER
2006-11-26 aland VALUEs can only be defined for 'string' and 'octets...
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-16 aland Check return code of malloc
2006-11-16 aland Check return code of malloc
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:
next