summaryrefslogtreecommitdiff
path: root/lib/conn.c
Commit message (Expand)AuthorAge
* Move lib to the root.Linus Nordberg2014-02-05
* Avoid leaking memory when receiving a bad response.Linus Nordberg2013-11-18
* Don't crash on reading invalid messages.Linus Nordberg2013-05-15
* Update copyright years.Linus Nordberg2013-05-09
* Add two helper functions to conn.[ch].Linus Nordberg2013-01-24
* Order functions properly in conn.c.Linus Nordberg2013-01-24
* Rename rs_packet_flags members.Linus Nordberg2013-01-24
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-19
* Merge libradsec-new-client.Linus Nordberg2012-04-27
|\
| * port to new RADIUS client libraryLuke Howard2011-11-14
* | Missing response packet in rs_conn_receive_packet doesn't have to be a bug.Linus Nordberg2012-04-25
* | Fix a comment.Linus Nordberg2012-04-25
* | Fix a typo in a comment.Linus Nordberg2011-12-14
|/
* Don't touch TLS specific things w/o RS_ENABLE_TLS.Linus Nordberg2011-03-15
* [TLS] Do free SSL and SSL_CTX objects.Linus Nordberg2011-03-14
* [UDP] Free the event base _after_ freeing the read and write events.Linus Nordberg2011-03-14
* Don't free connection on error, just close it.Linus Nordberg2011-03-14
* [UDP] Free read/write events when destroying connection.Linus Nordberg2011-03-13
* Formatting changes.Linus Nordberg2011-03-13
* Do free the connection object.Linus Nordberg2011-03-11
* Get UDP working.Linus Nordberg2011-03-09
* Remove superfluous assignment.Linus Nordberg2011-03-09
* Add retransmission timer support (UDP).Linus Nordberg2011-03-09
* Rename and move around a few helper functions.Linus Nordberg2011-03-09
* Timeout implemented in request objects, supported by TCP.Linus Nordberg2011-03-08
* Don't return -1 to user but rather an error code.Linus Nordberg2011-03-08
* Move verification of response packets up to a level where it makes sense.Linus Nordberg2011-03-07
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-06
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-06
* Error handling cleanup 2.Linus Nordberg2011-03-01
* Don't have the connection freeing peers -- it's the contexts responsibility.Linus Nordberg2011-03-01
* Remove last trace of server and client in API.Linus Nordberg2011-02-28
* Config file changes and small API changes.Linus Nordberg2011-02-24
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-19
* Bringing up TLS connections working.Linus Nordberg2010-11-11
* Move connection related functions to conn.c.Linus Nordberg2010-10-19