Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add RSE_DISCO. | Linus Nordberg | 2011-03-09 | 1 | -0/+1 |
| | |||||
* | Rename and move around a few helper functions. | Linus Nordberg | 2011-03-09 | 1 | -22/+53 |
| | |||||
* | Timeout implemented in request objects, supported by TCP. | Linus Nordberg | 2011-03-08 | 1 | -0/+1 |
| | | | | TODO: UDP. | ||||
* | Clean up struct rs_error somewhat. | Linus Nordberg | 2011-03-08 | 1 | -14/+5 |
| | | | | More to be done here! | ||||
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+2 |
| | | | | Also, move copyright notice out of COPYING and into every file. | ||||
* | Error handling cleanup 3. | Linus Nordberg | 2011-03-01 | 1 | -1/+2 |
| | | | | Split timeout errors in connecting and I/O. | ||||
* | Error handling cleanup | Linus Nordberg | 2011-03-01 | 1 | -4/+0 |
| | | | | | Remove RSE_SOME_ERROR. rs_tls_init: Push SSL error stack on libradsec error stack. | ||||
* | Add RSE_INVAL. | Linus Nordberg | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | Config file changes and small API changes. | Linus Nordberg | 2011-02-24 | 1 | -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 Nordberg | 2011-02-19 | 1 | -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 Nordberg | 2010-11-11 | 1 | -21/+21 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -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 Nordberg | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Rename struct rs_handle --> rs_context. | Linus Nordberg | 2010-10-05 | 1 | -6/+10 |
| | |||||
* | WIP -- reading configuration. | Linus Nordberg | 2010-10-04 | 1 | -12/+33 |
| | |||||
* | Rename the error functions. | Linus Nordberg | 2010-10-03 | 1 | -6/+6 |
| | |||||
* | WIP. | Linus Nordberg | 2010-10-02 | 1 | -3/+3 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-02 | 1 | -2/+2 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-01 | 1 | -0/+2 |
| | |||||
* | Refactoring in preparation for handling more cases than client sending one ↵ | Linus Nordberg | 2010-09-29 | 1 | -2/+12 |
| | | | | packet. | ||||
* | WIP -- connecting and sending a packet using libevent. | Linus Nordberg | 2010-09-29 | 1 | -2/+2 |
| | |||||
* | WIP -- resolving, crafting packet. | Linus Nordberg | 2010-09-29 | 1 | -2/+2 |
| | |||||
* | WIP | Linus Nordberg | 2010-09-28 | 1 | -0/+10 |
| | |||||
* | WIP. | Linus Nordberg | 2010-09-28 | 1 | -19/+65 |
| | |||||
* | WIP on libradsec: 94e3f46 Example client crafting simple packet using ↵ | Linus Nordberg | 2010-09-27 | 1 | -0/+121 |
freeradius-libradius. |