summaryrefslogtreecommitdiff
path: root/lib/conn.c
Commit message (Expand)AuthorAgeFilesLines
* user dispatch WIP 0Linus Nordberg2013-01-241-1/+17
* Rename rs_packet_flags members.Linus Nordberg2013-01-241-3/+3
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-191-1/+1
* Merge libradsec-new-client.Linus Nordberg2012-04-271-0/+2
|\
| * port to new RADIUS client libraryLuke Howard2011-11-141-0/+2
* | Missing response packet in rs_conn_receive_packet doesn't have to be a bug.Linus Nordberg2012-04-251-1/+4
* | Fix a comment.Linus Nordberg2012-04-251-1/+1
* | Fix a typo in a comment.Linus Nordberg2011-12-141-1/+1
|/
* Don't touch TLS specific things w/o RS_ENABLE_TLS.Linus Nordberg2011-03-151-0/+2
* [TLS] Do free SSL and SSL_CTX objects.Linus Nordberg2011-03-141-3/+6
* [UDP] Free the event base _after_ freeing the read and write events.Linus Nordberg2011-03-141-2/+2
* Don't free connection on error, just close it.Linus Nordberg2011-03-141-3/+4
* [UDP] Free read/write events when destroying connection.Linus Nordberg2011-03-131-0/+4
* Formatting changes.Linus Nordberg2011-03-131-20/+8
* Do free the connection object.Linus Nordberg2011-03-111-0/+2
* Get UDP working.Linus Nordberg2011-03-091-5/+9
* Remove superfluous assignment.Linus Nordberg2011-03-091-1/+0
* Add retransmission timer support (UDP).Linus Nordberg2011-03-091-0/+17
* Rename and move around a few helper functions.Linus Nordberg2011-03-091-40/+1
* Timeout implemented in request objects, supported by TCP.Linus Nordberg2011-03-081-0/+8
* Don't return -1 to user but rather an error code.Linus Nordberg2011-03-081-1/+1
* Move verification of response packets up to a level where it makes sense.Linus Nordberg2011-03-071-22/+51
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-1/+92
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-061-8/+6
* Error handling cleanup 2.Linus Nordberg2011-03-011-8/+7
* Don't have the connection freeing peers -- it's the contexts responsibility.Linus Nordberg2011-03-011-9/+1
* Remove last trace of server and client in API.Linus Nordberg2011-02-281-3/+3
* Config file changes and small API changes.Linus Nordberg2011-02-241-21/+40
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-191-5/+46
* Bringing up TLS connections working.Linus Nordberg2010-11-111-1/+6
* Move connection related functions to conn.c.Linus Nordberg2010-10-191-0/+141