Add support for extended attributes: draft-dekok-radext-radius-extensions
authorAlan T. DeKok <aland@freeradius.org>
Thu, 9 Sep 2010 13:29:29 +0000 (15:29 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 9 Sep 2010 13:29:29 +0000 (15:29 +0200)
commit3fe7a409cbbc70bf0bee41c46a38d6fdfa77c697
tree004a8de6170cff5e78d29e0588f3676ddc64497e
parent490112b74bf3ecfb291ad4d22a26eb4ffc1aee89
Add support for extended attributes: draft-dekok-radext-radius-extensions

We can encode / decode all non-TLV types without a problem.
TLVs are currently limited to one level (241.1.2), and to the
length of the encapsulating RADIUS attribute.

The "M" flag for extended attributes with flags is not supported.
share/dictionary
share/dictionary.extended [new file with mode: 0644]
src/include/libradius.h
src/include/radius.h
src/lib/dict.c
src/lib/radius.c