Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use link-local addresses between appliance and host (RHBZ#588763). | Richard Jones | 2010-05-04 | 2 | -5/+5 |
| | |||||
* | Change network configuration to use macros. | Richard Jones | 2010-05-04 | 2 | -9/+34 |
| | | | | | | | | | | | | | Change the network configuration so everything is set using some macros at the top of src/guestfs.c. Also, rename the macros used in the daemon so they are not the same. It was a very long time since these sets of macros had to match the ones defined in src/guestfs.c, despite what the comment said. Note that this commit should not change the semantics of the program at all. | ||||
* | Update Spanish translations (RHBZ#588733). | Daniel Cabrera | 2010-05-04 | 1 | -585/+1338 |
| | |||||
* | tests: In verbose mode, print dashes between each test. | Richard Jones | 2010-04-30 | 1 | -0/+2 |
| | | | | | Only affects tests when run with LIBGUESTFS_DEBUG=1. Lets you easily see when each test starts and ends. | ||||
* | Version 1.3.9.1.3.9 | Richard Jones | 2010-04-30 | 13 | -14/+14 |
| | |||||
* | Document that guestfs_mount implies -o sync and performance problem ↵ | Richard Jones | 2010-04-30 | 1 | -3/+14 |
| | | | | (RHBZ#587582). | ||||
* | contrib: Add dependency diagram of libguestfs ecosystem. | Richard Jones | 2010-04-30 | 4 | -0/+128 |
| | |||||
* | contrib: Add header to README file. | Richard Jones | 2010-04-30 | 1 | -0/+3 |
| | |||||
* | lvresize: Use --force so it can make LVs smaller (RHBZ#587484). | Richard Jones | 2010-04-30 | 2 | -2/+9 |
| | | | | This also adds a regression test for this bug. | ||||
* | tools: Fix documentation for CurrentControlSet (thanks Yuval Kashtan). | Richard Jones | 2010-04-30 | 1 | -2/+17 |
| | |||||
* | guestfs(3): Documentation on protocol gotchas. | Richard Jones | 2010-04-29 | 1 | -0/+17 |
| | |||||
* | Version 1.3.8.1.3.8 | Richard Jones | 2010-04-27 | 13 | -1735/+1275 |
| | |||||
* | Update Spanish translation (RHBZ#585961). | Daniel Cabrera | 2010-04-26 | 1 | -582/+1344 |
| | |||||
* | fish: Add 'man' command which opens the manual. | Richard Jones | 2010-04-24 | 7 | -5/+89 |
| | |||||
* | docs: Routine refresh of the documentation for guestfs(3) and guestfish(1). | Richard Jones | 2010-04-24 | 2 | -136/+132 |
| | |||||
* | Version 1.3.7 - note: fixes a segfault in guestfish 1.3.6.1.3.7 | Richard Jones | 2010-04-23 | 13 | -5570/+5629 |
| | |||||
* | todo docs: Discuss shrinking filesystems and specifying sizes in guestfish. | Richard Jones | 2010-04-23 | 1 | -0/+17 |
| | |||||
* | New API: checksums-out for checksumming many files. | Richard Jones | 2010-04-23 | 3 | -2/+104 |
| | | | | Useful API for verifying the integrity of virtual machines. | ||||
* | generator: Update docs for checksum to point to checksum-device. | Richard Jones | 2010-04-23 | 1 | -1/+3 |
| | |||||
* | daemon: Split out checksum type to program name mapping into function. | Richard Jones | 2010-04-23 | 1 | -14/+22 |
| | | | | This shouldn't change the semantics of the program. | ||||
* | fish: Fix segfault in '-a' option. | Richard Jones | 2010-04-23 | 1 | -1/+2 |
| | | | | | This fixes a segfault in the guestfish -a option which you would get when using guestfish 1.3.6. | ||||
* | todo docs: Integrate with host intrusion detection systems. | Richard Jones | 2010-04-23 | 1 | -0/+12 |
| | |||||
* | todo docs: Mapping filesystems to and from disk blocks. | Richard Jones | 2010-04-23 | 1 | -0/+10 |
| | |||||
* | Version 1.3.6.1.3.6 | Richard Jones | 2010-04-22 | 13 | -1990/+2044 |
| | |||||
* | fish: Add -N option for making prepared disk images. | Richard Jones | 2010-04-22 | 17 | -152/+532 |
| | | | | | | | | | | | | | | | | | Previously you might have typed: $ guestfish ><fs> alloc test1.img 100M ><fs> run ><fs> part-disk /dev/sda mbr ><fs> mkfs ext4 /dev/sda1 now you can do the same with: $ guestfish -N fs:ext4 Some tests have also been updated to use this new functionality. | ||||
* | fish docs: Be consistent about using I<-..> for options. | Richard Jones | 2010-04-22 | 1 | -4/+4 |
| | |||||
* | fish docs: Use L</...> for internal links in the man page. | Richard Jones | 2010-04-22 | 1 | -6/+6 |
| | |||||
* | Whitelist the loop kernel module | Matthew Booth | 2010-04-22 | 1 | -0/+2 |
| | | | | loop is sometimes a module, for example on RHEL 5. | ||||
* | Don't die during inspection if rpm -qa or dpkg-query fails | Matthew Booth | 2010-04-21 | 1 | -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. | ||||
* | Don't die during inspection if initrd doesn't exist | Matthew Booth | 2010-04-21 | 1 | -1/+1 |
| | | | | | This fixes a problem where inspection would die if grub.conf referenced a non-existent initrd. Just return an empty initrd instead. | ||||
* | Add zfs-fuse (ZFS via FUSE) support to the appliance. | Richard Jones | 2010-04-20 | 1 | -0/+1 |
| | |||||
* | Remove checks for Test::Pod and Test::Pod::Coverage. | Richard Jones | 2010-04-20 | 1 | -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. | ||||
* | Updated Spanish translations (RHBZ#584038). | Daniel Cabrera | 2010-04-20 | 1 | -576/+1320 |
| | |||||
* | Check user doesn't run configure, make or make check as root. | Richard Jones | 2010-04-20 | 2 | -0/+22 |
| | | | | (Thanks to Yufang Zhang for helping to debug this issue). | ||||
* | Replace 'dd' in tests with use of guestfish 'sparse' command. | Richard Jones | 2010-04-20 | 3 | -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). | ||||
* | Document new version numbering policy. | Richard Jones | 2010-04-20 | 1 | -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 | ||||
* | Document umask (RHBZ#582548, RHBZ#583554). | Richard Jones | 2010-04-19 | 1 | -1/+18 |
| | |||||
* | docs: Clarify documentation for mknod (RHBZ#582948). | Richard Jones | 2010-04-19 | 1 | -0/+8 |
| | |||||
* | Update PO files.1.3.5 | Richard Jones | 2010-04-19 | 12 | -5101/+5291 |
| | |||||
* | Prepare for version 1.3.5. | Richard Jones | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | New APIs: base64-in and base64-out for uploading/downloading base64 content. | Richard Jones | 2010-04-19 | 8 | -24/+174 |
| | |||||
* | New API: debug-upload (not a formal part of the API/ABI). | Richard Jones | 2010-04-19 | 3 | -10/+94 |
| | | | | | | | | | | | | Allow arbitrary files to be uploaded into the appliance, but only when --enable-debug-command is enabled. This lets you run shell scripts, like this: ><fs> debug-upload -<<EOF /tmp/script.sh 0700 #!/bin/sh - # ... EOF ><fs> debug sh "/tmp/script.sh" | ||||
* | fish: Allow -<<END as a syntax for uploading "heredocs". | Richard Jones | 2010-04-19 | 4 | -10/+189 |
| | | | | | | | | | | | | For example: ><fs> upload -<<END /foo some data some more data END ><fs> cat /foo some data some more data | ||||
* | todo docs: Feature for base64 uploads and scripts. | Richard Jones | 2010-04-19 | 1 | -1/+24 |
| | |||||
* | docs: Add virt-resize(1) link to guestfish(1) manpage. | Richard Jones | 2010-04-19 | 1 | -0/+1 |
| | |||||
* | Version 1.3.41.3.4 | Richard Jones | 2010-04-17 | 13 | -6353/+5795 |
| | |||||
* | todo documentation: Idea: List, mount filesystems by UUID and label. | Richard Jones | 2010-04-17 | 1 | -1/+13 |
| | |||||
* | todo documentation: remove 'virt-grow/shrink', see virt-resize | Richard Jones | 2010-04-17 | 1 | -7/+0 |
| | |||||
* | todo documentation: virt-rescue now uses $TERM from library, remove from ↵ | Richard Jones | 2010-04-17 | 1 | -6/+0 |
| | | | | todo list | ||||
* | todo documentation: Remove old section on PPC bugs. | Richard Jones | 2010-04-17 | 1 | -17/+0 |
| | | | | | No one cares for PPC, and if they do they should file these as bugs in the bug tracker. |