summaryrefslogtreecommitdiffstats
path: root/src/lib/krad/t_attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor type issues in krad testsGreg Hudson2013-07-141-1/+1
| | | | | Use unsigned char for test encodings, since the initializers use values greater than 127.
* Add libkradNathaniel McCallum2013-07-111-0/+89
The new library libkrad provides code for the parsing of RADIUS packets as well as client implementation based around libverto. This library should be considered unstable. ticket: 7678 (new)