Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 2ef568ceb5aebc3dbd23eb9e9d38923b > files > 20

partimage-0.6.1-4mdk.i586.rpm

TODO for Partition Image:
-------------------------

================================== FEATURES ====================================
* INTERFACE:
  - make "ask description" entry box multi-line

* NTFS Support:
  - support for "attribute list" attribute
  - check for bad clusters ($badclus file)

* check debian files are okay (binaries are not in /usr/sbin instead of /usr/bin): add new binaries (partimaged and imageinfo) 

* write comments for doc++ in header files (see misc.h)

* password for partimaged:
  only MD5 or DES in /etc/shadow are supported yet, add others.

* showDebug levels must conform to partimage-devel-doc/Levels 

* debian files: add GL and KO translations in the DEB package
* check Debian/Redhat packages (manfiles to add)
* add DA translation

* run RATS to begin security audit 

* fix a problem when partition is already locked:
  all strings are good but showError displays garbage

* use ERR_NOMEM
* change argument number to all exceptions working on harddrive
(writing, zeroing...) to be able to show block number and error

* change CheckAccessFile (access.cpp) to open and then check instead of
calling stat.

* ensure packages add user "partimag" when installed on users computers

* add key '*' to kill the server

* Bad blocks:
  - when error during saving, copy block of 0
  - read the badblocks file list from the file system before copy, and mark these files as free
  - CMainHeader: write number of bad blocks

* LZO: be able to restore files

======================== What to do before releasing a new official version ====
  - if format changes, upgrade CURRENT_IMAGE_FORMAT from 0.5.7 as required