summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ocaml: Fix parameters to ocaml_guestfs_create.Richard W.M. Jones2012-06-211-3/+3
| | | | | The first parameter (not used) is a unit, so declare it properly. (cherry picked from commit 1bdfc88eba7f932b2581d55ecf4455d0e70335c2)
* ppc64: Avoid "defined by not used" warning for is_openable function.Richard W.M. Jones2012-06-211-0/+4
| | | | (cherry picked from commit 450493cf6b563389bd11f02284bd22d7ed90b5da)
* Version 1.18.1.1.18.1Richard W.M. Jones2012-06-0119-676/+1605
|
* Split off GObject tests that require an applianceHilko Bengen2012-06-013-3/+32
| | | | (cherry picked from commit 3893dc0b9436ebb4dd620c6ca9b1d038eacf83a6)
* Fix out-of-tree build for GObject bindingsHilko Bengen2012-06-011-2/+2
| | | | (cherry picked from commit 148e8068267bcf9ce8ff3a5062747998f960619d)
* appliance: 'udevd' has been renamed, since it joined systemd.Richard W.M. Jones2012-06-011-28/+29
| | | | (cherry picked from commit a7868dd3c940b6cee0894e6033ba611f01a423dd)
* appliance: Move udev (common package name) to the common section.Richard W.M. Jones2012-06-011-3/+1
| | | | | This should be just code motion. (cherry picked from commit a7e4a6c692554e4207b3bdff65946427e66e9fce)
* tests: Add a test of non-ASCII character fidelity on various filesystem ↵Richard W.M. Jones2012-06-015-0/+494
| | | | | | | types (RHBZ#823887). Thanks Laszlo Ersek. (cherry picked from commit 8e8a5764293d1b6bc3dbfb9409722e4c13384aec)
* doc: Add documentation covering use of utf8 option when mounting vfat ↵Richard W.M. Jones2012-06-011-0/+77
| | | | | | (RHBZ#823887). (cherry picked from commit 6445bc5952efd47fb1aa0880d9038040551d72ed)
* trace: Fix display of non-printing characters.Richard W.M. Jones2012-06-011-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. (cherry picked from commit 73071b3163774ff9a514a05bc8e6fb35fa910787)
* trace: Fix escaping of non-printable signed characters.Richard W.M. Jones2012-06-011-1/+1
| | | | | Fix for commit e6f18c59d577dd0b443bc6a1d76f699c4e0dde9f. (cherry picked from commit fba81add94cde015afe8a65245cb4e60a1d3e6bf)
* inspection: Don't fail if /etc/HOSTNAME or /etc/hostname are empty files ↵Richard W.M. Jones2012-06-012-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. (cherry picked from commit f00066d22b11bf40d0272f68565a2a27fea15627)
* inspection: Use parse_release_file to parse ttylinux release file.Richard W.M. Jones2012-06-011-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. (cherry picked from commit cffb7fefc88a317f957785f6448fb24183c8c629)
* fish/mount: Add better error message when -m (mount) fails (RHBZ#824043).Richard W.M. Jones2012-06-012-7/+16
| | | | (cherry picked from commit ee9ab52bc3e087f63dcc51d3b6ac5c79277425e1)
* fish: Remove inaccurate comment from code.Richard W.M. Jones2012-06-011-4/+0
| | | | (cherry picked from commit 216a6d16abdfbc36a5514df34f59507ef825e33e)
* virt-make-fs: When writing vfat, add utf8 option to mount (RHBZ#823885).Richard W.M. Jones2012-06-011-1/+10
| | | | (cherry picked from commit d5d9ceee8b56a10761e207ad9970ebf704fc46e8)
* virt-make-fs: Provide a clearer error message when mkfs fails (RHBZ#823883).Richard W.M. Jones2012-06-011-1/+13
| | | | (cherry picked from commit 975a41db20eff2b5edf510f8a65005c915b21f27)
* appliance: Include 'bzip2' in appliance (RHBZ#824716).Richard W.M. Jones2012-06-011-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. (cherry picked from commit f904fa822316ff793e71d4d4ff7dc79e608dcb25)
* FAQ: Add section about using libguestfs in closed source programs.Richard W.M. Jones2012-06-011-0/+9
| | | | (cherry picked from commit b8b5ed65c26dd19a0bc9f8282a50c6dff90c456a)
* FAQ: Add a note about "child process died unexpectedly".Richard W.M. Jones2012-06-011-0/+12
| | | | | | This is a common search term on the main website, and there is no good information provided by Google at present. (cherry picked from commit 144d7cd98811472a5541d2c53c487e670657051b)
* FAQ: Update Ubuntu instructions.Richard W.M. Jones2012-06-011-4/+24
| | | | (cherry picked from commit c7d3aa9cd6c065158d43b3c7fe553e814c642d6b)
* java: Remove unnecessary imports from the generated Java code.Richard W.M. Jones2012-06-011-8/+0
| | | | (cherry picked from commit 54028b9b669cfe495089a7652bb8cd06115f4907)
* New stable branch: Version 1.18.0.1.18.0Richard W.M. Jones2012-05-2119-15457/+28558
|
* build: Temporarily disable generation of 'BUGS' file.Richard W.M. Jones2012-05-211-2/+2
| | | | Red Hat Bugzilla is broken: RHBZ#823510.
* Update API support.Richard W.M. Jones2012-05-217-0/+3090
|
* Update PO files from Transifex.Richard W.M. Jones2012-05-2116-19748/+8941
|
* Update road map for 1.18 branch.Richard W.M. Jones2012-05-211-4/+4
|
* Update release notes for 1.18 branch.Richard W.M. Jones2012-05-211-10/+50
|
* sysprep: Credit Wanlong Gao, Fujitsu under 'AUTHORS' section.Richard W.M. Jones2012-05-181-1/+5
|
* sysprep: remove kerberos data in the guestWanlong Gao2012-05-183-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 guestWanlong Gao2012-05-183-0/+62
| | | | | | Remove the ca certificates. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.43.1.17.43Richard W.M. Jones2012-05-1720-20313/+21014
|
* virt-ls: Don't initialize path = NULL.Richard W.M. Jones2012-05-171-1/+1
|
* virt-ls: Fix --checksum option (RHBZ#822490).Richard W.M. Jones2012-05-171-1/+2
|
* NEW API: add new api btrfs-fsckWanlong Gao2012-05-155-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-seedingWanlong Gao2012-05-151-1/+1
| | | | | | Change the return value from "r" to "0". Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* gobject: remove old generated files furtherWanlong Gao2012-05-151-1/+1
| | | | | | also remove guestfs-gobject.c Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* gobject: Remove old generated files.Richard W.M. Jones2012-05-151-1/+8
|
* sysprep: Add missing 'utils.mli' to SOURCES.Richard W.M. Jones2012-05-141-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. Jones2012-05-142-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. Jones2012-05-141-0/+25
|
* New API: add new api btrfs-set-seeding to enable or disable seeding.Wanlong Gao2012-05-143-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 libblkidWanlong Gao2012-05-141-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. Jones2012-05-141-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. Jones2012-05-141-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. Jones2012-05-141-0/+4
| | | | | | This affected Debian 6. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc.
* Version 1.17.42.1.17.42Richard W.M. Jones2012-05-1318-245/+395
|
* examples: Add mount options "acl,user_xattr" to mount-local example.Richard W.M. Jones2012-05-131-1/+1
| | | | This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc.
* examples: Add an example of using the mount-local API from C.Richard W.M. Jones2012-05-133-0/+172
|
* examples: Add if HAVE_HIVEX ... endif around virt_dhcp_address example.Richard W.M. Jones2012-05-131-0/+2
|