Add support for extended attributes: draft-dekok-radext-radius-extensions
[freeradius.git] / src / lib / dict.c
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:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-28 aland Be smarter and faster about aliases.
2006-07-28 aland Added support for native "byte" and "short", which...
2006-07-12 aland Implement initial support for Extended-Attribute,...
2006-07-01 fcusackimport from branch_1_1:
2006-06-15 aland Port update hash code (using hash && compare callbacks...
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-19 aland Pull tagged VSA fix from the head
2006-05-19 aland Allow tagged VSA's, because Juniper uses them.
2006-05-11 aland Be a little more careful about returning DICT_V...
2006-05-11 aland Be a little more careful about returning DICT_VALUEs
2006-05-09 fcusackimport from HEAD:
2006-04-14 aland Don't do as many copies
2006-04-12 aland Use replace where appropriate, rather than insert
2006-04-12 aland New growing hash functions, and other code to use...
2006-04-12 aland Make the hash tables dynamically growable, with bug...
2006-03-30 aland Catch non-files, and complain
2006-03-29 aland Port dictionary file sanity checks from the 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...
next