| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -17/+37 |
* | reorganised tlsadd code | venaas | 2008-08-13 | 2 | -49/+96 |
* | started on dtls support | venaas | 2008-08-12 | 2 | -4/+24 |
* | 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 | 2 | -8/+9 |
* | 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 | 2 | -39/+26 |
* | removing harmless compiler warning | venaas | 2008-07-25 | 1 | -1/+1 |
* | preparing for release of 1.1 | venaas | 2008-07-23 | 3 | -4/+25 |
* | 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 |
* | updated man page | venaas | 2008-07-23 | 1 | -2/+7 |
* | added tcp client support | venaas | 2008-07-23 | 2 | -54/+153 |
* | added tcp server support, improved some log messages, fixed bug when trying t... | venaas | 2008-07-23 | 2 | -18/+225 |
* | more generalised transport | venaas | 2008-07-22 | 2 | -14/+21 |
* | updated manpage for Listen options | venaas | 2008-07-22 | 1 | -5/+10 |
* | added configuration of tcp transport | venaas | 2008-07-22 | 2 | -58/+89 |
* | renaming delay to interval | venaas | 2008-07-22 | 1 | -3/+3 |
* | starting to generalise transport support, renamed delay to interval | venaas | 2008-07-22 | 2 | -30/+51 |
* | RAD_UDP/RAD_TLS instead of U/T | venaas | 2008-07-21 | 2 | -48/+49 |
* | allowing multiple listener statements and binding to both v4 and v6 if needed | venaas | 2008-07-21 | 2 | -53/+81 |
* | 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 | 2 | -48/+54 |
* | now accounting appears to work | venaas | 2008-07-18 | 1 | -13/+14 |
* | updated manpage with crlcheck and retry options | venaas | 2008-07-17 | 1 | -4/+12 |
* | 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 |
* | updated man page with loopdetection and accoutingresponse options | venaas | 2008-07-16 | 1 | -1/+17 |
* | 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 | 2 | -3/+10 |
* | including limits.h | venaas | 2008-07-08 | 2 | -0/+2 |
* | 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 | 2 | -19/+56 |
* | changed to using gconfig lint type for loglevel | venaas | 2008-07-03 | 1 | -7/+6 |
* | gconfig support for long int | venaas | 2008-07-03 | 2 | -3/+21 |
* | 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 | 2 | -47/+82 |
* | 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 | 3 | -3/+3 |
* | failover also when not using status server | venaas | 2008-06-10 | 2 | -9/+7 |
* | trying to remove dynamic server state when tlsconnection goes down | venaas | 2008-06-05 | 2 | -1/+13 |
* | removing more state, also had forgotten to detach clientwr thread | venaas | 2008-06-05 | 1 | -4/+8 |
* | removing clientwr state when finishing | venaas | 2008-06-04 | 1 | -1/+1 |
* | fixed bugs with freeing memory when removing dynamic server, added tlsconnect... | venaas | 2008-06-04 | 1 | -18/+44 |