+STATUS_LOG_FILE_FULL should be handled everywhere; not just file_write().
[captive.git] / TODO
1 $Id$
2
3
4 TODO
5 ----
6
7 libcaptive/cc/ mmap(2)s whole SharedCacheMap; ext2fsd maps whole disk area!
8 STATUS_LOG_FILE_FULL should be handled everywhere; not just file_write().
9
10 Check function calling convention types in *.def files.
11 Better BLKGETSIZE64 vs. BLKGETSIZE run-time availability compatibility.
12 'src/client/gnomevfs/captive.conf' should be generated.
13 Why native NT autocheck (=w/o errors) the volume after our DISMOUNT_VOLUME?
14  - ntfsprogs: not updated last ('boot backup') media sector due to Linux kernel
15 'src/install/fstab/' should not reformat '/etc/fstab' - how to modify it?
16 'src/install/acquire/cabextract/' should be GnomeVFS cabextract:// module.
17 Fix 'src/install/acquire/' GTK+ compiler warning - see its 'Makefile.am'.
18 Unify options parsing by captive_options_parse().
19 Rename 'CAPTIVE_XXX_IS_OBJECT' to 'CAPTIVE_IS_XXX_OBJECT'.
20 Move sandbox master 'directory_read' bufering from sandbox/ to client/.
21 Move sandbox master 'file_seek' 'offset' maintenance from sandbox/ to client/.