Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -0/+3 |
|\ | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -0/+3 |
| | | |||||
* | | Don't resolve DNS names in rs_peer_set_address(). | Linus Nordberg | 2012-04-26 | 1 | -6/+8 |
| | | | | | | | | It simply stores (a copy of) hostname and service name in PEER. | ||||
* | | Follow name change of rs_resolv(). | Linus Nordberg | 2012-04-26 | 1 | -2/+2 |
|/ | |||||
* | Rename and move around a few helper functions. | Linus Nordberg | 2011-03-09 | 1 | -5/+26 |
| | |||||
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+18 |
| | | | | Also, move copyright notice out of COPYING and into every file. | ||||
* | API changes: rs_client* --> rs_peer. | Linus Nordberg | 2011-02-28 | 1 | -0/+70 |
Move peer (former server) things to new file peer.c. Update examples. |