summaryrefslogtreecommitdiff
path: root/lib/include
Commit message (Collapse)AuthorAgeFilesLines
* Add comments on some error codes.Linus Nordberg2011-02-041-4/+4
|
* Reorder function prototypes.Linus Nordberg2011-02-021-1/+1
|
* API breakage -- rename rs_packet_create_acc_request().linus2011-01-211-5/+6
|
* Add extern "C" guards to all header files.Linus Nordberg2010-11-114-0/+32
|
* Bringing up TLS connections working.Linus Nordberg2010-11-112-0/+14
| | | | | | | NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work.
* Merge branch 'merge-luke' into libradsecLinus Nordberg2010-10-113-3/+10
|\ | | | | | | | | | | 8a676ab Robustness fixes (and some callback invocation) by Luke Howard. ff55882 Request object implementation and bug fixes by Luke Howard. 06936d1 Have rad_decode() verify responses.
| * Have rad_decode() verify responses.Luke Howard2010-10-113-6/+2
| |
| * Request object implementation and bug fixes by Luke Howard.Linus Nordberg2010-10-113-0/+9
| |
| * 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 rs_req_* --> rs_request_.Linus Nordberg2010-10-101-3/+3
| | | | | | | | Contributed by Luke Howard.
* | Don't require username & pw in rs_packet_create_acc_request().Linus Nordberg2010-10-101-2/+2
|/
* Add rs_conn_fd().Linus Nordberg2010-10-051-0/+1
|
* Rename struct rs_handle --> rs_context.Linus Nordberg2010-10-052-19/+26
|
* Autotoolize.Linus Nordberg2010-10-051-0/+7
|
* Remove unused.Linus Nordberg2010-10-041-3/+0
|
* Formatting (indent -kr).Linus Nordberg2010-10-041-26/+44
|
* WIP -- reading configuration.Linus Nordberg2010-10-042-1/+10
|
* WIPLinus Nordberg2010-10-032-8/+13
|
* WIPLinus Nordberg2010-10-032-12/+18
|
* Rename the error functions.Linus Nordberg2010-10-031-6/+6
|
* WIP -- prepare for request objects.Linus Nordberg2010-10-032-0/+17
|
* WIPLinus Nordberg2010-10-032-1/+123
|
* WIPLinus Nordberg2010-10-031-2/+2
|
* WIP.Linus Nordberg2010-10-022-121/+0
|
* WIPLinus Nordberg2010-10-022-0/+209