some code improvemetns, more efficiently removing outstanding requests when removing...
[radsecproxy.git] / radsecproxy.c
2008-09-24 venaassome code improvemetns, more efficiently removing outst...
2008-09-23 venaasmake clientwr not try to connect (left to reader),...
2008-09-22 venaasupdates todos
2008-09-22 venaasreserving id 0 for status server when enabled
2008-09-22 venaasnew debug version with timestamp off by default
2008-09-18 venaassending old reply when receiving duplicated message
2008-09-18 venaasupdated todo
2008-09-18 venaasfixed some bugs, improved duplicate detection
2008-09-17 venaastrying to avoid some silly compiler warnings
2008-09-17 venaaslogging of replymsg, patch from Arne Schwabe
2008-09-17 venaasbetter logging, fixed bug with crash when removing...
2008-09-17 venaasfixed couple of bugs
2008-09-17 venaascleaning up code
2008-09-17 venaascleaning up code
2008-09-16 venaasmoved more stuff from rqout to rq
2008-09-16 venaassimplifying code a bit by using lock per rqout
2008-09-16 venaasmoved some stuff from rqout to rq
2008-09-16 venaasrenamed some stuff, added client state for received...
2008-09-14 venaaschanging to use a separate client structure for each...
2008-09-14 venaascleaning up code
2008-09-11 venaasvarious code improvements
2008-09-11 venaaslots of changes to radsrv/reply and use of new radmsg...
2008-09-09 venaasfixed problem when rewritten username not in response...
2008-09-08 venaasfinished attribute rewrite code, also used for username...
2008-09-08 venaasadded addattribute support to rewrite
2008-09-08 venaasnow performing rewriteOut
2008-09-08 venaasconfiguration of rewriteOut, but so far does nothing
2008-09-08 venaasrewriteIn and rewrite are now synonyms, rewrite should...
2008-09-08 venaasmore variable renaming
2008-09-08 venaass/rewriteattr.*/rewriteusername.*/
2008-09-08 venaasmake all regexps extended
2008-08-22 venaasfixed bug with multiple status server sent, some dtls...
2008-08-21 venaasmade dtls server do proper certificate matching
2008-08-21 venaasmoved bindtoaddr back to radsecproxy.c
2008-08-21 venaasminor change for tlsconf
2008-08-21 venaaschanged rewrite configs to hash
2008-08-21 venaasadding hash type, changed tls configs to hash
2008-08-21 venaasrestructuring code
2008-08-21 venaasseparated udp
2008-08-21 venaasseparated tls
2008-08-21 venaasseparated tcp
2008-08-21 venaasseparated dtls into a separate file
2008-08-20 venaasseparated dtls code from udp, using same port as radsec
2008-08-20 venaasfinally basic dtls functionality in place
2008-08-18 venaassimplified radudpget, dtls server read
2008-08-15 venaassimplified radudpget, minor dtls changes
2008-08-14 venaasadded some skeleton DTLS code and perhaps working clien...
2008-08-14 venaasseems need to use select with MSG_PEEK
2008-08-14 venaasfixing a minor SSL related issue
2008-08-14 venaasslightly more DTLS code, fixing some minors SSL related...
2008-08-13 venaascode for creating DTLS contect
2008-08-13 venaasreorganised tlsadd code
2008-08-12 venaasstarted on dtls support
2008-08-12 venaasnew radudpget code, fixed a bug introduced in prev...
2008-07-31 venaasadded radudpget2 that is to replace radudpget
2008-07-31 venaasuse lastrcv instead of lastsend for status-server
2008-07-31 venaasclosing connection from a client if message auth/valida...
2008-07-31 venaasmaking accounting listener like normal, less code
2008-07-25 venaasremoving harmless compiler warning
2008-07-23 venaasnoting that tcp accounting not supported
2008-07-23 venaasaccept status-server on accounting port
2008-07-23 venaasadded tcp client support
2008-07-23 venaasadded tcp server support, improved some log messages...
2008-07-22 venaasmore generalised transport
2008-07-22 venaasadded configuration of tcp transport
2008-07-22 venaasstarting to generalise transport support, renamed delay...
2008-07-21 venaasRAD_UDP/RAD_TLS instead of U/T
2008-07-21 venaasallowing multiple listener statements and binding to...
2008-07-21 venaasremoved some unnecessary casting
2008-07-21 venaasonly count lost normal rqs when not statusserver, restr...
2008-07-18 venaasnow accounting appears to work
2008-07-17 venaasadded crlcheck config option, default off
2008-07-17 venaasfix radtlsget log message
2008-07-16 venaastrying to enable CRL checking
2008-07-15 venaasUDP accounting replies with correct source port
2008-07-08 venaasaccountingresponse option for realms for sending accoun...
2008-07-08 venaasincluding limits.h
2008-07-08 venaastrying to verify accounting request authenticator,...
2008-07-03 venaasadded options for retry delay and count and set default...
2008-07-03 venaaschanged to using gconfig lint type for loglevel
2008-06-13 venaasfixed serious probelm with idle timeout
2008-06-12 venaasadded idle timeout for dynamic servers and rewrote...
2008-06-10 venaasfixed bug when no logdestination specified, and not...
2008-06-10 venaasremoved some harmless compiler warnings
2008-06-10 venaasfailover also when not using status server
2008-06-05 venaastrying to remove dynamic server state when tlsconnectio...
2008-06-05 venaasremoving more state, also had forgotten to detach clien...
2008-06-04 venaasremoving clientwr state when finishing
2008-06-04 venaasfixed bugs with freeing memory when removing dynamic...
2008-06-04 venaasfixed a bug with freeing memory when dynamicserver...
2008-06-04 venaastrying to free memory when dynamicconfig fails
2008-06-04 venaasfixed segfault in findserver() when no server configure...
2008-06-03 venaasrenamed rpf to loopprevention
2008-06-03 venaaslogging stationid, converting username and stationid...
2008-06-03 venaasrpf feature added
2008-06-02 venaaschecking exit code from dynsrvlookup
2008-06-02 venaasrestricting characters in dynamic realms to valid DNS...
2008-06-02 venaascleaned up the initial dynamic server discovery code...
2008-06-02 venaascleaned up the initial dynamic server discovery code...
2008-05-30 venaasgconfig cbs now return int. almost finished receiving...
next