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