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

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