Commits


use file system path (.Pa) semantic markup macros where appropriate. ok jmc@


use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@


now that we can handle >9 args, put "-D name=value" on one line: it's a bit more readable, and fixes a spacing bug we had in smtpd.8;


Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, in these cases, is useless anyway. Found by and fixing the build with mandoc; still fine with both old and new groff. ok jmc@


style ok jmc


write UNIX-domain in a more consistent way; while here, replace a few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@


use the UNIX-related macros (.At and .Ux) where appropriate. ok jmc@


sync with new pf ok henning@


add an alternative "route to" mode to relayd redirections which maps to pf route-to instead of the default rdr. it is a first steps towards support for "direct server return" (dsr), an asynchronous mode where the load balanced servers send the replies to a different gateway like a l3 switch/router to handle higher amounts of return traffic. because the state handling in pf isn't optimal for this case yet, it just sees half of the TCP connection, the sessions are forced to time out after fixed number of seconds. discussed with many, thought about in the onsen


various improvements for the relay pages; ok reyk


the manpages need some more work


tweak


forgotten service -> redirection ok reyk@


some changes to the relayd.conf configuration language and grammar. the tables will look more like pf tables, it is easier to re-use tables with different options, "services" will become "redirections" (they refer to rdr pf rules), sync configuration directives of redirect (l3, ex-service) relay (l7) sections (for example "virtual host" will become "listen on"), all target definitions will start with "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf) discussed with pyr and deraadt ok pyr@


partial update of the man pages to new relayd name


Better description of the daemon. Initially prompted by deraadt@, with much much help from jmc@ (as always).


convert to new .Dd format;


+.An -nosplit


Add layer 7 functionality to hoststated used for layer 7 loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@


add the -D option to define macros on the command line (as found in bgpd(8), hostapd(8), ipsecctl(8), pfctl(8), ...).


Finish renaming hostated to hoststated. Note to testers: the user the daemon changes its id to is now _hoststated, don't forget to update master.passwd. ok reyk@


some initial improvements for the hostated pages;


knf, spacing please note that some editors will replace tabs with multiple spaces if you cut & paste code from other sections. please try to keep the tabs ;).


new sentence, new line


Import hostated, the host status daemon. This daemon will monitor remote hosts and dynamically alter pf(4) tables and redirection rules for active server load balancing. The daemon has been written by Pierre-Yves Ritschard (pyr at spootnik.org) and was formerly known as "slbd". The daemon is fully functional but it still needs some work and cleanup so we don't link it to the build yet. Some TODOs are a partial rewrite of the check_* routines (use libevent whenever we can), improvement of the manpages, and general knf and cleanup. ok deraadt@ claudio@