summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/parse.y
AgeCommit message (Expand)Author
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
2009-08-07allow to specify host attributes in an arbitrary order (parent, retry) byReyk Floeter
2009-08-07cosmetic change - move address into an own elementReyk Floeter
2009-08-05prevent configuration of relays listening to a single addr:port tuple twiceReyk Floeter
2009-08-05support multiple 'listen on' lines in a single relay blockReyk Floeter
2009-08-05tables don't need pf if running in "l7" relay modeReyk Floeter
2009-04-24Allow UDP and/or TCP redirections instead of just TCP.Reyk Floeter
2009-04-17add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1Reyk Floeter
2009-04-02add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify sslReyk Floeter
2009-04-01fix an incorrect flag in route mode.Reyk Floeter
2009-04-01Add support for client-side SSL connections from relays. relayd canReyk Floeter
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2008-12-05use HTTP/1.1 instead of HTTP/1.0 if a host header is specified.Reyk Floeter
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-09-29allow to load expect, filter, log, and remove keys from external filesReyk Floeter
2008-09-29sort tokens for better readabilityReyk Floeter
2008-09-29allow to listen on a port range for redirections. this fixesReyk Floeter
2008-07-22Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired byReyk Floeter
2008-07-19no need for using a TAILQ queue for the host children list, use aReyk Floeter
2008-07-19If the new 'parent' keyword is specified for a host in a table,Reyk Floeter