summaryrefslogtreecommitdiff
path: root/lib/include/radsec/radsec-impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Have rad_decode() verify responses.Luke Howard2010-10-111-0/+1
|
* Request object implementation and bug fixes by Luke Howard.Linus Nordberg2010-10-111-0/+1
|
* Robustness fixes (and some callback invocation) by Luke Howard.Linus Nordberg2010-10-101-0/+2
| | | | | | | | | | | | * lib/packet.c (_packet_create): Set packet identity properly. (_do_send): Return an int. (_do_send): Don't ignore rad_encode() errors. (_do_send): Do invoke rad_sign(). (_event_cb): Invoke callbacks. (_event_cb): Honour _do_send() return code. (_read_cb): Check packet (by invoking rad_packet_ok()). (_read_cb): Don't ignore rad_decode() errors. (_read_cb): Invoke callbacks.
* Rename struct rs_handle --> rs_context.Linus Nordberg2010-10-051-9/+14
|
* WIP -- reading configuration.Linus Nordberg2010-10-041-0/+8
|
* WIPLinus Nordberg2010-10-031-0/+1
|
* WIPLinus Nordberg2010-10-031-8/+13
|
* WIPLinus Nordberg2010-10-031-1/+1
|
* WIPLinus Nordberg2010-10-031-2/+2
|
* WIP.Linus Nordberg2010-10-021-0/+88