add new RADIUS client library
authorLuke Howard <lukeh@padl.com>
Sun, 13 Nov 2011 05:16:05 +0000 (16:16 +1100)
committerLuke Howard <lukeh@padl.com>
Sun, 13 Nov 2011 05:16:05 +0000 (16:16 +1100)
commit7ec93ff9e4d979e4bbcf33f9c90c94dc9d3cdba9
treef10529f4e308bd082dcc348487d53bb50b3cbd87
parentceecc52da787a7a2e495d913cbaa7dbe1d7830fb
add new RADIUS client library
32 files changed:
lib/radius/LICENSE [new file with mode: 0644]
lib/radius/Makefile [new file with mode: 0644]
lib/radius/attrs.c [new file with mode: 0644]
lib/radius/client.h [new file with mode: 0644]
lib/radius/common.pl [new file with mode: 0644]
lib/radius/convert.pl [new file with mode: 0755]
lib/radius/crypto.c [new file with mode: 0644]
lib/radius/custom.c [new file with mode: 0644]
lib/radius/dict.c [new file with mode: 0644]
lib/radius/dictionaries.c [new file with mode: 0644]
lib/radius/doc.txt [new file with mode: 0644]
lib/radius/doxygen.conf [new file with mode: 0644]
lib/radius/examples/Makefile [new file with mode: 0644]
lib/radius/examples/example_1.c [new file with mode: 0644]
lib/radius/examples/example_2.c [new file with mode: 0644]
lib/radius/examples/example_3.c [new file with mode: 0644]
lib/radius/examples/example_4.c [new file with mode: 0644]
lib/radius/examples/nr_vp_create.c [new file with mode: 0644]
lib/radius/header.pl [new file with mode: 0755]
lib/radius/id.c [new file with mode: 0644]
lib/radius/packet.c [new file with mode: 0644]
lib/radius/parse.c [new file with mode: 0644]
lib/radius/print.c [new file with mode: 0644]
lib/radius/radius.h [new file with mode: 0644]
lib/radius/share/dictionary.microsoft [new file with mode: 0644]
lib/radius/share/dictionary.txt [new file with mode: 0644]
lib/radius/share/dictionary.vendor [new file with mode: 0644]
lib/radius/static.c [new file with mode: 0644]
lib/radius/tests/Makefile [new file with mode: 0644]
lib/radius/tests/radattr.c [new file with mode: 0644]
lib/radius/tests/rfc.txt [new file with mode: 0644]
lib/radius/valuepair.c [new file with mode: 0644]