Age | Commit message (Expand) | Author |
2008-12-05 | use HTTP/1.1 instead of HTTP/1.0 if a host header is specified. | Reyk Floeter |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-09-29 | allow to load expect, filter, log, and remove keys from external files | Reyk Floeter |
2008-09-29 | sort tokens for better readability | Reyk Floeter |
2008-09-29 | allow to listen on a port range for redirections. this fixes | Reyk Floeter |
2008-07-22 | Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by | Reyk Floeter |
2008-07-19 | no need for using a TAILQ queue for the host children list, use a | Reyk Floeter |
2008-07-19 | If the new 'parent' keyword is specified for a host in a table, | Reyk Floeter |
2008-07-17 | final reorder diff to use TAILQ_INSERT_TAIL instead of | Reyk Floeter |
2008-07-17 | add the hosts in order to get host ids that match the order in the config fil... | Reyk Floeter |
2008-07-17 | give sane ids to hosts, tables, redirections, relays, etc. - start | Reyk Floeter |
2008-07-17 | use getaddrinfo/getnameinfo to parse ipv6 addresses instead of | Reyk Floeter |
2008-06-11 | add support for "transparent" forwarding in relays: normally the l7 | Reyk Floeter |
2008-05-08 | missed to set the default for tables to round-robin, so it was | Reyk Floeter |
2008-05-07 | add an alternative "route to" mode to relayd redirections which maps | Reyk Floeter |
2008-05-06 | the manpage mentioned "timeout" in relay sections, while the grammar | Reyk Floeter |
2008-05-06 | Do not unconditionnaly load pf. If pf isn't required by the configuration | Pierre-Yves Ritschard |
2008-03-03 | Inherit global table options. | Reyk Floeter |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-13 | bump copyright | Reyk Floeter |
2008-02-13 | stylistic change: move code to add protonodes from the BNF into | Reyk Floeter |
2008-02-11 | unbreak the dns protocol handler, closes pr 5717 | Reyk Floeter |
2008-02-11 | Marry relayd with snmpd using new "send trap" option: Request to send | Reyk Floeter |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2008-01-29 | Free resources now that we don't always exit after an unsuccessful | Pierre-Yves Ritschard |
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard |
2007-12-08 | make the generic handler for TCP-based protocols the default (allows | Reyk Floeter |
2007-12-08 | some changes to the relayd.conf configuration language and grammar. | Reyk Floeter |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter |
2007-11-26 | allow to add labels to protocol actions, they will be printed in http | Reyk Floeter |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-11-23 | re-implement the "mark" action and document it in the manpage: | Reyk Floeter |
2007-11-22 | add (new) "url" protocol action, this can be used to match/filter URL | Reyk Floeter |
2007-11-21 | spacing | Reyk Floeter |
2007-11-21 | extend action grammar with "filter value" and "expect value" as a | Reyk Floeter |
2007-11-21 | move digest string handling into an extra function. | Reyk Floeter |
2007-11-21 | rename the "url" filter action to "query" to use the correct term. | Reyk Floeter |
2007-11-21 | allow the http digest type to be either SHA1 or MD5 determined by the | Reyk Floeter |
2007-11-20 | allow to use the "include" directive in tables, services, relays, and | Reyk Floeter |
2007-11-20 | it may be desirable to send a HTTP error page with error code and a | Reyk Floeter |
2007-11-20 | Allow overriding the global interval in a table. | Pierre-Yves Ritschard |
2007-11-19 | spacing | Reyk Floeter |
2007-11-19 | knf (replace some ';;' with a single ';') | Reyk Floeter |
2007-11-19 | rework the internal handling of protocol actions a little bit: | Reyk Floeter |
2007-11-19 | always enable "late connect" relay mode if an "expect" or "filter" | Reyk Floeter |
2007-11-15 | Do not insert proto_default inside the dynamically alloced protocol queue. | Pierre-Yves Ritschard |
2007-11-14 | reset global variables everytime we enter parse_config. | Pierre-Yves Ritschard |
2007-11-14 | make protos dynamic too | Pierre-Yves Ritschard |