Ensure that the directory name always ends with /
[freeradius.git] / src / lib / dict.c
2013-03-01 Alan T. DeKokEnsure that the directory name always ends with /
2013-03-01 Alan T. DeKokRemove extraneous fprintf
2013-03-01 Alan T. DeKokProperly track relative / absolute filenames
2013-02-19 Alan T. DeKokAllocate from the dict pool, not via malloc
2013-02-19 Arran Cudbard-Belldict_attr_free should check pointer value
2013-02-17 Alan T. DeKokdir can't be NULL
2013-02-17 Alan T. DeKokEnsure da is initialized and checked
2013-02-16 Arran Cudbard-BellFixup Doxygen comments
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokUpdate vp->da in pairalloc(), and update dictionary...
2013-02-16 Alan T. DeKokMade Vendor-Specific to be of data tyoe "vsa"
2013-02-16 Alan T. DeKokUpdated dictionary functions in preparation for new...
2013-02-13 Alan T. DeKokFix typo.
2013-02-13 Arran Cudbard-BellTypo
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Arran Cudbard-Bellfree_dict_attr should set pointer to NULL after freeing
2013-02-12 Arran Cudbard-BellAdd function to create unknown attributes from text...
2013-02-12 Arran Cudbard-BellAdditional dictionary functions for working with dynami...
2013-02-12 Alan T. DeKokAdded dict_attrbytype(attr, vendor, type)
2013-02-12 Arran Cudbard-BellRename unknown_attr to is_unkown (like is_tlv)
2013-02-12 Arran Cudbard-BellAdd dict_attrunknown function for when we don't have...
2013-02-12 Alan T. DeKokAdded dict_attrbyparent()
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-27 Alan T. DeKokRestructure how attributes are packed
2012-12-27 Alan T. DeKokSimplify "extended" handling.
2012-12-20 Alan T. DeKokAdd IPv4prefix data type for RFC 6572
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-06 Alan T. DeKokCheck for more parse errors when reading dicts. Bug...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-05-04 Alan T. DeKokExpose str2argv()
2012-04-29 Alan T. DeKokRenamed "extended-flags" to "long-extended"
2012-02-13 Alan T. DeKokAdded provisions for "site local" dictionaries
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
next