- Readd seccomp disabled by default - vsftpd local_max_rate option doesn't work as expected - The vsftpd hangs in a SIGCHLD handler when the pam_exec.so is used in pam.d - configuration - The vsftpd doesn't remove failed upload when the delete_failed_uploads is - enabled and the network cable is unplagged - man pages bug - vsftpd segfaults in vsf_sysutil_strndup - Fix logging when syslog is used
27 lines
769 B
Diff
27 lines
769 B
Diff
From ab49bde79f81a422629210c23ccc83bc4e14ad2a Mon Sep 17 00:00:00 2001
|
|
From: Martin Sehnoutka <msehnout@redhat.com>
|
|
Date: Fri, 8 Apr 2016 15:03:16 +0200
|
|
Subject: [PATCH 5/7] vsftpd-2.2.2-man-pages
|
|
|
|
---
|
|
vsftpd.conf.5 | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
|
|
index 7a8f130..45cd3c0 100644
|
|
--- a/vsftpd.conf.5
|
|
+++ b/vsftpd.conf.5
|
|
@@ -495,7 +495,8 @@ Default: NO
|
|
.TP
|
|
.B ssl_request_cert
|
|
If enabled, vsftpd will request (but not necessarily require; see
|
|
-.BR require_cert) a certificate on incoming SSL connections. Normally this
|
|
+.BR require_cert )
|
|
+a certificate on incoming SSL connections. Normally this
|
|
should not cause any trouble at all, but IBM zOS seems to have issues.
|
|
(New in v2.0.7).
|
|
|
|
--
|
|
2.5.5
|
|
|