summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-02-21 01:23:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-02-21 01:23:12 +0000
commit380ac83ecca0911cf222b802a4e1c252a9e97ad1 (patch)
tree4ea3cb6571d06edc7647b44a1d5dd0b45e0422e7 /ftp
parentFix for address with last "." (diff)
Turn on RFC931 compiled-in support because it can be turned off (when needed)
in ftpaccess config
Notes
Notes: svn path=/head/; revision=26072
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ai19
-rw-r--r--ftp/wu-ftpd/files/patch-ai19
2 files changed, 28 insertions, 10 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai
index c4f095554cfd..5b3051f5d1c4 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-ai
+++ b/ftp/wu-ftpd+ipv6/files/patch-ai
@@ -1,6 +1,6 @@
---- config.h.orig Thu Mar 4 09:45:57 1999
-+++ config.h Tue Mar 9 16:33:39 1999
-@@ -74,7 +74,7 @@
+--- config.h.orig Mon Feb 21 03:51:58 2000
++++ config.h Mon Feb 21 04:18:17 2000
+@@ -101,7 +101,7 @@
* See FIXES-2.4-HOBBIT for more information on this option.
*/
@@ -9,7 +9,16 @@
/*
* OPIE
-@@ -203,7 +203,7 @@
+@@ -132,7 +132,7 @@
+ * Define this if you want to use RFC 931 'authentication' - this improves
+ * the logging at the cost of a possible slight delay in connection.
+ */
+-#undef USE_RFC931
++#define USE_RFC931
+
+ /*
+ * BUFFER_SIZE
+@@ -232,7 +232,7 @@
* Undefine this to let NOOP reset the idle timeout.
*/
@@ -18,7 +27,7 @@
/*
* XFERLOG_REALPATH
-@@ -257,7 +257,7 @@
+@@ -286,7 +286,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.
*/
diff --git a/ftp/wu-ftpd/files/patch-ai b/ftp/wu-ftpd/files/patch-ai
index c4f095554cfd..5b3051f5d1c4 100644
--- a/ftp/wu-ftpd/files/patch-ai
+++ b/ftp/wu-ftpd/files/patch-ai
@@ -1,6 +1,6 @@
---- config.h.orig Thu Mar 4 09:45:57 1999
-+++ config.h Tue Mar 9 16:33:39 1999
-@@ -74,7 +74,7 @@
+--- config.h.orig Mon Feb 21 03:51:58 2000
++++ config.h Mon Feb 21 04:18:17 2000
+@@ -101,7 +101,7 @@
* See FIXES-2.4-HOBBIT for more information on this option.
*/
@@ -9,7 +9,16 @@
/*
* OPIE
-@@ -203,7 +203,7 @@
+@@ -132,7 +132,7 @@
+ * Define this if you want to use RFC 931 'authentication' - this improves
+ * the logging at the cost of a possible slight delay in connection.
+ */
+-#undef USE_RFC931
++#define USE_RFC931
+
+ /*
+ * BUFFER_SIZE
+@@ -232,7 +232,7 @@
* Undefine this to let NOOP reset the idle timeout.
*/
@@ -18,7 +27,7 @@
/*
* XFERLOG_REALPATH
-@@ -257,7 +257,7 @@
+@@ -286,7 +286,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.
*/