Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace changes in license headers. | Linus Nordberg | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Include <sys/types.h> for Junos. | Linus Nordberg | 2012-12-18 | 1 | -0/+1 |
| | | | | Fix from Luke Howard. | ||||
* | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -3/+3 |
| | |||||
* | Remove struct rs_attr and all use of it. | Linus Nordberg | 2011-03-14 | 1 | -6/+0 |
| | | | | | | | A new API for attributes will be added once we've decided how to deal with RADIUS packets internally. For now, removing the half baked wrapping seems more sensible than trying to free rs_attr objects and their VALUE_PAIR's. | ||||
* | 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. | ||||
* | Improve protocol robustness and invoke user callbacks. | Linus Nordberg | 2011-02-19 | 1 | -3/+6 |
| | | | | | | | | | | | | 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 and use rs_debug() instead of fprintf to stderr. | Linus Nordberg | 2011-02-04 | 1 | -0/+17 |
| | |||||
* | Replace some code for debug printouts. | Linus Nordberg | 2011-02-02 | 1 | -63/+8 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -0/+4 |
| | | | | | | | 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. | ||||
* | WIP. | Linus Nordberg | 2010-10-02 | 1 | -2/+2 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-02 | 1 | -2/+2 |
| | |||||
* | WIP | Linus Nordberg | 2010-10-01 | 1 | -0/+2 |
| | |||||
* | WIP. | Linus Nordberg | 2010-09-28 | 1 | -0/+8 |
| | |||||
* | WIP | Linus Nordberg | 2010-09-27 | 1 | -0/+71 |