| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a listen(2) backlog of 128. | Linus Nordberg | 2017-01-18 | 1 | -1/+1 |
* | Don't call ERR_remove_thread_state(). | Linus Nordberg | 2016-09-21 | 1 | -3/+0 |
* | Use ERR_remove_thread_state() instead of ERR_remove_state(). | Linus Nordberg | 2016-09-21 | 1 | -3/+3 |
* | Stomp less on other threads memory.stompless-rebased-squashed | Linus Nordberg | 2016-09-21 | 1 | -2/+8 |
* | Fix heap overflow in raddtlsget(), radtcpget() and radtlsget(). | Linus Nordberg | 2015-01-16 | 1 | -0/+4 |
* | Time out on TLS clients not closing the connection properly. | Linus Nordberg | 2013-08-26 | 1 | -1/+1 |
* | When timing out while reading from a TLS server, shutdown the socket properly. | Linus Nordberg | 2013-08-26 | 1 | -0/+9 |
* | Don't wait for _writable_ when _reading_ an SSL socket. | Linus Nordberg | 2013-08-26 | 1 | -10/+11 |
* | Create threads with a 32 KB stack rather than what happens to be the default. | Linus Nordberg | 2013-08-26 | 1 | -2/+2 |
* | Adjust copyright lines to reflect git (svn) history of each and every file. | Linus Nordberg | 2012-11-12 | 1 | -2/+2 |
* | Formatting changes.licensing-nogpl | Linus Nordberg | 2012-09-25 | 1 | -2/+2 |
* | Remove the second copyright line, with both UNINETT and NORDUnet. | Linus Nordberg | 2012-09-17 | 1 | -1/+0 |
* | Remove Stig from first copyright line. | Linus Nordberg | 2012-09-17 | 1 | -1/+1 |
* | Update copyright and licensing information. | Linus Nordberg | 2012-09-14 | 1 | -7/+4 |
* | Don't mix up pre- and post-handshake verification of clients. | Linus Nordberg | 2012-09-13 | 1 | -13/+15 |
* | Add client and server config options IPv4Only and IPv6Only. | Linus Nordberg | 2012-04-17 | 1 | -1/+3 |
* | Change default shared secret for TLS and DTLS. | Linus Nordberg | 2012-04-11 | 1 | -1/+1 |
* | Make radsecproxy.h self-sustaining. | Linus Nordberg | 2011-09-26 | 1 | -2/+1 |
* | Add Emacs local variable for stroustrup style. | linus | 2010-03-23 | 1 | -0/+4 |
* | Reindent and remove trailing whitespace. | linus | 2010-03-08 | 1 | -16/+16 |
* | rewriting code for hosts,ports,resolving,builds but needs testing | venaas | 2009-01-27 | 1 | -9/+7 |
* | renamed struct queue to gqueue due to solaris defining queue | venaas | 2009-01-07 | 1 | -1/+1 |
* | split out code that is needed only when tls or dtls is used | venaas | 2008-12-22 | 1 | -3/+4 |
* | allowing build with only specific transports | venaas | 2008-12-19 | 1 | -0/+6 |
* | cleaning up code | venaas | 2008-12-19 | 1 | -3/+17 |
* | cleaning up code | venaas | 2008-12-19 | 1 | -6/+37 |
* | cleaning up code | venaas | 2008-12-18 | 1 | -1/+8 |
* | hopefully removed some warnings | venaas | 2008-09-24 | 1 | -1/+1 |
* | hopefully removed some warnings | venaas | 2008-09-24 | 1 | -2/+2 |
* | some code improvemetns, more efficiently removing outstanding requests when r... | venaas | 2008-09-24 | 1 | -1/+0 |
* | make clientwr not try to connect (left to reader), changed some timing stuff,... | venaas | 2008-09-23 | 1 | -11/+22 |
* | better logging, fixed bug with crash when removing client | venaas | 2008-09-17 | 1 | -9/+10 |
* | cleaning up code | venaas | 2008-09-17 | 1 | -6/+5 |
* | moved more stuff from rqout to rq | venaas | 2008-09-16 | 1 | -2/+0 |
* | renamed some stuff, added client state for received rqs etc | venaas | 2008-09-16 | 1 | -7/+15 |
* | allow %hex notation for strings in gconfig | venaas | 2008-09-13 | 1 | -2/+4 |
* | various code improvements | venaas | 2008-09-11 | 1 | -2/+2 |
* | fixed bug with multiple status server sent, some dtls fixes | venaas | 2008-08-22 | 1 | -0/+1 |
* | separated tls | venaas | 2008-08-21 | 1 | -0/+399 |