made it so it works with mix of dynamic and static servers for a realm
[radsecproxy.git] / radsecproxy.c
2009-01-13 venaasmade it so it works with mix of dynamic and static...
2009-01-12 venaasdon't exit just because of bad dynamic config
2009-01-08 venaasfixed bug with dynamicserver and default secret
2009-01-07 venaasrenamed struct queue to gqueue due to solaris defining...
2008-12-22 venaasreverting makefile, emovign some includes
2008-12-22 venaasadding configure options for various transports, and...
2008-12-22 venaasmoved more code to tlscommon, fixed a couple of minor...
2008-12-22 venaassplit out code that is needed only when tls or dtls...
2008-12-19 venaasallowing build with only specific transports
2008-12-19 venaascleaning up code
2008-12-19 venaascleaning up code
2008-12-18 venaascleaning up code
2008-12-18 venaasremoving some lint warnings
2008-12-18 venaasnow freeing buffer of outgoing request as soon as we...
2008-11-04 venaasaddttl option for client/server
2008-11-04 venaasfixed length of ttl attr
2008-10-31 venaasadded initial ttl support, need testing
2008-10-13 venaascleaning up code
2008-10-13 venaasusing freegconfmstr
2008-10-13 venaassupport for checking certificate policy oids
2008-10-13 venaassupport for checking certificate policy oids
2008-09-30 venaasexpiry of udp clients
2008-09-30 venaasimproved findserver a bit
2008-09-29 venaasupdated todo
2008-09-29 venaasrefcounts for realms, rewritten some locking and subrea...
2008-09-26 venaasmore abstracted refcounting
2008-09-26 venaastrying to refresh only ca and crl stuff when tls cache...
2008-09-25 venaaswork around to check tls blocks at startup
2008-09-24 venaasupdated todo
2008-09-24 venaasadded some locking to handle server removal, think...
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...
next