New APIs: Support for creating LUKS and managing keys.
[libguestfs.git] / daemon / parted.c
2010-06-02 Richard Jonesparted: Check partition number >= 1 in several calls.
2010-06-02 Richard Jonesdaemon: Parse output of old parted which didn't support...
2010-06-02 Richard Jonesdaemon: count_strings function returns size_t
2010-04-10 Richard JonesNew partition APIs: part_del, part_get_bootable, part_g...
2010-04-10 Richard Jonesdaemon: More reliable parsing of the output from 'parte...
2010-04-10 Richard Jonesdaemon: Make the RUN_PARTED macro take an error statement.
2010-03-26 Richard Jonesappliance: Set $PATH instead of hard-coding paths to...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesGeneric partition creation interface.