X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=TODO;h=9223bde22f611a15580a8704a323f4a1a4f43b61;hb=9adf2ed997ee0741806c098219c3810d52deeff5;hp=ed9e72593cbd6cbd4faf4555f6687b8f56463dcd;hpb=627c895ca463e881e577be3fca934e3e0587a19a;p=captive.git diff --git a/TODO b/TODO index ed9e725..9223bde 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,32 @@ $Id$ -TODO ----- +Known Bugs +---------- -Concurrent disk writes may fail on captive_file_write() .Information==num_bytes +Low performance, big memory consumption; Writing 50KB/s, needs ~50MB of RAM. +Microsoft Windows RAID tests/support - IIRC already exists open sourced. +Mount of the same device multiple times is allowed (no EBUSY kernel protection). +libcaptive/cc/ mmap(2)s whole SharedCacheMap; ext2fsd maps whole disk area! +STATUS_LOG_FILE_FULL should be handled everywhere; not just file_write(). +User-specifiable proxy for captive-install-acquire (not just the GConf one). +umount(8) leaves one harmless stale 'lufsd' - only Mandrake packaging affected? +Localized filenames not supported - they should be UTF8ed across the project. +Mandrake package script fails during upgrade ('rpm -U') on missing dependencies. -Strict ulimit (rlimit) of sandbox child. -Set direct-write buffers limit for sandbox child. -'captive' account as pre/post-install. -syslog(3) GLog reporting. + +TODO: +----- + +Check function calling convention types in *.def files. Better BLKGETSIZE64 vs. BLKGETSIZE run-time availability compatibility. 'src/client/gnomevfs/captive.conf' should be generated. Why native NT autocheck (=w/o errors) the volume after our DISMOUNT_VOLUME? - ntfsprogs: not updated last ('boot backup') media sector due to Linux kernel -'src/install/fstab/' should not reformat '/etc/fstab' - how to modify it? 'src/install/acquire/cabextract/' should be GnomeVFS cabextract:// module. Fix 'src/install/acquire/' GTK+ compiler warning - see its 'Makefile.am'. +Unify options parsing by captive_options_parse(). +Rename 'CAPTIVE_XXX_IS_OBJECT' to 'CAPTIVE_IS_XXX_OBJECT'. +Move sandbox master 'directory_read' bufering from sandbox/ to client/. +Move sandbox master 'file_seek' 'offset' maintenance from sandbox/ to client/.