| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ERR_remove_thread_state() instead of ERR_remove_state(). | Linus Nordberg | 2016-09-21 | 1 | -3/+3 |
* | Stop accessing ssl->rbio directly. | Linus Nordberg | 2016-09-21 | 1 | -5/+5 |
* | Fix heap overflow in raddtlsget(), radtcpget() and radtlsget(). | Linus Nordberg | 2015-01-16 | 1 | -0/+4 |
* | Create threads with a 32 KB stack rather than what happens to be the default. | Linus Nordberg | 2013-08-26 | 1 | -4/+4 |
* | Fix typo. | Linus Nordberg | 2012-12-18 | 1 | -1/+1 |
* | Adjust copyright lines to reflect git (svn) history of each and every file. | Linus Nordberg | 2012-11-12 | 1 | -2/+2 |
* | Merge branch 'licensing-nogpl' | Linus Nordberg | 2012-10-30 | 1 | -7/+3 |
|\ |
|
| * | 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 DTLS clients. | Linus Nordberg | 2012-10-22 | 1 | -1/+3 |
|/ |
|
* | 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 | -1/+0 |
* | Add Emacs local variable for stroustrup style. | linus | 2010-03-23 | 1 | -0/+4 |
* | Reindent and remove trailing whitespace. | linus | 2010-03-08 | 1 | -24/+24 |
* | rewriting code for hosts,ports,resolving,builds but needs testing | venaas | 2009-01-27 | 1 | -11/+13 |
* | renamed struct queue to gqueue due to solaris defining queue | venaas | 2009-01-07 | 1 | -7/+7 |
* | 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 | -7/+40 |
* | cleaning up code | venaas | 2008-12-18 | 1 | -2/+13 |
* | 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 | -5/+16 |
* | trying to avoid some silly compiler warnings | venaas | 2008-09-17 | 1 | -1/+1 |
* | better logging, fixed bug with crash when removing client | venaas | 2008-09-17 | 1 | -12/+13 |
* | 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 |
* | changing to use a separate client structure for each udp client | venaas | 2008-09-14 | 1 | -1/+0 |
* | allow %hex notation for strings in gconfig | venaas | 2008-09-13 | 1 | -2/+4 |
* | various code improvements | venaas | 2008-09-11 | 1 | -2/+1 |
* | fixed bug with multiple status server sent, some dtls fixes | venaas | 2008-08-22 | 1 | -165/+247 |
* | made dtls server do proper certificate matching | venaas | 2008-08-21 | 1 | -45/+77 |
* | restructuring code | venaas | 2008-08-21 | 1 | -0/+42 |
* | separated tcp | venaas | 2008-08-21 | 1 | -1/+0 |
* | separated dtls into a separate file | venaas | 2008-08-21 | 1 | -0/+473 |