]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- patch fot bcond_with longusername
authorzergin <zergin@pld-linux.org>
Fri, 10 Sep 2004 10:02:00 +0000 (10:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd-userlength.patch -> 1.1

pure-ftpd-userlength.patch [new file with mode: 0644]

diff --git a/pure-ftpd-userlength.patch b/pure-ftpd-userlength.patch
new file mode 100644 (file)
index 0000000..7b1af1f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN org/src/ftpd.h mod/src/ftpd.h
+--- org/src/ftpd.h     2004-03-02 20:08:59.000000000 +0100
++++ mod/src/ftpd.h     2004-09-10 00:15:37.251472136 +0200
+@@ -494,7 +494,7 @@
+ # define MAX_SESSION_XFER_IDLE (24 * 60 * 60)   /* Max duration of a transfer */
+ #endif
+ #ifndef MAX_USER_LENGTH
+-# define MAX_USER_LENGTH 32U
++# define MAX_USER_LENGTH 128U
+ #endif
+ #ifdef LOG_FTP
This page took 0.114897 seconds and 4 git commands to generate.