summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.2.41.2.4Richard Jones2010-04-2313-14/+14
|
* todo docs: Discuss shrinking filesystems and specifying sizes in guestfish.Richard Jones2010-04-231-0/+17
| | | | (cherry picked from commit 7c285ea84f63e511f95a3c8bfbb98cbf99b9466b)
* daemon: Split out checksum type to program name mapping into function.Richard Jones2010-04-231-15/+23
| | | | | | | This shouldn't change the semantics of the program. For stable-1.2 this was cherry picked from commit af29c84 and rebased against the older code in daemon/checksum.c.
* todo docs: Integrate with host intrusion detection systems.Richard Jones2010-04-231-0/+12
| | | | (cherry picked from commit 6e269c6e5123c1558589e0a59844dc0187fbd63a)
* todo docs: Mapping filesystems to and from disk blocks.Richard Jones2010-04-231-1/+11
| | | | (cherry picked from commit 2ed549e95c7ad75f28b5f0dd4c53849e1607444e)
* fish docs: Be consistent about using I<-..> for options.Richard Jones2010-04-221-4/+4
| | | | (cherry picked from commit 89486c50eaeb8b1cc5a6ff388cb47e859f8565d1)
* fish docs: Use L</...> for internal links in the man page.Richard Jones2010-04-221-6/+6
| | | | (cherry picked from commit e3e67f63b0a6ce952ba92cb966b8ac5ef239dcf9)
* Whitelist the loop kernel moduleMatthew Booth2010-04-221-0/+2
| | | | | loop is sometimes a module, for example on RHEL 5. (cherry picked from commit 75d9c056b2db9ceedef9eca64e67ad3350eabad8)
* Don't die during inspection if rpm -qa or dpkg-query failsMatthew Booth2010-04-221-8/+20
| | | | | | If a problem in the package database prevented package enumeration from working, inspection would die. This change makes it emit a warning and continue. (cherry picked from commit 39416cdb11bb2005915ed293eafb3cc6d714416d)
* Don't die during inspection if initrd doesn't existMatthew Booth2010-04-221-1/+1
| | | | | | This fixes a problem where inspection would die if grub.conf referenced a non-existent initrd. Just return an empty initrd instead. (cherry picked from commit 2b43970c8c97f24b1f45c040c6963d30661fa514)
* Remove checks for Test::Pod and Test::Pod::Coverage.Richard Jones2010-04-221-1/+1
| | | | | | | | Although these modules are optionally used by the Perl tests, they aren't necessary and won't break the build if they are not there. These modules aren't available in RHEL 5. Therefore remove these checks. (cherry picked from commit c8f302a17453ad58acccd137342438795763606a)
* Check user doesn't run configure, make or make check as root.Richard Jones2010-04-222-0/+22
| | | | | (Thanks to Yufang Zhang for helping to debug this issue). (cherry picked from commit 199f218bf431b77c12a728f7072bed1553a0f0af)
* Replace 'dd' in tests with use of guestfish 'sparse' command.Richard Jones2010-04-223-6/+5
| | | | | | | | 'dd' is a very inefficient way to create files. 'truncate' is better, but unfortunately that command is not available in RHEL 5. So use the guestfish 'sparse' command instead (which also avoids allocating disk space). (cherry picked from commit 175c01d2336c07113f1c2966966957de5c344e3a)
* Document new version numbering policy.Richard Jones2010-04-221-0/+63
| | | | | | | | | See discussion on mailing list: https://www.redhat.com/archives/libguestfs/2010-April/msg00005.html https://www.redhat.com/archives/libguestfs/2010-April/msg00057.html https://www.redhat.com/archives/libguestfs/2010-April/msg00058.html (cherry picked from commit 54a8f8f30de2f3132da97c54d07ca4639c405de1)
* Update PO files.1.2.3Richard Jones2010-04-2012-420/+479
|
* Prepare for 1.2.3.Richard Jones2010-04-201-1/+1
|
* Document umask (RHBZ#582548, RHBZ#583554).Richard Jones2010-04-201-1/+18
| | | | (cherry picked from commit c2a8efc548d6f997049cbb3d63bab360b0d946b6)
* docs: Clarify documentation for mknod (RHBZ#582948).Richard Jones2010-04-201-0/+8
| | | | (cherry picked from commit 42e43db927dac13da0afe6dba39708295eb06021)
* docs: Add virt-resize(1) link to guestfish(1) manpage.Richard Jones2010-04-201-0/+1
| | | | (cherry picked from commit 92d38b9ae3a0b1b4694da5e3d3a3cb155842cd91)
* todo documentation: Idea: List, mount filesystems by UUID and label.Richard Jones2010-04-201-1/+13
| | | | (cherry picked from commit e55400960a6a06eb6dc16ea96f3c30ed580d3d3a)
* todo documentation: remove 'virt-grow/shrink', see virt-resizeRichard Jones2010-04-201-7/+0
| | | | (cherry picked from commit abb7365d4df7b945846a9f6189bbbd70e10122d1)
* todo documentation: virt-rescue now uses $TERM from library, remove from ↵Richard Jones2010-04-201-6/+0
| | | | | | todo list (cherry picked from commit 398e6830a34e916c52cd23ba6d0b4c00602dfc61)
* todo documentation: Remove old section on PPC bugs.Richard Jones2010-04-201-17/+0
| | | | | | No one cares for PPC, and if they do they should file these as bugs in the bug tracker. (cherry picked from commit 3b759fe7fe568a3d643ee99e0aef0adaf163d1e5)
* todo documentation: Remove old ideas for Python bindings.Richard Jones2010-04-201-6/+0
| | | | (cherry picked from commit fc50bf2680d4ed653ff00d390cd7a17ebeb22cf2)
* Documentation: Use 'g' instead of 'handle' in documentation.Richard Jones2010-04-202-48/+53
| | | | | | By convention we use 'g' for handles. Copy this convention through to all the documentation. (cherry picked from commit 2e0f3ed54b978925c79ca0d33e76bec338b23631)
* In guestfs(3), unmount "/" directory in the example.Richard Jones2010-04-201-0/+1
| | | | (cherry picked from commit 6e4bf8e278f5c8bd28eba7152d2f11d1e537ee1b)
* Add compilation/linking example to guestfs(3) man page.Richard Jones2010-04-201-0/+4
| | | | (cherry picked from commit 4680c732585b2c2d292f521f393215c7943096fa)
* Build top-level directories in a more logical order.Richard Jones2010-04-201-14/+20
| | | | (cherry picked from commit 09a0427448b1f4328b9246d4d8a26610bb5228c8)
* generator: Fix typo in a comment.Richard Jones2010-04-201-1/+1
| | | | (cherry picked from commit 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1)
* Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).Richard Jones2010-04-205-6/+42
| | | | | | | | | | | | chmod: Disallow negative mode, document mode affected by umask. mkdir-mode: Disallow negative mode, document that filesystems may interpret the mode in different ways. mknod: Disallow negative mode, document mode affected by umask. umask: Check the range of umask mask value carefully. (cherry picked from commit 61ab83d19009a8006dd73ebe16d22494b78be4d1)
* fish: Autocomplete 'sparse' command (RHBZ#582899).Richard Jones2010-04-201-0/+1
| | | | | | I also rechecked the list of built-in commands against the actual commands to make sure no others were omitted. (cherry picked from commit 42fc0e02b094ef3b19dae115276a0a33116af6d5)
* Add a build test for the 'umask' command.Richard Jones2010-04-201-3/+2
| | | | (cherry picked from commit 116d497c68c2e57f6e92abf8834112a794a145f0)
* Documentation: lvcreate should say 'logical volume' (RHBZ#582953)Richard Jones2010-04-201-2/+2
| | | | (cherry picked from commit e64c1e5aacd605ea177972e56ede5be22ae13d4f)
* Fix build error in fuse/guestmount.c.Matthew Booth2010-04-141-0/+1
| | | | | | | | | guestmount.c: In function 'main': guestmount.c:899: error: implicit declaration of function 'setlocale' [-Wimplicit-function-declaration] guestmount.c wasn't including locale.h. (cherry picked from commit c0d73e0e60b99b87855364ff346551f5ff7efccb)
* fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407).Richard Jones2010-04-143-2/+57
| | | | | | | | | | | | | | | | Allow -cmd on the command line to mean that normal exit on error behaviour is overridden, ie. we will not exit. This allows you to do: guestfish -- command : -command : command with the second command allowing errors. (Note that '--' is required to stop getopt parsing -command as an option). Also this fixes the remote case which is what the original bug report was about. (cherry picked from commit ad752b80d7fa064b7bdd3d4c8d47c95d79265b58)
* fish: Update documentation: Add another pipe example.Richard Jones2010-04-141-0/+1
| | | | (cherry picked from commit c076aaea7e6d9459c8d8a96d21abd71a0223f098)
* fish: Update documentation: Using 'lcd' command to change local directory.Richard Jones2010-04-141-0/+3
| | | | (cherry picked from commit c7c4a476a5957794dc2e9af0ec14b447ecef5740)
* Version 1.2.21.2.2Richard Jones2010-04-1213-4862/+5136
|
* Fix time and timezone to be correct within the appliance.Richard Jones2010-04-122-1/+12
| | | | (cherry picked from commit 508f1ee87e816bf6b6fc8e629ccbb2d61a971169)
* virt-resize: Mention alternate tools like gparted in the documentation.Richard Jones2010-04-121-0/+17
| | | | | | Note for stable-1.2: Cherry picked from development commit c53e64a and rebased against stable-1.2 tree.
* Documentation updates.Richard Jones2010-04-1215-19/+36
| | | | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools. (cherry picked from commit 9a608a1516bd339dc6d5ebe9952d3bced273c416)
* Bugfixes for virt-resize.Richard Jones2010-04-121-19/+69
| | | | | | | | | | - copy more than 64 boot loader sectors across, since real boot loaders (eg. for Windows) can be much larger than this - copy bootable flag and ID byte to new partitions - start the first partition on the new disk at the same sector offset as on the old disk - sync the disks before existing (cherry picked from commit add5e22563972210f5c8baf9e8cf651fc1a7bbd8)
* New partition APIs: part_del, part_get_bootable, part_get/set_mbr_idRichard Jones2010-04-123-1/+157
| | | | | | | | | These APIs flesh out further the partitioning API. Note for stable-1.2 branch: Cherry picked from b68c030adfdbefe65bc9 and modified to apply against stable-1.2. We need these new APIs in order to support bugfixes in virt-resize.
* daemon: More reliable parsing of the output from 'parted print'.Richard Jones2010-04-121-19/+33
| | | | | | | | | Previously we used strtok. However this has the problem that strtok considers multiple delimiter characters to be like a single delimiter, eg. "1:::2" would be parsed the same as "1:2". In other words, the previous code would skip over or fail if there are empty fields. (cherry picked from commit cb9350019cc6382a35c98f522c9c4d221c92b605)
* daemon: Make the RUN_PARTED macro take an error statement.Richard Jones2010-04-121-7/+9
| | | | | | This allows us to make the RUN_PARTED macro do something else along the error path, other than just returning -1. (cherry picked from commit 440ad646cdf31bdb5ad2bc92fc51fa6df3fb9c63)
* Documentation: Clarify documentation on the bootable flag.Richard Jones2010-04-121-4/+3
| | | | (cherry picked from commit 30752ac7ca042f533b8d0c4c6144400a8532b154)
* Allow aug-ls to take Augeas variable as argument (RHBZ#580016).Richard Jones2010-04-121-4/+5
| | | | (cherry picked from commit d1dd00606d0b5b1430598e5092b017aa15d9ee11)
* Update PO files.1.2.1Richard Jones2010-04-0812-877/+973
|
* Prepare for stable version 1.2.1.Richard Jones2010-04-081-2/+2
|
* Remove warning "No grub default" (RHBZ#580650).Richard Jones2010-04-081-3/+0
| | | | (cherry picked from commit 3765f97898a1194d96ab4124e1eb46e25701b3b2)