aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-03-09 13:54:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-03-09 13:54:45 +0000
commit4cba5150e311b020d5c111ade906e3dad6e5cc5b (patch)
tree7071f47c74567edf5238d54213ad10b515e2817c /ftp
parent48e49d322dee0b219be4ed470cb2d4c1e82a6bc8 (diff)
downloadports-4cba5150e311b020d5c111ade906e3dad6e5cc5b.tar.gz
ports-4cba5150e311b020d5c111ade906e3dad6e5cc5b.zip
undefine loosing PASV race protection: it not protects well and
not RFC compliant causing problems f.e. for SSH ftp port redirection enable NOOP
Notes
Notes: svn path=/head/; revision=17117
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ai44
-rw-r--r--ftp/wu-ftpd/files/patch-ai44
2 files changed, 58 insertions, 30 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai
index eeee626462d1..c4f095554cfd 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-ai
+++ b/ftp/wu-ftpd+ipv6/files/patch-ai
@@ -1,15 +1,29 @@
-*** config.h.orig Fri Sep 12 19:44:00 1997
---- config.h Mon Sep 15 09:27:39 1997
-***************
-*** 72,76 ****
- * See FIXES-2.4-HOBBIT for more information on this option.
- */
-
-! #undef SKEY
-
---- 72,76 ----
- * See FIXES-2.4-HOBBIT for more information on this option.
- */
-
-! /* #undef SKEY */
-
+--- config.h.orig Thu Mar 4 09:45:57 1999
++++ config.h Tue Mar 9 16:33:39 1999
+@@ -74,7 +74,7 @@
+ * See FIXES-2.4-HOBBIT for more information on this option.
+ */
+
+-#undef SKEY
++/* #undef SKEY */
+
+ /*
+ * OPIE
+@@ -203,7 +203,7 @@
+ * Undefine this to let NOOP reset the idle timeout.
+ */
+
+-#define IGNORE_NOOP
++#undef IGNORE_NOOP
+
+ /*
+ * XFERLOG_REALPATH
+@@ -257,7 +257,7 @@
+ * the risk of PASV port race stealing the connection. It also is non-RFC
+ * compliant, so it may cause problems for some client sites.
+ */
+-#define FIGHT_PASV_PORT_RACE
++#undef FIGHT_PASV_PORT_RACE
+
+ /*
+ * Define this to completely disable anonymous FTP access.
diff --git a/ftp/wu-ftpd/files/patch-ai b/ftp/wu-ftpd/files/patch-ai
index eeee626462d1..c4f095554cfd 100644
--- a/ftp/wu-ftpd/files/patch-ai
+++ b/ftp/wu-ftpd/files/patch-ai
@@ -1,15 +1,29 @@
-*** config.h.orig Fri Sep 12 19:44:00 1997
---- config.h Mon Sep 15 09:27:39 1997
-***************
-*** 72,76 ****
- * See FIXES-2.4-HOBBIT for more information on this option.
- */
-
-! #undef SKEY
-
---- 72,76 ----
- * See FIXES-2.4-HOBBIT for more information on this option.
- */
-
-! /* #undef SKEY */
-
+--- config.h.orig Thu Mar 4 09:45:57 1999
++++ config.h Tue Mar 9 16:33:39 1999
+@@ -74,7 +74,7 @@
+ * See FIXES-2.4-HOBBIT for more information on this option.
+ */
+
+-#undef SKEY
++/* #undef SKEY */
+
+ /*
+ * OPIE
+@@ -203,7 +203,7 @@
+ * Undefine this to let NOOP reset the idle timeout.
+ */
+
+-#define IGNORE_NOOP
++#undef IGNORE_NOOP
+
+ /*
+ * XFERLOG_REALPATH
+@@ -257,7 +257,7 @@
+ * the risk of PASV port race stealing the connection. It also is non-RFC
+ * compliant, so it may cause problems for some client sites.
+ */
+-#define FIGHT_PASV_PORT_RACE
++#undef FIGHT_PASV_PORT_RACE
+
+ /*
+ * Define this to completely disable anonymous FTP access.