Initial patch to allow support for RFC 2868 Tagged Attributes.
authorcparker <cparker>
Wed, 31 Oct 2001 17:01:13 +0000 (17:01 +0000)
committercparker <cparker>
Wed, 31 Oct 2001 17:01:13 +0000 (17:01 +0000)
commit7c93421281d88b78b5423dbbb75ac1f933954788
treedf627177e5e37d11bc279b0d97ccfb74eafcb67c
parent81f42eb2b63b17a8ada0f8710f73d25c752ec583
Initial patch to allow support for RFC 2868 Tagged Attributes.
This patch adds to the ATTR_FLAGS struct for attributes, and
will read tag and vendor options properly from the dictionary.
It also parses tags into the FLAGS struct on received packets.
'dict_addattr' has an additional option to pass the ATTR_FLAGS
struct when reading the dictionary.
src/include/libradius.h
src/include/radius.h
src/lib/dict.c
src/lib/print.c
src/lib/radius.c