in DICT_VENDOR, name is "name", not "vendorname"
authoraland <aland>
Thu, 19 Feb 2004 17:23:17 +0000 (17:23 +0000)
committeraland <aland>
Thu, 19 Feb 2004 17:23:17 +0000 (17:23 +0000)
commit5917f9679224b39015ece535c22f50ab521a6b24
tree90c475222d22040286b8b56e3b2a36d89923ca3f
parent1a7811d06bd4d60b617829a14fce29054295c877
in DICT_VENDOR, name is "name", not "vendorname"

dict_vendorname is a bad name.  Use dict_vendorbyname for compatibility
with other dictionary functions.

Add dict_vendorbyvalue

When printing names for unknown attributes, use vendor name, if
it exists.  Cisco-Attr-1 is easier to read than Vendor-9-Attr-1
src/include/libradius.h
src/lib/dict.c
src/lib/valuepair.c