OpenBSD CVS

CVS log for src/usr.sbin/relayd/relayd.8


[BACK] Up to [local] / src / usr.sbin / relayd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 27 14:50:58 2015 UTC (8 years, 10 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, HEAD
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

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

ok jmc@

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jul 16 11:13:34 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Mon May 24 19:44:23 2010 UTC (14 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.22: +3 -5 lines
Diff to previous 1.22 (colored)

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;

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 23 21:30:40 2010 UTC (14 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored)

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@

Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 22 16:02:44 2009 UTC (14 years, 6 months ago) by tobias
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

style

ok jmc

Revision 1.20 / (download) - annotate - [select for diffs], Thu Oct 22 15:02:12 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

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@

Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 22 12:35:53 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

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

ok jmc@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Sep 1 13:43:36 2009 UTC (14 years, 9 months ago) by reyk
Branch: MAIN
Changes since 1.17: +4 -5 lines
Diff to previous 1.17 (colored)

sync with new pf

ok henning@

Revision 1.17 / (download) - annotate - [select for diffs], Wed May 7 01:49:29 2008 UTC (16 years, 1 month ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 12 14:55:12 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.15: +11 -13 lines
Diff to previous 1.15 (colored)

various improvements for the relay pages; ok reyk

Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 8 19:10:33 2007 UTC (16 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.14: +12 -7 lines
Diff to previous 1.14 (colored)

the manpages need some more work

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 8 18:58:34 2007 UTC (16 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

tweak

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 8 18:00:13 2007 UTC (16 years, 6 months ago) by pyr
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

forgotten service -> redirection
ok reyk@

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 8 17:07:09 2007 UTC (16 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.11: +9 -3 lines
Diff to previous 1.11 (colored)

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@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Dec 7 17:19:42 2007 UTC (16 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +16 -16 lines
Diff to previous 1.10 (colored)

partial update of the man pages to new relayd name

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 28 18:08:00 2007 UTC (16 years, 8 months ago) by pyr
Branch: MAIN
Changes since 1.9: +52 -27 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 31 19:20:24 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

convert to new .Dd format;

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 22 08:47:43 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

+.An -nosplit

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 22 03:32:39 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.6: +13 -1 lines
Diff to previous 1.6 (colored)

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@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 7 13:30:17 2007 UTC (17 years, 4 months ago) by reyk
Branch: MAIN
Changes since 1.5: +13 -1 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 9 13:50:11 2007 UTC (17 years, 5 months ago) by pyr
Branch: MAIN
Changes since 1.4: +13 -13 lines
Diff to previous 1.4 (colored)

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@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 18 19:48:04 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.3: +19 -20 lines
Diff to previous 1.3 (colored)

some initial improvements for the hostated pages;

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 16 12:42:14 2006 UTC (17 years, 5 months ago) by reyk
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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 ;).

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 16 11:52:51 2006 UTC (17 years, 5 months ago) by reyk
Branch: MAIN
Changes since 1.1: +10 -7 lines
Diff to previous 1.1 (colored)

new sentence, new line

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 16 11:45:07 2006 UTC (17 years, 5 months ago) by reyk
Branch: MAIN

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@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.