If the tag is invalid, rad_send() should ignore it, and set tag
authoraland <aland>
Wed, 20 Feb 2002 16:19:13 +0000 (16:19 +0000)
committeraland <aland>
Wed, 20 Feb 2002 16:19:13 +0000 (16:19 +0000)
commit8960cc777a873591907b808a225fdf7b93952140
tree62da9881283f93e93a554059f3b58ceab25bdefc
parent1e96643763e4e67a25591140f2499c106cde5492
If the tag is invalid,  rad_send() should ignore it, and set tag
to 0x00.

rad_decode(), if the type of attribute is string and has an invalid
tag, it should recognize the first octet as being part of the string.

If the attribute is "Tunnel-Password", and has invalid tag, then
the tag should be ignored.

Patch from Takahiro Wagatsuma <waga@sic.shibaura-it.ac.jp>
src/lib/radius.c