Age | Commit message (Expand) | Author |
2014-08-29 | Implement consistent host hashing for relayd, based on | Bret Lambert |
2014-07-11 | Sometimes I just sort the tokens in parse.y | Reyk Floeter |
2014-07-11 | Add support for EDH to provide perfect forward secrecy for older SSL | Reyk Floeter |
2014-07-11 | Simplify the code that handles the HTTP headers by using an RB tree | Reyk Floeter |
2014-07-09 | Replace the protocol directives for HTTP with a new generic filtering | Reyk Floeter |
2014-06-25 | sync copyright to reality according to my last changes | Reyk Floeter |
2014-05-12 | Fix a leak from a recent added mark/marked keywords check. | Andre de Oliveira |
2014-05-08 | fail for unsupported node action/type combinations. Also fail for the | Reyk Floeter |
2014-04-22 | Support the CA key for SSL inspection in the ca process. Instead of | Reyk Floeter |
2014-04-21 | Add a few missing free's in the grammar. | Reyk Floeter |
2014-04-20 | Add a few more overflow checks for strlc* functions in parse.y | Reyk Floeter |
2014-04-14 | remove 'restricted' symbol from yacc parser, overlooked in previous | Bret Lambert |
2014-04-14 | Adapt relayd to use AgentX protocol to send traps | Bret Lambert |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-21 | fix a a double free caused by a config with two listen on statements | Sebastian Benoit |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable | Reyk Floeter |
2013-05-30 | Support SSL inspection, the ability to transparently filter in SSL/TLS | Reyk Floeter |
2013-04-27 | time_t 64bit fixes for relayd and relayctl: | Sebastian Benoit |
2013-03-04 | sync yyerror() with bgpd; use vlog() to log parser errors so they show in | Stuart Henderson |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-04 | spacing | Reyk Floeter |
2012-10-03 | Inherit and pass the relay table flags correctly. | Reyk Floeter |
2012-10-03 | Support more than one relay backup table. Instead of duplicating the | Reyk Floeter |
2012-05-29 | do not overwrite the table timeout with the global timeout when a | Sebastian Benoit |
2012-05-08 | fix "label string" in http protocol. problem found by giovanni. | Sebastian Benoit |
2012-04-15 | fix some leaks | Jonathan Gray |
2012-01-21 | Only start the child processes after all of them reported to have loaded | Camiel Dobbelaar |
2012-01-20 | Remove global carp demote option. It is currently broken, but also flawed | Camiel Dobbelaar |
2011-09-21 | During socket splicing the relayd session timeouts could not be | Alexander Bluhm |
2011-05-26 | Add additional check to prevent running scripts when not configured. | Reyk Floeter |
2011-05-23 | Support interface groups in address specifications for tables or | Reyk Floeter |
2011-05-19 | Fix reload support in relayd(8) by reimplementing large parts of the | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-05 | Update all logging and debug functions to use the __func__ macro | Reyk Floeter |
2011-05-05 | Allow a user to specify the route priority | Peter Hessler |
2011-04-12 | Splicing is currently only supported for TCP relays, not for HTTP or | Reyk Floeter |
2011-04-12 | update flags and printing of flags in debug mode, handle splicing flag. | Reyk Floeter |
2011-04-07 | Add support for divert-to which provides some benefits over rdr-to. | Reyk Floeter |
2010-10-26 | redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In | Reyk Floeter |
2010-10-18 | Missing semicolon, ok henning@ | Stuart Henderson |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-08-07 | Fix carp demotion on tables. For some reason the default values were | Claudio Jeker |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson |
2010-02-24 | Sync the list of initialisation steps done for the default | Jonathan Gray |
2009-08-27 | allow to specify interface names as addresses, for example "listen on | Reyk Floeter |
2009-08-13 | add new 'router' functionality to dynamically add or remove routes | Reyk Floeter |
2009-08-07 | allow to modify the IP TTL value for host checks. this can be used to | Reyk Floeter |
2009-08-07 | add missing line | Reyk Floeter |