No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / iscsi / dist / src / TODO
bloba4f776688e415311e41c5395b791bbeefedd3d37
1 To do
2 =====
3 add kevent
4 add HUP support to read sig and targets file
5 CRC/digests
6 finish reservations
7 RAID 1 rebuilding, breaking etc
8 proper allow_netmask support for IPv6
9 add ability to add a target in, take one out (if !busy)
10 proper IPv6 support in harness
12 Done
13 ====
14 fix debug to be command-line driven
15 unsigned char -> uint8_t
16 make target guess method to use depending on size of file/device
17 sprintf -> snprintf
18 strcpy -> strlcpy
19 autoconf
20 fix lint
21 Implement name-based stuff - no more inet_addr stuff
22 split into separate targets
23 rc.d scripts
24 move to globals_t in target.c
25 configuration
26 Make it so that target can take an iqn as its address
27 Manual page for iscsi-target
28 manual page for targets config file
29 get rid of hardcoded CHAP stuff
30 use syslog to log info
31 use syslog to log errors
32 fix memory leak of user name
33 error if no config file
34 mmap & munmap
35 get port from cmd line
36 raid0
37 add discovery masking
38 clean up IPv6
39 add socklen_t awareness
40 add uuid
41 Solaris initiator compatibility
42 fix 64-byte swapping macros
43 add reservations - RESERVE_6 and RELEASE_6 done
44 pass addr family in sess structure
45 add poll configure glue
46 use poll if we have it
47 proper IPv6 support in target
48 VPD 80 handling
49 bind to cmdline port properly now too