File: TODO

package info (click to toggle)
twoftpd 1.20-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 572 kB
  • ctags: 295
  • sloc: ansic: 2,052; sh: 1,940; makefile: 108
file content (33 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- Fix operation of ABOR
  - Need to select on both channels when copying data.
  - RFC 959 4.1.3 says the connection aborted with error 426.
  - The response from ABOR should be 226.
  - See also notes on telnet "Interrupt Process" signal.

- Tests:
  - u+s g+s +t permissions on listings
  - Proper CHROOT/SOFTCHROOT/LOCKHOME behavior
  - LOGREQUESTS on/off
  - LOGRESPONSES on/off
  - \377 escapes on output
  - CWD into various mode directories
  - RETR from/STOR to various mode directories

- Write a twoftpd log tailing program to output timeout stats and the
  like.

- Look into spying on the status of the servers:
  - exporting status through environment or modifying the command-line
  - get pids by looking for children of tcpserver

- Implement "FEAT" command.

- Build-in support for gzipping content on-the-fly with zlib:
  - If client requests X.gz, and X exists, open and compress

- Build-in support for gunzipping content on-the-fly with zlib:
  - If client requests X, and X.gz exists, open and decompress

- Build-in support for recursive retrieval producing a tar file internally.

- Add IPv6 support.