summaryrefslogtreecommitdiff
path: root/lib/include/radsec/radsec.h
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent with naming of formal arguments.Linus Nordberg2011-03-021-1/+1
|
* Error handling cleanup 3.Linus Nordberg2011-03-011-1/+2
| | | | Split timeout errors in connecting and I/O.
* Error handling cleanupLinus Nordberg2011-03-011-1/+0
| | | | | Remove RSE_SOME_ERROR. rs_tls_init: Push SSL error stack on libradsec error stack.
* Add RSE_INVAL.Linus Nordberg2011-03-011-0/+1
|
* Remove last trace of server and client in API.Linus Nordberg2011-02-281-5/+5
|
* Rename relevant functions to reflect authn as opposed to authz.Linus Nordberg2011-02-281-4/+4
| | | | Also add a "bare" create request function.
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-281-7/+7
| | | | | Move peer (former server) things to new file peer.c. Update examples.
* Cosmetic header file changes.Linus Nordberg2011-02-281-28/+39
|
* Config file changes and small API changes.Linus Nordberg2011-02-241-1/+3
| | | | | | | | 'timeout' and 'tries' move from 'server' stanza to top. 'tries' is now 'retries'. Moving around in internal data structs, making struct peer strictly config. Bug fixes in configuration code. Adding some more cleanup code, freeing allocated memory (still not done!).
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-191-8/+10
| | | | | | | | | | | | All aborts are removed, as well as all asserts which aren't programming errors. When an invalid packet is received, the connection is closed, as per draft-ietf-radext-tcp-transport-08 (2.6.4). Use new rs_debug() macro rather than fprintf() for debug printouts. Coding style overhaul.
* Add comments on some error codes.Linus Nordberg2011-02-041-4/+4
|
* API breakage -- rename rs_packet_create_acc_request().linus2011-01-211-5/+6
|
* Add extern "C" guards to all header files.Linus Nordberg2010-11-111-0/+8
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-0/+2
| | | | | | | 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-111-0/+3
|\ | | | | | | | | | | 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-111-0/+1
| |
| * Request object implementation and bug fixes by Luke Howard.Linus Nordberg2010-10-111-0/+2
| |
* | 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-051-10/+12
|
* Remove unused.Linus Nordberg2010-10-041-3/+0
|
* Formatting (indent -kr).Linus Nordberg2010-10-041-26/+44
|
* WIP -- reading configuration.Linus Nordberg2010-10-041-1/+2
|
* WIPLinus Nordberg2010-10-031-8/+12
|
* WIPLinus Nordberg2010-10-031-4/+5
|
* Rename the error functions.Linus Nordberg2010-10-031-6/+6
|
* WIPLinus Nordberg2010-10-031-0/+122