Blame SOURCES/0051-Improve-documentation-of-better_stou-in-the-man-page.patch

d7fdbd
From 765f99b26705c8d6fe2be4feb07f4c91e7eb96f9 Mon Sep 17 00:00:00 2001
d7fdbd
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
d7fdbd
Date: Thu, 5 Apr 2018 12:29:03 +0200
d7fdbd
Subject: [PATCH 51/59] Improve documentation of better_stou in the man page
d7fdbd
d7fdbd
---
d7fdbd
 vsftpd.conf.5 | 7 ++++++-
d7fdbd
 1 file changed, 6 insertions(+), 1 deletion(-)
d7fdbd
d7fdbd
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
d7fdbd
index 6911a73..e9ae474 100644
d7fdbd
--- a/vsftpd.conf.5
d7fdbd
+++ b/vsftpd.conf.5
d7fdbd
@@ -68,7 +68,12 @@ trick the C library into loading a user-created configuration file from the
d7fdbd
 Default: NO
d7fdbd
 .TP
d7fdbd
 .B better_stou
d7fdbd
-Use better file name generation algorithm for the STOU command.
d7fdbd
+Use a better file name generation algorithm for the STOU command. The default
d7fdbd
+original algorithm simply adds an increasing number suffix to the file name,
d7fdbd
+which is prone to race conditions if multiple uploaders use the STOU command
d7fdbd
+with the same file name simultaneously, which can result in failure of the
d7fdbd
+command. The new algorithm adds a unique random six character suffix to
d7fdbd
+the file name, which works much better in face of concurrent uploads.
d7fdbd
 
d7fdbd
 Default: NO
d7fdbd
 .TP
d7fdbd
-- 
d7fdbd
2.14.4
d7fdbd