usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / vsftpd / TODO
blob9382ee9d816dcd12c69861d5b101aa8fb7f9c812
1 CRITICAL
2 ========
4 NOT SO CRITICAL
5 ===============
7 - Don't leak SSL private key to compromised process? May be impossible. We'll
8 see, would be an interesting security story.
9 - Better reporting of failed uploads due to out of device space or quota all
10 used.
11 - Upload file size limits.
13 - Improve FAQ, docs (ongoing..)
14 - Sweedish, Russian etc. characters showing as ? in the log - many complaints.
15 - "add_group" support.
16 - Still reports FlashFXP broken when trying to do FXP.
17 - Add negation, other support to regex handler.
18 - Allow groups to be listed in user lists.
19 - Allow space in username.
20 - Minor: background should happen after listen has completed so that failure
21 can result in a non-zero exit code.
22 - option to chroot to home dir and THEN apply init_dir
23 - separate upload/download max rates
24 - select() is assuming Linux behaviour (not threatening stability)
25 - add example global bandwidth limiting.
26 - have a chown_uploads for non-anon users too; also more control over
27 permissions of uploaded file
28 - Fix SSL session timeout more gracefully. Currently, clients report an SSL read
29 error rather than an FTP status message saying timeout.
31 ON THE BACK BURNER
32 ==================
34 - MLST, MLSD
35 - LPRT, LPSV
36 - log logout (pam session support provides this for locals)
37 - Limits on GIDs allowed to authenticate?
38 - Dynamic login info e.g. you are user XXX of YYY.
39 - Handle SIGINT.
40 - Session byte transfer counts in STAT output.
41 - Test vsftpd with pam_opie (issues with challenge/response vs. FTP protocol?)
42 - SITE GROUP support.
43 - SITE UTIME?
44 - Allow listener to listen on multiple IPs, protocols; bonus points if the
45 different IPs can have different configs.
47 NOT PLANNED
48 ===========
50 - telnet strings (no demand)
51 - "Minimal" build support
52 - transparent tar / compression support (no demand)
53 - put anon FTP users in wtmp too?
55 - Integrated test suite (I'm so lazy..) SORRY.