add site misc module
This commit is contained in:
parent
45dd389b65
commit
b75b3e8871
@ -14,6 +14,7 @@ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/te
|
|||||||
proftpd-mod_ldap \
|
proftpd-mod_ldap \
|
||||||
proftpd-mod_sftp \
|
proftpd-mod_sftp \
|
||||||
proftpd-mod_auth_file \
|
proftpd-mod_auth_file \
|
||||||
|
proftpd-mod_site_misc \
|
||||||
proftpd-utils
|
proftpd-utils
|
||||||
|
|
||||||
RUN addgroup -g 2222 access
|
RUN addgroup -g 2222 access
|
||||||
|
@ -13,10 +13,12 @@ AllowOverwrite on
|
|||||||
RequireValidShell off
|
RequireValidShell off
|
||||||
WtmpLog off
|
WtmpLog off
|
||||||
|
|
||||||
|
|
||||||
<Limit SITE_CHMOD>
|
<Limit SITE_CHMOD>
|
||||||
DenyAll
|
DenyAll
|
||||||
</Limit>
|
</Limit>
|
||||||
|
|
||||||
|
LoadModule mod_site_misc.c
|
||||||
LoadModule mod_ldap.c
|
LoadModule mod_ldap.c
|
||||||
LoadModule mod_sftp.c
|
LoadModule mod_sftp.c
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/lib/pr_fnmatch.c b/lib/pr_fnmatch.c
|
|
||||||
index 8e46a22..623321f 100644
|
|
||||||
--- a/lib/pr_fnmatch.c
|
|
||||||
+++ b/lib/pr_fnmatch.c
|
|
||||||
@@ -253,7 +253,7 @@ __wcschrnul (const wchar_t *s, wint_t c)
|
|
||||||
# ifdef HAVE_MEMPCPY
|
|
||||||
# define MEMPCPY(D, S, N) mempcpy (D, S, N)
|
|
||||||
# else
|
|
||||||
-# define MEMPCPY(D, S, N) __mempcpy (D, S, N)
|
|
||||||
+# define MEMPCPY(D, S, N) mempcpy (D, S, N)
|
|
||||||
# endif
|
|
||||||
# define MEMCHR(S, C, N) memchr (S, C, N)
|
|
||||||
# define STRCOLL(S1, S2) strcoll (S1, S2)
|
|
Loading…
Reference in New Issue
Block a user