Fix checks for EVS
[freeradius.git] / src / lib / dict.c
2015-09-28 Alan T. DeKokFix checks for EVS
2015-09-25 Alan T. DeKokRevert "Don't do tlv checks on 'internal' attributes...
2015-09-25 Alan T. DeKokDon't do tlv checks on 'internal' attributes
2015-09-25 Alan T. DeKokCan't use sub-TLVs if the parent isn't a TLV
2015-09-25 Alan T. DeKokbetter implementation of dict_parent
2015-09-14 Alan T. DeKokEnforce more restraints, and allow "octets[24] encrypt=1"
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-12 Alan T. DeKokUse da->vendor not da->attr for EVS block vendor
2015-06-12 Alan T. DeKokRe-arrange add vendor code
2015-06-03 Alan T. DeKokFix LGPL text broken by 1af9582b2
2015-02-10 Herwin WeststrateFixed a number of double semicolons in source
2015-01-26 Alan T. DeKokun-confuse cppcheck
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-10 Arran Cudbard-BellTypo
2015-01-10 Arran Cudbard-BellFormatting
2015-01-02 Arran Cudbard-BellOnly restrict attribute numbers for VSAs when processin...
2014-12-31 Arran Cudbard-BellPerform implicit conversion from unknown attribute...
2014-12-15 Arran Cudbard-BellCoverity CID #1258567
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-10 Alan T. DeKokDisallow attribute zero in the dictionaries. Closes...
2014-12-09 Arran Cudbard-BellFix argument order in fr_prints so out is first
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-19 Arran Cudbard-BellZero length unknown attributes should produce an error
2014-10-30 Arran Cudbard-BellCopy the name field of polymorphic attributes correctly
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-30 Arran Cudbard-BellFormatting
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-10-01 Alan T. DeKokFramework for virtual attributes.
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-09-27 Arran Cudbard-BellTypo
2014-09-27 Arran Cudbard-BellUse memory within value_pair_tmpl_t structs to hold...
2014-09-27 Arran Cudbard-Bell':' is not a valid dictionary name character
2014-09-27 Arran Cudbard-BellModify dict_attrbytagged_name to update src string...
2014-09-18 Alan T. DeKokFunction to add unknown attributes to the dictionary
2014-09-18 Alan T. DeKokUnknown attributes are of type "octets", and therefore...
2014-09-18 Alan T. DeKokUnknown dictionary attributes are now talloc'd.
2014-09-17 Alan T. DeKokFree unknown DICT_ATTRs. Closes #795
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
2014-07-01 Arran Cudbard-BellInline breaks linking?
2014-07-01 Arran Cudbard-BellOther things still reference dict_attr_allowed_chars
2014-07-01 Arran Cudbard-BellBetter errors on junk chars in 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...
next