summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated
AgeCommit message (Expand)Author
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
2007-02-25one example (of two) of tree breaking the "other gcc"Theo de Raadt
2007-02-25delete -W flags that reyk uses to break the treeTheo de Raadt
2007-02-25remove unused variableReyk Floeter
2007-02-25tweaks;Jason McIntyre
2007-02-24disable anonymous DH by default (cipher suite HIGH:!ADH instead of HIGH).Reyk Floeter
2007-02-24disable SSLv2 and use "HIGH" crypto cipher suites by default.Reyk Floeter
2007-02-24- allow to specify the SSL cipher suite and the SSL protocolsReyk Floeter
2007-02-23i.e. -> e.g.; ok reykJason McIntyre
2007-02-23knfTheo de Raadt
2007-02-22read the exact length for POST requests as specified by theReyk Floeter
2007-02-22put `check ssl' in the right place;Jason McIntyre
2007-02-22various language/macro fixes;Jason McIntyre
2007-02-22+.An -nosplitJason McIntyre
2007-02-22spacingReyk Floeter
2007-02-22document the retry option before setting the state to down for hostsReyk Floeter
2007-02-22document the new options to manipulate carp demotion counters.Reyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter