ftpd: add idle and absolute timeouts. This is a security issue,
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 16 Mar 2009 16:19:53 +0000 (16:19 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 16 Mar 2009 16:19:53 +0000 (16:19 -0000)
commit20c82168976a511237b45eef94891e9124f47f7a
tree034de657c181a5dbe623b9fc670cec637231b257
parentf2160b6a09f4e4879fb718526106c548d8f8ec23
ftpd: add idle and absolute timeouts. This is a security issue,
 otherwise ftpd may end up hanging indefinitely.

function                                             old     new   delta
timeout_handler                                        -     110    +110
ftpd_main                                           2019    2115     +96
packed_usage                                       25662   25685     +23
handle_upload_common                                 306     322     +16
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/0 up/down: 245/0)             Total: 245 bytes
include/usage.h
networking/ftpd.c