summaryrefslogtreecommitdiffstats
path: root/src/lib/krad/t_daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* Use pipe instead of sigwait for krad testsGreg Hudson2013-07-141-9/+6
| | | | | | | | We've never used sigwait() before, and it has some problems on Solaris 10 (a nonconformant prototype by default, and experimentally it didn't seem to work correctly with _POSIX_PTHREAD_SEMANTICS defined). Use a pipe instead. Make t_daemon.py less chatty on stdout to avoid filling the pipe buffer.
* Add libkradNathaniel McCallum2013-07-111-0/+76
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)