aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
authorMorten Kvistgaard <MK@pch-engineering.dk>2014-08-05 21:57:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2014-08-05 21:57:18 +0200
commitfeac9b607dc68ea63992a46b3b8361f00f663cdc (patch)
treeed5bca82370298e195f5b5e3d84d40f9e7470a32 /networking/Config.src
parent09a0e2223f68a266749043bf33c84faeb5cee8a0 (diff)
downloadbusybox-w32-feac9b607dc68ea63992a46b3b8361f00f663cdc.tar.gz
busybox-w32-feac9b607dc68ea63992a46b3b8361f00f663cdc.tar.bz2
busybox-w32-feac9b607dc68ea63992a46b3b8361f00f663cdc.zip
ftpd: add optional support for authentication
function old new delta cmdio_get_cmd_and_arg - 237 +237 get_passwd - 97 +97 check_password - 82 +82 ftpd_main 2297 2178 -119 ask_and_check_password_extended 206 84 -122 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 0/2 up/down: 416/-241) Total: 175 bytes Signed-off-by: Morten Kvistgaard <MK@pch-engineering.dk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src
index fbad7ecb2..e56646917 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -134,6 +134,13 @@ config FEATURE_FTPD_ACCEPT_BROKEN_LIST
134 it increases the code size by ~40 bytes. 134 it increases the code size by ~40 bytes.
135 Most other ftp servers seem to behave similar to this. 135 Most other ftp servers seem to behave similar to this.
136 136
137config FEATURE_FTP_AUTHENTICATION
138 bool "Enable authentication"
139 default y
140 depends on FTPD
141 help
142 Enable basic system login as seen in telnet etc.
143
137config FTPGET 144config FTPGET
138 bool "ftpget" 145 bool "ftpget"
139 default y 146 default y