Fixed charset handling of the filenames.
[captive.git] / TODO
1 $Id$
2
3
4 Known Bugs
5 ----------
6
7 'liblufs-captivefs'+'libcaptive-gnomevfs' broken '-release' (Miklos Szeredi)
8 XMMS playing from NTFS crashes Captive (Marek Koch, Daniel Wagner)
9 STATUS_LOG_FILE_FULL should be handled everywhere; not just file_write().
10 libcaptive/cc/ mmap(2)s whole SharedCacheMap; ext2fsd maps whole disk area!
11 Unhandled mount of non-NTFS disk by ntfs.sys (Sebastian Werner)
12 captive-static-1.1.5-0.i386.rpm: captive:x:100:101:Captive Sandbox:/var/lib/@PACKAGE@:/sbin/nologin
13 implement RtlGetOwnerSecurityDescriptor; <412DB407.15436.97BCB@localhost>
14
15
16 Verify Fix:
17 -------
18
19 Machine shutdown does not commit NTFS during unmount (Fred Kulack)
20 Memory leaks during NTFS disks scanning by *-acquire (caused by libntfs?)
21 GID of chroot element should not be important if r/o (Aurore Totoche)
22
23
24 TODO
25 ----
26
27 Microsoft Windows 2000, NT-4.0, 2003-Server drivers compatibility.
28 User-specifiable proxy for captive-install-acquire (not just the GConf one).
29 Microsoft Windows RAID not supported - another driver would be required.
30 Check function calling convention types in *.def files.
31 Better BLKGETSIZE64 vs. BLKGETSIZE run-time availability compatibility.
32 'src/client/gnomevfs/captive.conf' should be generated.
33 'src/install/acquire/cabextract/' should be GnomeVFS cabextract:// module.
34 Fix 'src/install/acquire/' GTK+ compiler warning - see its 'Makefile.am'.
35 Unify options parsing by captive_options_parse().
36 Rename 'CAPTIVE_XXX_IS_OBJECT' to 'CAPTIVE_IS_XXX_OBJECT'.
37 Move sandbox master 'directory_read' bufering from sandbox/ to client/.
38 Move sandbox master 'file_seek' 'offset' maintenance from sandbox/ to client/.
39 Replace cabextract for the newer and LGPLed libmspack.
40 'captive_options' and 'captive_options_module' should be referencible GObject.
41 Performance (currently 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM).
42 AutoGen: Use specific automake-1.6 / aclocal-1.6.
43 LUFS: Support also "umask" instead of just "fmask"/"dmask".
44 captive-install-acquire --scan-disks-quick for deadlock for inaccessible NFSes.
45 captive_file_parent_move(): Check dir/subdir move in 'file-slave' instead.
46 client/gnomevfs g_filename_*_utf8() support.
47 */g_filename_*_utf8() -> LUFS Linux kernel NLS support, load_nls_default().
48 Replace popt by GOption.
49 autogen.pl: Check libtoolize(1) version - >=1.5 is not enough (Steven N. Hirsch)