summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-ak
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-11-30 06:24:58 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-11-30 06:24:58 +0000
commit090ca40dda05f308a7800ef540c4910251d17ebd (patch)
treece05c345c8a17cb265c553e2c631e544f8fd8eda /ftp/wu-ftpd+ipv6/files/patch-ak
parentupgrade to 4.2.0 (diff)
Use vendor-supplied prevent glob overflow patch
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ak')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ak11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ak b/ftp/wu-ftpd+ipv6/files/patch-ak
new file mode 100644
index 000000000000..ba65587542a6
--- /dev/null
+++ b/ftp/wu-ftpd+ipv6/files/patch-ak
@@ -0,0 +1,11 @@
+--- src/ftpd.c 2000/07/07 22:17:38 1.113
++++ src/ftpd.c 2000/08/29 17:26:23
+@@ -7274,7 +7274,7 @@
+ int which;
+ struct aclmember *entry = NULL;
+ (void) acl_getclass(class);
+- while (getaclentry("port-allow", &entry)) {
++ while (getaclentry("pasv-allow", &entry)) {
+ if ((ARG0 != NULL) && (strcasecmp(class, ARG0) == 0))
+ for (which = 1; (which < MAXARGS) && (ARG[which] != NULL); which++) {
+ if (hostmatch(ARG[which], remoteaddr, NULL))