Add support for Vendor Specific Suboptions (RFC 4243)
[freeradius.git] / src / lib / dict.c
2014-06-24 Arran Cudbard-BellAdd support for Vendor Specific Suboptions (RFC 4243)
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-14 Alan T. DeKokAdd function to look up "name:0" or "name[1]" or "name...
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-14 Arran Cudbard-Bellfix dict_addattr call in rlm_sqlcounter
2014-02-11 Alan T. DeKokFix typos
2014-02-07 Alan T. DeKokMake error messages clearer for users
2014-01-27 Arran Cudbard-BellReplace dattr with da
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-26 Alan T. DeKokCheck the stat cache for every dictionary we read
2014-01-26 Alan T. DeKokCache files based on inode, etc. not name
2014-01-26 Alan T. DeKokDon't call free() for pool alloc'd things
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-11-01 Alan T. DeKokMark WiMAX "unknown" DICT_ATTRs as being WiMAX
2013-10-14 Alan T. DeKokRemove unnecessary assignment
2013-08-06 Alan T. DeKokOh well
2013-08-06 Alan T. DeKokAttribute codes of zero are forbidden
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-23 Alan T. DeKokAllow for generic pointers in dictionaries
2013-06-18 Alan T. DeKokCorrect documentation
2013-06-12 Alan T. DeKokFix typos
2013-06-11 Alan T. DeKokExpose min / max sizes for the data types
2013-05-12 Alan T. DeKokMade "cidr" a synonym for ipv4prefix
2013-05-08 Alan T. DeKokMore checks for concatenated attrs
2013-05-07 Alan T. DeKokAdd the "concat" flag
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-14 Alan T. DeKokAdd dict_read() API.
2013-04-11 Alan T. DeKokMove and expose list of allowed attribute names
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Alan T. DeKokFix alignment issues
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
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.
next