Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.
[libguestfs.git] / TODO
1 /tmp/libguestfs temporary directory is not cleaned up.
2
3 ----------------------------------------------------------------------
4
5 We badly need to actually implement the FTP server mentioned in the
6 documentation.
7
8 ----------------------------------------------------------------------
9
10 Use a real scanner in guestfish.  Suggest:
11
12     "..."       strings
13     '...'
14     [...]       matching [ and ]
15
16 ----------------------------------------------------------------------
17
18 (From Ján ONDREJ (SAL))
19
20 We should provide a way to stream partitions in and out.
21
22 Thus:
23
24 dd-out /dev/sda1 > [some file]
25
26 dd-in /dev/sda1 < [some file]
27
28 Along with this, we need to be able to call the resize2fs program to
29 resize the filesystem in case it is larger or smaller than the target
30 partition.
31
32 Another useful feature would be to allow rsync to/from a stream for
33 whole filesystems and subdirectories.
34
35 The current protocol is message-oriented and doesn't support
36 streaming.  But it's simple enough that we could add this.
37
38 ----------------------------------------------------------------------
39
40 (From Ján ONDREJ (SAL))
41
42 guestfish edit <filename>