summaryrefslogtreecommitdiff
path: root/lib/peer.c
Commit message (Collapse)AuthorAge
* Update copyright years.Linus Nordberg2013-05-09
|
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-19
| | | | And distribute LICENSE and HACKING.
* Merge libradsec-new-client.Linus Nordberg2012-04-27
|\
| * port to new RADIUS client libraryLuke Howard2011-11-14
| |
* | Don't resolve DNS names in rs_peer_set_address().Linus Nordberg2012-04-26
| | | | | | | | It simply stores (a copy of) hostname and service name in PEER.
* | Follow name change of rs_resolv().Linus Nordberg2012-04-26
|/
* Rename and move around a few helper functions.Linus Nordberg2011-03-09
|
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-06
| | | | Also, move copyright notice out of COPYING and into every file.
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-28
Move peer (former server) things to new file peer.c. Update examples.