| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | trying to remove dynamic server state when tlsconnection goes down | venaas | 2008-06-05 | 1 | -1/+12 |
* | 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 |
* | fixed a bug with freeing memory when dynamicserver fails | venaas | 2008-06-04 | 1 | -2/+2 |
* | trying to free memory when dynamicconfig fails | venaas | 2008-06-04 | 1 | -30/+75 |
* | fixed segfault in findserver() when no server configured, and tried to remove... | venaas | 2008-06-04 | 1 | -1/+3 |
* | renamed rpf to loopprevention | venaas | 2008-06-03 | 1 | -4/+4 |
* | logging stationid, converting username and stationid to ascii when logging | venaas | 2008-06-03 | 1 | -17/+55 |
* | rpf feature added | venaas | 2008-06-03 | 1 | -0/+7 |
* | checking exit code from dynsrvlookup | venaas | 2008-06-02 | 1 | -2/+7 |
* | restricting characters in dynamic realms to valid DNS... | venaas | 2008-06-02 | 1 | -1/+1 |
* | cleaned up the initial dynamic server discovery code a bit | venaas | 2008-06-02 | 1 | -1/+6 |
* | cleaned up the initial dynamic server discovery code a bit | venaas | 2008-06-02 | 1 | -226/+193 |
* | gconfig cbs now return int. almost finished receiving all dynamic server conf... | venaas | 2008-05-30 | 1 | -20/+104 |
* | some gconfig improvements, made proxy accept server config from external program | venaas | 2008-05-30 | 1 | -17/+55 |
* | rewritten gconfig to not exit on errors | venaas | 2008-05-29 | 1 | -31/+37 |