Add an error code.
[radsecproxy.git] / radsecproxy.c
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...
2008-05-30 venaassome gconfig improvements, made proxy accept server...
2008-05-29 venaasrewritten gconfig to not exit on errors
2008-05-28 venaasrudimentary dynamic server support in place
2008-05-28 venaaslots of new code for dynamic servers
2008-05-26 venaasprint address when receiving UDP from address
2008-05-14 venaasremoved benign memory leak in addrewrite
2008-05-14 venaasremoved old unused tlslistener code
2008-05-14 venaasremoved some benign memory leaks and freeing some more...
2008-05-13 venaasonly send rejects for accreq, updated radsecproxy.conf.5
2008-05-09 venaasadded catgconf utility
2008-04-30 venaasadjusted some loglevels
2008-04-30 venaasadjusted some loglevels
2008-04-30 venaasfixed the slightly more informative logging
2008-04-30 venaasslightly more informative logging
2008-04-29 venaasadded certificatenamecheck option to client/server...
2008-04-28 venaasforgot to correct for port byteorder
2008-04-28 venaasadded proper accounting, some new bugs expected
2008-04-24 venaasfixed bug in find_conf
2008-04-24 venaasnew tls server code seems to work....
2008-04-17 venaasmore restructuring of tls server code, this code may...
2008-04-17 venaasmore restructuring of tls server code, this code may...
2008-04-17 venaasrestructuring of tls server code
2008-04-16 venaasforgot one essential thing, might work better now
2008-04-16 venaasstarted adding improved tls client code, not tested
2008-04-16 venaasfixed problem when client immediately reuses id
2008-04-16 venaaschanged signal handling slightly so it works as expecte...
2008-04-16 venaaschanged signal handling slightly so it works as expecte...
2008-04-15 venaasinclude argument now relative to current config file...
2008-04-15 venaasblocking SIGPIPE
2008-04-14 venaasfixed problem with recovering from server connection...
2008-04-14 venaasmoved null client check to after status server
2008-04-11 venaasfixed bug with timeout and statusserver
2008-04-03 venaasregexp match on cert cn
2008-03-27 venaasfixed crash when trying to send replies back to disconn...
2008-03-05 venaasvendor attribute removal
next