summaryrefslogtreecommitdiff
path: root/lib/peer.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'libradsec' into libradsec-server-supportLinus Nordberg2013-05-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/HACKING lib/Makefile.am lib/README lib/compat.h lib/conf.c lib/configure.ac lib/conn.c lib/conn.h lib/err.c lib/err.h lib/event.c lib/event.h lib/examples/Makefile.am lib/examples/client-blocking.c lib/examples/client.conf lib/include/radsec/radsec-impl.h lib/include/radsec/radsec.h lib/include/radsec/request-impl.h lib/include/radsec/request.h lib/packet.c lib/packet.h lib/peer.c lib/peer.h lib/request.c lib/send.c lib/tcp.c lib/tests/Makefile.am lib/tls.c lib/udp.c lib/util.c
| * Update copyright years.Linus Nordberg2013-05-091-2/+2
| |
* | WIP commit moving towards working server support.Linus Nordberg2013-05-151-5/+5
| |
* | Revamping for listeners.Linus Nordberg2013-03-011-28/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Split rs_connection into rs_baseconn plus rs_connection and rs_listener. Connections now has a state variable. Connect buffer event and fd of _source_ connection, not that of conn->active_peer. The connection object referred to by a peer is not meant for using as a connection, only for reporting errors on. Make sure things are sane even when not using a config file. Bump library interface version to 1.0.0 since it's changed.
* | WIP commit for listener support.Linus Nordberg2013-02-191-6/+6
|/
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-191-1/+1
| | | | And distribute LICENSE and HACKING.
* Merge libradsec-new-client.Linus Nordberg2012-04-271-0/+3
|\
| * port to new RADIUS client libraryLuke Howard2011-11-141-0/+3
| |
* | Don't resolve DNS names in rs_peer_set_address().Linus Nordberg2012-04-261-6/+8
| | | | | | | | It simply stores (a copy of) hostname and service name in PEER.
* | Follow name change of rs_resolv().Linus Nordberg2012-04-261-2/+2
|/
* Rename and move around a few helper functions.Linus Nordberg2011-03-091-5/+26
|
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-1/+18
| | | | Also, move copyright notice out of COPYING and into every file.
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-281-0/+70
Move peer (former server) things to new file peer.c. Update examples.