summaryrefslogtreecommitdiff
path: root/lib/err.c
Commit message (Collapse)AuthorAgeFilesLines
* Add RSE_DISCO.Linus Nordberg2011-03-091-0/+1
|
* Rename and move around a few helper functions.Linus Nordberg2011-03-091-22/+53
|
* Timeout implemented in request objects, supported by TCP.Linus Nordberg2011-03-081-0/+1
| | | | TODO: UDP.
* Clean up struct rs_error somewhat.Linus Nordberg2011-03-081-14/+5
| | | | More to be done here!
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-1/+2
| | | | Also, move copyright notice out of COPYING and into every file.
* Error handling cleanup 3.Linus Nordberg2011-03-011-1/+2
| | | | Split timeout errors in connecting and I/O.
* Error handling cleanupLinus Nordberg2011-03-011-4/+0
| | | | | Remove RSE_SOME_ERROR. rs_tls_init: Push SSL error stack on libradsec error stack.
* Add RSE_INVAL.Linus Nordberg2011-03-011-1/+1
|
* Config file changes and small API changes.Linus Nordberg2011-02-241-1/+10
| | | | | | | | '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-2/+2
| | | | | | | | | | | | 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.
* Do print generic error strings.Linus Nordberg2010-11-111-21/+21
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-5/+9
| | | | | | | 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.
* Request object implementation and bug fixes by Luke Howard.Linus Nordberg2010-10-111-1/+1
|
* Rename struct rs_handle --> rs_context.Linus Nordberg2010-10-051-6/+10
|
* WIP -- reading configuration.Linus Nordberg2010-10-041-12/+33
|
* Rename the error functions.Linus Nordberg2010-10-031-6/+6
|
* WIP.Linus Nordberg2010-10-021-3/+3
|
* WIPLinus Nordberg2010-10-021-2/+2
|
* WIPLinus Nordberg2010-10-011-0/+2
|
* Refactoring in preparation for handling more cases than client sending one ↵Linus Nordberg2010-09-291-2/+12
| | | | packet.
* WIP -- connecting and sending a packet using libevent.Linus Nordberg2010-09-291-2/+2
|
* WIP -- resolving, crafting packet.Linus Nordberg2010-09-291-2/+2
|
* WIPLinus Nordberg2010-09-281-0/+10
|
* WIP.Linus Nordberg2010-09-281-19/+65
|
* WIP on libradsec: 94e3f46 Example client crafting simple packet using ↵Linus Nordberg2010-09-271-0/+121
freeradius-libradius.