logging stationid, converting username and stationid to ascii when logging
[libradsec.git] / radsecproxy.c
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
2008-03-03 venaassupport for rewrite and fixing attr resize
2008-02-25 venaasmax logging not crash when resolvepeer fails
2008-02-19 venaasSolaris9 fixes
2007-12-27 venaasstarting on 1.2-devel
2007-12-23 venaas1.1-alpha
2007-11-28 venaasworking include support for individual files
2007-11-26 venaasimplemented config file stack; to be used for include...
2007-11-21 venaasmoved genericconfig to gconfig.c and reorganised header...
2007-11-21 venaasadded pretend option
2007-11-20 venaasnow setting client_CA_list
2007-11-02 venaasfinished code for sourceudp and sourcetcp, although...
2007-11-02 venaastidying
2007-11-01 venaasfixing bugs in new addserver binding code
2007-10-31 venaasskip match of cert vs host when host contains / (prefix)
2007-10-30 venaasusing only one socket per address family for udp client...
2007-10-11 venaasgive an error when options that should not be repeated are
2007-10-10 venaassplit clientrd into udpclientrd and tlsclientrd
2007-10-10 venaassplit out most of clientrd into a replyh function
2007-10-08 venaasalso treat \r as whitespace in configs due to Windows
2007-10-05 venaasfixed some attribute rewrite bugs
2007-10-05 venaascode for rewriting original username in reply
2007-10-03 venaasfinished code for rewriting username in request, genera...
2007-10-02 venaascode for keeping original username in request when...
2007-09-28 venaasadded more attribute rewrite code, now prints what...
2007-09-28 venaasstarted adding attribute rewrite code
2007-09-27 venaasnow only send reject when rejectmessage specified....
2007-09-26 venaastiny connectionok fix
2007-09-19 venaasresponding to accounting-requests, but no real accounti...
2007-09-19 venaasfailover, use first configured server with connectionok...
2007-09-19 venaasallow multiple servers for a realm, so far only first...
2007-09-18 venaasprefix/prefixlen for udp clients
2007-09-18 venaasnow changed to allow prefix/prefixlen for host
2007-09-18 venaasfor now we use host * to mean accept from any client...
2007-06-29 venaasonly white space change
2007-06-28 venaasadded subjectaltname cert checks, incl regexp uri
2007-06-23 venaasfixed out of bounds access and memory leak, thanks...
2007-06-22 venaasmoved to linked lists for replyqs, removed replyq size...
2007-06-21 venaascreating clients on demand, moved creation of servers
2007-06-21 venaasadded host option to client/server, improved client_cb...
2007-06-20 venaasusing linked lists instead of arrays
2007-06-19 venaasfixed another bug, thanks Hans
2007-06-19 venaasmore restructuring of code
2007-06-19 venaasfixed another new bug, thanks Hans
2007-06-19 venaasfixed memset bug
2007-06-18 venaasmoved startup message
2007-06-17 venaasrestructuring peer and client/server
2007-06-16 venaasrestructuring peer and client/server
2007-06-13 venaasfixed syslog url syntax, updated example config and...
2007-06-05 venaasfixed one possibly serious IPv6 related bug
2007-06-03 venaastiny bug fix
2007-06-01 venaastiny improvement of configuration code
2007-06-01 venaascompletely changed TLS configuration
2007-05-31 venaaslogs version info at startup
2007-05-30 venaasimproved config parsing of comments
2007-05-30 venaasallow optional trailing / after regexp
2007-05-29 venaasadded reject support
2007-05-29 venaasremoved some old backwards compatible config stuff...
2007-05-29 venaasremoved some old backwards compatible config stuff...
next