Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.19.1.1.19.1 | Richard W.M. Jones | 2012-05-25 | 19 | -793/+1820 |
| | |||||
* | tests: Add a test of non-ASCII character fidelity on various filesystem ↵ | Richard W.M. Jones | 2012-05-25 | 5 | -0/+494 |
| | | | | | | types (RHBZ#823887). Thanks Laszlo Ersek. | ||||
* | doc: Add documentation covering use of utf8 option when mounting vfat ↵ | Richard W.M. Jones | 2012-05-25 | 1 | -0/+77 |
| | | | | (RHBZ#823887). | ||||
* | trace: Fix display of non-printing characters. | Richard W.M. Jones | 2012-05-25 | 1 | -0/+5 |
| | | | | | | | Previously the code would drop the first character in any sequence of non-printing characters that occurred within a string. Fix for commit e6f18c59d577dd0b443bc6a1d76f699c4e0dde9f. | ||||
* | trace: Fix escaping of non-printable signed characters. | Richard W.M. Jones | 2012-05-25 | 1 | -1/+1 |
| | | | | Fix for commit e6f18c59d577dd0b443bc6a1d76f699c4e0dde9f. | ||||
* | sysprep: remove the data and log files of puppet | Wanlong Gao | 2012-05-25 | 4 | -1/+55 |
| | | | | | | Remove the data(keys) and log files of puppet. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | inspection: Don't fail if /etc/HOSTNAME or /etc/hostname are empty files ↵ | Richard W.M. Jones | 2012-05-24 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | | | (RHBZ#823821). Change guestfs___first_line_of_file so that if the file is empty this returns an empty string instead of an error. This is consistent with the behaviour of this function in the case where the file starts with a \n character, where it would previously have returned an empty string. Change all callers so that they handle this case. Then change the hostname parsing code so that it doesn't give up when /etc/HOSTNAME is empty, but falls through to the next alternative, and similarly for /etc/hostname. Thanks Todd Mummert for finding and diagnosing this bug. | ||||
* | inspection: Use parse_release_file to parse ttylinux release file. | Richard W.M. Jones | 2012-05-24 | 1 | -2/+1 |
| | | | | | | | | | parse_release_file should be used to set fs->product_name, instead of calling guestfs___first_line_of_file directory, although currently the two are equivalent. This is code motion and fixes commit b648b1813fc8e55db790435b5414d9be3ec765d2. | ||||
* | fish/mount: Add better error message when -m (mount) fails (RHBZ#824043). | Richard W.M. Jones | 2012-05-24 | 2 | -7/+16 |
| | |||||
* | fish: Remove inaccurate comment from code. | Richard W.M. Jones | 2012-05-24 | 1 | -4/+0 |
| | |||||
* | virt-make-fs: When writing vfat, add utf8 option to mount (RHBZ#823885). | Richard W.M. Jones | 2012-05-24 | 1 | -1/+10 |
| | |||||
* | virt-make-fs: Provide a clearer error message when mkfs fails (RHBZ#823883). | Richard W.M. Jones | 2012-05-24 | 1 | -1/+13 |
| | |||||
* | appliance: Include 'bzip2' in appliance (RHBZ#824716). | Richard W.M. Jones | 2012-05-24 | 1 | -0/+1 |
| | | | | | | | | Missing package caused this error in compress-device-out: libguestfs: error: compress_device_out: compression type bzip2 is not supported Thanks Mohua Li. | ||||
* | FAQ: Add section about using libguestfs in closed source programs. | Richard W.M. Jones | 2012-05-23 | 1 | -0/+9 |
| | |||||
* | FAQ: Add a note about "child process died unexpectedly". | Richard W.M. Jones | 2012-05-23 | 1 | -0/+12 |
| | | | | | This is a common search term on the main website, and there is no good information provided by Google at present. | ||||
* | FAQ: Update Ubuntu instructions. | Richard W.M. Jones | 2012-05-23 | 1 | -4/+24 |
| | |||||
* | TODO: sysprep todo list clearance | Wanlong Gao | 2012-05-22 | 1 | -3/+0 |
| | | | | | | Remove the implemented features from TODO list. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | java: Remove unnecessary imports from the generated Java code. | Richard W.M. Jones | 2012-05-22 | 1 | -8/+0 |
| | |||||
* | debug: Add setenv debugging command. | Richard W.M. Jones | 2012-05-22 | 1 | -0/+24 |
| | |||||
* | Version 1.19.0.1.19.0 | Richard W.M. Jones | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | New stable branch: Version 1.18.0.1.18.0 | Richard W.M. Jones | 2012-05-21 | 19 | -15457/+28558 |
| | |||||
* | build: Temporarily disable generation of 'BUGS' file. | Richard W.M. Jones | 2012-05-21 | 1 | -2/+2 |
| | | | | Red Hat Bugzilla is broken: RHBZ#823510. | ||||
* | Update API support. | Richard W.M. Jones | 2012-05-21 | 7 | -0/+3090 |
| | |||||
* | Update PO files from Transifex. | Richard W.M. Jones | 2012-05-21 | 16 | -19748/+8941 |
| | |||||
* | Update road map for 1.18 branch. | Richard W.M. Jones | 2012-05-21 | 1 | -4/+4 |
| | |||||
* | Update release notes for 1.18 branch. | Richard W.M. Jones | 2012-05-21 | 1 | -10/+50 |
| | |||||
* | sysprep: Credit Wanlong Gao, Fujitsu under 'AUTHORS' section. | Richard W.M. Jones | 2012-05-18 | 1 | -1/+5 |
| | |||||
* | sysprep: remove kerberos data in the guest | Wanlong Gao | 2012-05-18 | 3 | -0/+55 |
| | | | | | | Remove the generated kerberos data in the guest. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | sysprep: remove ca certificates in the guest | Wanlong Gao | 2012-05-18 | 3 | -0/+62 |
| | | | | | | Remove the ca certificates. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | Version 1.17.43.1.17.43 | Richard W.M. Jones | 2012-05-17 | 20 | -20313/+21014 |
| | |||||
* | virt-ls: Don't initialize path = NULL. | Richard W.M. Jones | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | virt-ls: Fix --checksum option (RHBZ#822490). | Richard W.M. Jones | 2012-05-17 | 1 | -1/+2 |
| | |||||
* | NEW API: add new api btrfs-fsck | Wanlong Gao | 2012-05-15 | 5 | -3/+59 |
| | | | | | | | | | Add the new API btrfs-fsck to check the btrfs filesystem. Btrfs is currently under heavy development, and not suitable for any uses other than benchmarking and review. But it'll be useful in the near future. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | btrfs: change the return value of btrfs-set-seeding | Wanlong Gao | 2012-05-15 | 1 | -1/+1 |
| | | | | | | Change the return value from "r" to "0". Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | gobject: remove old generated files further | Wanlong Gao | 2012-05-15 | 1 | -1/+1 |
| | | | | | | also remove guestfs-gobject.c Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | gobject: Remove old generated files. | Richard W.M. Jones | 2012-05-15 | 1 | -1/+8 |
| | |||||
* | sysprep: Add missing 'utils.mli' to SOURCES. | Richard W.M. Jones | 2012-05-14 | 1 | -1/+2 |
| | | | | Consequently this file was also missing from the tarball. | ||||
* | doc: Add notes on how GPT works on 4k sector disks. | Richard W.M. Jones | 2012-05-14 | 2 | -3/+16 |
| | | | | | | | | | I used scsi_debug to create a 4k sector virtual disk: modprobe scsi_debug dev_size_mb=128 sector_size=4096 I then used 'gdisk' to create lots of partitions, and used 'hexdump' to examine what was written to disk. | ||||
* | todo: Notes about partitioning tools. | Richard W.M. Jones | 2012-05-14 | 1 | -0/+25 |
| | |||||
* | New API: add new api btrfs-set-seeding to enable or disable seeding. | Wanlong Gao | 2012-05-14 | 3 | -1/+30 |
| | | | | | | | Add the new API btrfs-set-seeding to support the seeding-device feature for btrfs. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | TODO: add note for libblkid | Wanlong Gao | 2012-05-14 | 1 | -0/+3 |
| | | | | | | Add the note about compatible in TODO for libblkid. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | examples: Further fixes to mount-local example program. | Richard W.M. Jones | 2012-05-14 | 1 | -5/+26 |
| | | | | | | | * Set PS1 prompt properly for bash shells. * Touch a file into the root directory of the new filesystem. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | example: Various fixes to mount-local example program. | Richard W.M. Jones | 2012-05-14 | 1 | -6/+31 |
| | | | | | | | | | * Move MOUNT_OPTIONS to #define at top. * Move SIZE_MB to #define at top. * Set PS1 in subshell (doesn't work - why?). * Hide libguestfs errors from guestfs_mount_local_run. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | debian: examples: Don't break when O_CLOEXEC is not defined. | Richard W.M. Jones | 2012-05-14 | 1 | -0/+4 |
| | | | | | | This affected Debian 6. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | Version 1.17.42.1.17.42 | Richard W.M. Jones | 2012-05-13 | 18 | -245/+395 |
| | |||||
* | examples: Add mount options "acl,user_xattr" to mount-local example. | Richard W.M. Jones | 2012-05-13 | 1 | -1/+1 |
| | | | | This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | examples: Add an example of using the mount-local API from C. | Richard W.M. Jones | 2012-05-13 | 3 | -0/+172 |
| | |||||
* | examples: Add if HAVE_HIVEX ... endif around virt_dhcp_address example. | Richard W.M. Jones | 2012-05-13 | 1 | -0/+2 |
| | |||||
* | qemu: Move -nodefaults etc logically together. | Richard W.M. Jones | 2012-05-12 | 1 | -16/+16 |
| | | | | This is just code motion. | ||||
* | arm: Add configure flag '--with-qemu-options'. | Richard W.M. Jones | 2012-05-12 | 3 | -44/+154 |
| | | | | | | | This flag allows extra QEMU options to be passed on the command line. This is useful mainly on arm (see the notes in the updated README file). |