| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two helper functions to conn.[ch]. | Linus Nordberg | 2013-01-24 | 1 | -0/+15 |
* | Order functions properly in conn.c. | Linus Nordberg | 2013-01-24 | 1 | -17/+19 |
* | Rename rs_packet_flags members. | Linus Nordberg | 2013-01-24 | 1 | -3/+3 |
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -0/+2 |
|\ |
|
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -0/+2 |
* | | Missing response packet in rs_conn_receive_packet doesn't have to be a bug. | Linus Nordberg | 2012-04-25 | 1 | -1/+4 |
* | | Fix a comment. | Linus Nordberg | 2012-04-25 | 1 | -1/+1 |
* | | Fix a typo in a comment. | Linus Nordberg | 2011-12-14 | 1 | -1/+1 |
|/ |
|
* | Don't touch TLS specific things w/o RS_ENABLE_TLS. | Linus Nordberg | 2011-03-15 | 1 | -0/+2 |
* | [TLS] Do free SSL and SSL_CTX objects. | Linus Nordberg | 2011-03-14 | 1 | -3/+6 |
* | [UDP] Free the event base _after_ freeing the read and write events. | Linus Nordberg | 2011-03-14 | 1 | -2/+2 |
* | Don't free connection on error, just close it. | Linus Nordberg | 2011-03-14 | 1 | -3/+4 |
* | [UDP] Free read/write events when destroying connection. | Linus Nordberg | 2011-03-13 | 1 | -0/+4 |
* | Formatting changes. | Linus Nordberg | 2011-03-13 | 1 | -20/+8 |
* | Do free the connection object. | Linus Nordberg | 2011-03-11 | 1 | -0/+2 |
* | Get UDP working. | Linus Nordberg | 2011-03-09 | 1 | -5/+9 |
* | Remove superfluous assignment. | Linus Nordberg | 2011-03-09 | 1 | -1/+0 |
* | Add retransmission timer support (UDP). | Linus Nordberg | 2011-03-09 | 1 | -0/+17 |
* | Rename and move around a few helper functions. | Linus Nordberg | 2011-03-09 | 1 | -40/+1 |
* | Timeout implemented in request objects, supported by TCP. | Linus Nordberg | 2011-03-08 | 1 | -0/+8 |
* | Don't return -1 to user but rather an error code. | Linus Nordberg | 2011-03-08 | 1 | -1/+1 |
* | Move verification of response packets up to a level where it makes sense. | Linus Nordberg | 2011-03-07 | 1 | -22/+51 |
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+92 |
* | UDP w/o bufferevents, part 1. | Linus Nordberg | 2011-03-06 | 1 | -8/+6 |
* | Error handling cleanup 2. | Linus Nordberg | 2011-03-01 | 1 | -8/+7 |
* | Don't have the connection freeing peers -- it's the contexts responsibility. | Linus Nordberg | 2011-03-01 | 1 | -9/+1 |
* | Remove last trace of server and client in API. | Linus Nordberg | 2011-02-28 | 1 | -3/+3 |
* | Config file changes and small API changes. | Linus Nordberg | 2011-02-24 | 1 | -21/+40 |
* | Improve protocol robustness and invoke user callbacks. | Linus Nordberg | 2011-02-19 | 1 | -5/+46 |
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -1/+6 |
* | Move connection related functions to conn.c. | Linus Nordberg | 2010-10-19 | 1 | -0/+141 |