| Commit message (Expand) | Author | Age | Files | Lines |
| * | trying to refresh only ca and crl stuff when tls cache expires | venaas | 2008-09-26 | 1 | -50/+71 |
| * | work around to check tls blocks at startup | venaas | 2008-09-25 | 1 | -1/+2 |
| * | updated todo | venaas | 2008-09-24 | 1 | -1/+1 |
| * | added some locking to handle server removal, think need to do refcounting for... | venaas | 2008-09-24 | 1 | -6/+30 |
| * | some code improvemetns, more efficiently removing outstanding requests when r... | venaas | 2008-09-24 | 1 | -69/+26 |
| * | make clientwr not try to connect (left to reader), changed some timing stuff,... | venaas | 2008-09-23 | 1 | -14/+53 |
| * | updates todos | venaas | 2008-09-22 | 1 | -4/+4 |
| * | reserving id 0 for status server when enabled | venaas | 2008-09-22 | 1 | -22/+36 |
| * | new debug version with timestamp off by default | venaas | 2008-09-22 | 1 | -0/+1 |
| * | sending old reply when receiving duplicated message | venaas | 2008-09-18 | 1 | -9/+6 |
| * | updated todo | venaas | 2008-09-18 | 1 | -1/+3 |
| * | fixed some bugs, improved duplicate detection | venaas | 2008-09-18 | 1 | -42/+33 |
| * | trying to avoid some silly compiler warnings | venaas | 2008-09-17 | 1 | -1/+1 |
| * | logging of replymsg, patch from Arne Schwabe | venaas | 2008-09-17 | 1 | -5/+23 |
| * | better logging, fixed bug with crash when removing client | venaas | 2008-09-17 | 1 | -5/+7 |
| * | fixed couple of bugs | venaas | 2008-09-17 | 1 | -1/+2 |
| * | cleaning up code | venaas | 2008-09-17 | 1 | -35/+9 |
| * | cleaning up code | venaas | 2008-09-17 | 1 | -44/+40 |
| * | moved more stuff from rqout to rq | venaas | 2008-09-16 | 1 | -174/+106 |
| * | simplifying code a bit by using lock per rqout | venaas | 2008-09-16 | 1 | -44/+86 |
| * | moved some stuff from rqout to rq | venaas | 2008-09-16 | 1 | -20/+28 |
| * | renamed some stuff, added client state for received rqs etc | venaas | 2008-09-16 | 1 | -115/+246 |
| * | changing to use a separate client structure for each udp client | venaas | 2008-09-14 | 1 | -0/+1 |
| * | cleaning up code | venaas | 2008-09-14 | 1 | -82/+36 |
| * | various code improvements | venaas | 2008-09-11 | 1 | -131/+64 |
| * | lots of changes to radsrv/reply and use of new radmsg stuff | venaas | 2008-09-11 | 1 | -387/+267 |
| * | fixed problem when rewritten username not in response and cleaned up code | venaas | 2008-09-09 | 1 | -43/+10 |
| * | finished attribute rewrite code, also used for username, testing needed | venaas | 2008-09-08 | 1 | -99/+203 |
| * | added addattribute support to rewrite | venaas | 2008-09-08 | 1 | -44/+132 |
| * | now performing rewriteOut | venaas | 2008-09-08 | 1 | -0/+10 |
| * | configuration of rewriteOut, but so far does nothing | venaas | 2008-09-08 | 1 | -0/+6 |
| * | rewriteIn and rewrite are now synonyms, rewrite should be deprecated | venaas | 2008-09-08 | 1 | -8/+22 |
| * | more variable renaming | venaas | 2008-09-08 | 1 | -16/+19 |
| * | s/rewriteattr.*/rewriteusername.*/ | venaas | 2008-09-08 | 1 | -17/+17 |
| * | make all regexps extended | venaas | 2008-09-08 | 1 | -2/+2 |
| * | fixed bug with multiple status server sent, some dtls fixes | venaas | 2008-08-22 | 1 | -6/+12 |
| * | made dtls server do proper certificate matching | venaas | 2008-08-21 | 1 | -4/+5 |
| * | moved bindtoaddr back to radsecproxy.c | venaas | 2008-08-21 | 1 | -0/+26 |
| * | minor change for tlsconf | venaas | 2008-08-21 | 1 | -2/+2 |
| * | changed rewrite configs to hash | venaas | 2008-08-21 | 1 | -29/+10 |
| * | adding hash type, changed tls configs to hash | venaas | 2008-08-21 | 1 | -34/+15 |
| * | restructuring code | venaas | 2008-08-21 | 1 | -116/+40 |
| * | separated udp | venaas | 2008-08-21 | 1 | -168/+2 |
| * | separated tls | venaas | 2008-08-21 | 1 | -374/+2 |
| * | separated tcp | venaas | 2008-08-21 | 1 | -287/+4 |
| * | separated dtls into a separate file | venaas | 2008-08-21 | 1 | -444/+11 |
| * | separated dtls code from udp, using same port as radsec | venaas | 2008-08-20 | 1 | -84/+171 |
| * | finally basic dtls functionality in place | venaas | 2008-08-20 | 1 | -159/+448 |
| * | simplified radudpget, dtls server read | venaas | 2008-08-18 | 1 | -41/+158 |
| * | simplified radudpget, minor dtls changes | venaas | 2008-08-15 | 1 | -58/+14 |