ftpd: add optional support for authentication
authorMorten Kvistgaard <MK@pch-engineering.dk>
Tue, 5 Aug 2014 19:57:18 +0000 (21:57 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 5 Aug 2014 19:57:18 +0000 (21:57 +0200)
commitfeac9b607dc68ea63992a46b3b8361f00f663cdc
treeed5bca82370298e195f5b5e3d84d40f9e7470a32
parent09a0e2223f68a266749043bf33c84faeb5cee8a0
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>
include/libbb.h
libbb/Kbuild.src
libbb/correct_password.c
networking/Config.src
networking/ftpd.c