implemented config file stack; to be used for include support
[radsecproxy.git] / radsecproxy.c
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...
2007-05-29 venaassupport quoting of values, realm matching literal or...
2007-05-24 venaasadded strtokenquote() to replace strtok to enable quoti...
2007-05-24 venaasinitialising some additional variables to avoid silly...
2007-05-24 venaasimproved debug output, and removed a small probably...
2007-05-23 venaasimproved debug output
2007-05-23 venaasremoved TODO
2007-05-23 venaasbetter status-server debug output
2007-05-23 venaasfinished status-server code
2007-05-23 venaassimplified some code
2007-05-23 venaasslight regexp example change
2007-05-23 venaasnow uses regexp for realms including warnings that...
2007-05-22 venaasadded sending of statusserver and some missing free...
2007-05-22 venaasfixed harmless expiry timer issue
2007-05-21 venaascleaned up msmppe code
2007-05-21 venaascleaned up some code with new macros
2007-05-20 venaasmade sure that go through all msmpp attributes
2007-05-20 venaasadded -v version
2007-05-15 venaasadded debugging to regexp code
2007-05-15 venaasadded regexp code, not used by default
2007-05-15 venaasfixed bug in id2server
2007-05-15 venaasupdated config examples and README
2007-05-14 venaassupports new server and realm config methods as well...
2007-05-14 venaassupports new client config method
2007-05-11 venaasnew configuration code
2007-05-11 venaasmore debug info
2007-05-11 venaasadded recrypt functions
2007-05-11 venaascleaned up some attribute parsing code
2007-05-10 venaascleaned up some attribute parsing code
2007-05-09 venaas4 debug levels, 3 default
2007-05-09 venaasSome more debug output
2007-05-07 venaasDetach as default, options for foreground and debug...
2007-05-04 venaasadded logging to file and syslog (need to add support...
2007-05-03 venaasusing debug() some more places
2007-05-03 venaasusing debug() some more places
2007-05-03 venaasusing debug() in getconfig()
2007-05-03 venaasremoved out commented code
2007-05-03 venaasusing debug functions in main()
2007-05-03 venaasupdated copyright
2007-02-16 venaasfixed clientwr timer bug, started implementing status...
2007-02-16 venaasdon't exit when new thread can't be created after accept
2007-02-16 venaasdon't exit when ssl_accept fails
2007-02-16 venaasremoved UDPServerPort directive
2007-02-16 venaasadded tcp and udp listen directives
2007-02-15 venaasfixed clientwr bug when receiving new request while...
2007-02-15 venaasfixed clientwr bug when receiving new request while...
2007-02-15 venaasfixed portnumber parsing bug
2007-02-14 venaasadded password for encr keys
2007-02-13 venaasremoved warnings, add some typecasts
next