| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | added some skeleton DTLS code and perhaps working client setup and write | venaas | 2008-08-14 | 1 | -4/+51 |
| * | seems need to use select with MSG_PEEK | venaas | 2008-08-14 | 1 | -0/+5 |
| * | fixing a minor SSL related issue | venaas | 2008-08-14 | 1 | -4/+4 |
| * | slightly more DTLS code, fixing some minors SSL related issues | venaas | 2008-08-14 | 1 | -1/+7 |
| * | code for creating DTLS contect | venaas | 2008-08-13 | 1 | -16/+35 |
| * | reorganised tlsadd code | venaas | 2008-08-13 | 1 | -49/+90 |
| * | started on dtls support | venaas | 2008-08-12 | 1 | -4/+23 |
| * | new radudpget code, fixed a bug introduced in prev commit | venaas | 2008-08-12 | 1 | -78/+1 |
| * | added radudpget2 that is to replace radudpget | venaas | 2008-07-31 | 1 | -0/+79 |
| * | use lastrcv instead of lastsend for status-server | venaas | 2008-07-31 | 1 | -8/+8 |
| * | closing connection from a client if message auth/validation fails | venaas | 2008-07-31 | 1 | -13/+27 |
| * | making accounting listener like normal, less code | venaas | 2008-07-31 | 1 | -34/+26 |
| * | removing harmless compiler warning | venaas | 2008-07-25 | 1 | -1/+1 |
| * | noting that tcp accounting not supported | venaas | 2008-07-23 | 1 | -0/+1 |
| * | accept status-server on accounting port | venaas | 2008-07-23 | 1 | -2/+2 |
| * | added tcp client support | venaas | 2008-07-23 | 1 | -54/+148 |
| * | added tcp server support, improved some log messages, fixed bug when trying t... | venaas | 2008-07-23 | 1 | -18/+223 |
| * | more generalised transport | venaas | 2008-07-22 | 1 | -12/+19 |
| * | added configuration of tcp transport | venaas | 2008-07-22 | 1 | -55/+83 |
| * | starting to generalise transport support, renamed delay to interval | venaas | 2008-07-22 | 1 | -28/+42 |
| * | RAD_UDP/RAD_TLS instead of U/T | venaas | 2008-07-21 | 1 | -47/+45 |
| * | allowing multiple listener statements and binding to both v4 and v6 if needed | venaas | 2008-07-21 | 1 | -49/+77 |
| * | removed some unnecessary casting | venaas | 2008-07-21 | 1 | -2/+2 |
| * | only count lost normal rqs when not statusserver, restructured udp code a bit... | venaas | 2008-07-21 | 1 | -48/+47 |
| * | now accounting appears to work | venaas | 2008-07-18 | 1 | -13/+14 |
| * | added crlcheck config option, default off | venaas | 2008-07-17 | 1 | -4/+8 |
| * | fix radtlsget log message | venaas | 2008-07-17 | 1 | -2/+2 |
| * | trying to enable CRL checking | venaas | 2008-07-16 | 1 | -0/+4 |
| * | UDP accounting replies with correct source port | venaas | 2008-07-15 | 1 | -1/+2 |
| * | accountingresponse option for realms for sending accounting response when no ... | venaas | 2008-07-08 | 1 | -3/+9 |
| * | including limits.h | venaas | 2008-07-08 | 1 | -0/+1 |
| * | trying to verify accounting request authenticator, and correctly compute the ... | venaas | 2008-07-08 | 1 | -5/+21 |
| * | added options for retry delay and count and set defaults to 5s and 2 | venaas | 2008-07-03 | 1 | -17/+52 |
| * | changed to using gconfig lint type for loglevel | venaas | 2008-07-03 | 1 | -7/+6 |
| * | fixed serious probelm with idle timeout | venaas | 2008-06-13 | 1 | -3/+9 |
| * | added idle timeout for dynamic servers and rewrote radtlsget. testing needed | venaas | 2008-06-12 | 1 | -47/+80 |
| * | fixed bug when no logdestination specified, and not with -f | venaas | 2008-06-10 | 1 | -9/+3 |
| * | removed some harmless compiler warnings | venaas | 2008-06-10 | 1 | -1/+1 |
| * | failover also when not using status server | venaas | 2008-06-10 | 1 | -8/+6 |