summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-05-29when purging relays, purge sessions as well.Pierre-Yves Ritschard
2007-05-29move the ssl cipher suite string to a (small) static charbuf,Pierre-Yves Ritschard
2007-05-29move struct relay to the runtime + config scheme.Pierre-Yves Ritschard
2007-05-28another small step towards hoststated reloading.Pierre-Yves Ritschard
2007-05-28store the configuration file's path, this will be useful when reloading.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-05-27allow to specify table templates in the configuration file and toReyk Floeter
2007-05-26first steps for implementing reload:Pierre-Yves Ritschard
2007-05-09fix potential NULL deref.Pierre-Yves Ritschard
2007-05-02It is no longer needed to pass a cleared timeval to event_loopexit() NULLClaudio Jeker
2007-04-12add a new relay 'path' action to filter the URL path and arguments.Reyk Floeter
2007-04-10sort entity typesReyk Floeter
2007-04-10move the decoding of the URL, independent from the node lookups, weReyk Floeter
2007-04-10it is a better idea to handle all enum values in the switch statementReyk Floeter
2007-04-10the relay filter action needs special handling to work correctlyReyk Floeter
2007-03-21in addition to the host retry option in tables, add support for theReyk Floeter
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-03-17remove a debug messageReyk Floeter
2007-03-17fix a bug in the initial setup of the pfe2relay communication socketsReyk Floeter
2007-03-17move some elements in the relay imsg ctl structures (just for the style)Reyk Floeter
2007-03-17close unused relay2pfe privsep sockets correctlyReyk Floeter
2007-03-17fix the natlook mode.Reyk Floeter
2007-03-13allow to specify the IP_TTL and IP_MINTTL options for the relays toReyk Floeter
2007-03-12hoststated.conf is not a program.Reyk Floeter
2007-03-07- fix the hoststatectl host disable/enable commands to work with relayReyk Floeter
2007-03-06fix the health checks when using the retry optionReyk Floeter
2007-03-06add support for handling simple HTTP cookies (no per-path/domainReyk Floeter
2007-03-05do not strip the header for expect, hash, and log actions.Reyk Floeter
2007-03-02when the http read callback changes and some data is still left in theReyk Floeter
2007-02-27replys -> replies;Jason McIntyre
2007-02-27in addition to actions on request headers, allow to define relayReyk Floeter
2007-02-27manpage clarification for the "change" and "append" relay actions.Reyk Floeter
2007-02-27tweaks;Jason McIntyre
2007-02-26kill the ``use ssl'' directive for consistency across parser directives.Pierre-Yves Ritschard
2007-02-26remove HTTP and HTTPS tokens, makes for cleaner parser.Pierre-Yves Ritschard
2007-02-26re-enable the -W flags except -Werror which behaves differently withReyk Floeter
2007-02-26sync the documentation with the latest change to require a 'header'Reyk Floeter
2007-02-26solve some conflicts in the configuration parser.Pierre-Yves Ritschard
2007-02-26handle strlcpy return values, make lint happyReyk Floeter
2007-02-26better error handling for buffer I/O, fix the log actionReyk Floeter
2007-02-26grammar;Jason McIntyre
2007-02-26KNFPierre-Yves Ritschard
2007-02-26Change the ``virtual ip'' directive to ``virtual host''.Pierre-Yves Ritschard
2007-02-26handle requests with chunked transfer-encoding.Reyk Floeter
2007-02-26tweak flushing of unwritten bytes on http mode changesReyk Floeter
2007-02-26spacingReyk Floeter
2007-02-26improve the relay bufferevent handler if one side closed the connectionReyk Floeter
2007-02-26re-use the retry value from table host entries for inbound relayReyk Floeter
2007-02-26fix small memleaksReyk Floeter