OpenBSD CVS

CVS log for src/usr.sbin/ftp-proxy/ftp-proxy.8


[BACK] Up to [local] / src / usr.sbin / ftp-proxy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:29 2022 UTC (2 years, 2 months ago) by naddy
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, HEAD
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 12 14:46:36 2020 UTC (4 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: 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
Changes since 1.23: +6 -5 lines
Diff to previous 1.23 (colored)

Standardize argument naming for "sourceaddr" and unify the wording a bit,
similar to what deraadt@ recently did in other manual pages.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 15 06:16:05 2017 UTC (7 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: 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
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

fix typo; from semarie

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 4 18:03:09 2016 UTC (8 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

no need for af on divert-to rule; from/ok mikeb

Revision 1.21 / (download) - annotate - [select for diffs], Tue Dec 1 07:32:37 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

switch to new _ftp_proxy user; ok dlg

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 9 11:19:12 2015 UTC (9 years, 5 months ago) by stsp
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.19: +7 -3 lines
Diff to previous 1.19 (colored)

Document that ftp-proxy breaks explicit RFC4217 FTP TLS. While here,
chroot and privdrop is a feature, not a bug, so move it out of CAVEATS.
ok sthen

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 25 11:49:19 2012 UTC (11 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

log all, not log-all; ok henning

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 16 16:38:51 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

tweak previous;

Revision 1.17 / (download) - annotate - [select for diffs], Thu May 12 18:36:07 2011 UTC (13 years, 1 month ago) by mcbride
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 (colored)

Make it clear that ftp-proxy needs to make outbound connections.

ok claudio

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 28 00:21:33 2011 UTC (13 years, 1 month ago) by mikeb
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

divert-to is picky about the address family so adjust the rule

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 28 00:17:28 2011 UTC (13 years, 1 month ago) by mikeb
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

switch ftp-proxy over to divert-to instead of rdr-to.  this avoids
an expensive state lookup (via natlook ioctl) and shrinks the code.
tested by me and sthen, ok reyk sthen

Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 21 13:59:31 2009 UTC (14 years, 6 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.13: +6 -3 lines
Diff to previous 1.13 (colored)

If tagging is used use match rules instead of pass rules. This is needed
so that later pass rules will not overwrite the nat-to/rdr-to settings.
Because of this there must be an expilicit "pass .. tagged proxytag .."
rule after the ftp-proxy anchor. OK henning@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 7 09:41:02 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

rdr -> rdr-to
from Karl-Heinz Wild

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 1 14:03:59 2009 UTC (14 years, 9 months ago) by claudio
Branch: MAIN
Changes since 1.11: +14 -23 lines
Diff to previous 1.11 (colored)

Bring manpage up to speed with the changes that just happend or at least
try to.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 26 18:52:53 2008 UTC (16 years, 3 months ago) by henning
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, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.10: +17 -7 lines
Diff to previous 1.10 (colored)

Don't pass quick when tagging, so the tag can be used outside
the ftp-proxy anchor.  Exotic setups with route-to etc.
can be implemented this way.
from camield, ok reyk beck canacar and manpage polished by jmc

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 1 15:45:41 2007 UTC (16 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.9: +8 -6 lines
Diff to previous 1.9 (colored)

- -T before -t
- use .Bk/.Ek

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 1 09:31:41 2007 UTC (16 years, 10 months ago) by henning
Branch: MAIN
Changes since 1.8: +6 -1 lines
Diff to previous 1.8 (colored)

allow ftp-proxy to add tag statements to teh rules it inserts
clever, nice and easy diff from bsd@openbsd.rutgers.edu, ok pyr reyk

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

convert to new .Dd format;

Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 30 13:01:54 2006 UTC (17 years, 5 months ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Convert three instances of atoi() to strtonum() and apply sane upper bounds.

Triggered by Rik/harry Bobbaers on bugs@.

ok mbalmer@ ray@

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 23 07:05:49 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

no need to use "keep state" and "flags S/SA" in pf rules,
now that it is the default;

ok henning mcbride camield (ftp-proxy bits) deraadt

Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 30 06:30:00 2006 UTC (17 years, 9 months ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.4: +9 -1 lines
Diff to previous 1.4 (colored)

document that ftp-proxy cannot function at a raised securelevel

ok jmc marco

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 20 10:01:30 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored)

.Sh SECURITY -> .Sh CAVEATS
ok camield@

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 7 04:37:32 2005 UTC (19 years ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.2: +10 -5 lines
Diff to previous 1.2 (colored)

Introduce verbose option to control the logging of the pf rules.

ok beck mpf

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 31 21:47:20 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.1: +7 -5 lines
Diff to previous 1.1 (colored)

tweaks;

Revision 1.1 / (download) - annotate - [select for diffs], Thu May 26 04:38:35 2005 UTC (19 years ago) by camield
Branch: MAIN

Import new FTP proxy.  Handles IPv6 and all FTP modes.  It was
previously known as pftpx.

Not connected to the builds yet.

ok beck

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.