Fix file descriptor leak in daemon.
[libguestfs.git] / daemon / file.c
2009-04-19 Richard JonesImplement NEED_ROOT_OR_IS_DEVICE macro.
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-14 Richard JonesFix 'file(1)' command to work on /dev devices.
2009-04-13 Richard JonesAdded file(1) command.
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
2009-04-08 Richard JonesDefinition and implementation of new guestfs_read_lines...
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.