Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Coverity: Check return value of sysroot_path. | Richard W.M. Jones | 2011-06-09 | 1 | -1/+1 | |
| | | | | For some reason we were checking the parameter! | |||||
* | Coverity: Check return value of malloc. | Richard W.M. Jones | 2011-06-09 | 1 | -0/+4 | |
| | ||||||
* | Coverity: Don't close fd_cwd if fd_cwd == -1. | Richard W.M. Jones | 2011-06-09 | 1 | -2/+5 | |
| | ||||||
* | Coverity: Avoid calling sort_strings (NULL, 0) on empty list. | Richard W.M. Jones | 2011-06-09 | 1 | -2/+3 | |
| | ||||||
* | Coverity: Don't call free_strings (NULL). | Richard W.M. Jones | 2011-06-09 | 1 | -1/+0 | |
| | ||||||
* | Coverity: Remove unreachable code. | Richard W.M. Jones | 2011-06-09 | 4 | -12/+0 | |
| | ||||||
* | init: Remove timeout in udevadm settle command. | Richard W.M. Jones | 2011-06-08 | 1 | -1/+1 | |
| | | | | | | | | | | The given timeout (10s) was too low if the appliance was running slowly, which caused a cascade of other failures during tests. Note that in udev-171 and above on Fedora, /sbin/start_udev no longer exists, so now we are using this manual method to start udevd. | |||||
* | protocol: Enhance "unexpected end of file when reading from daemon" error. | Richard W.M. Jones | 2011-06-07 | 1 | -2/+21 | |
| | | | | | Make this error more informative, since it is a common error when the appliance fails to start up. | |||||
* | Version 1.11.9.1.11.9 | Richard W.M. Jones | 2011-06-04 | 17 | -204/+495 | |
| | ||||||
* | Only include date, not time, in BUGS file. | Richard W.M. Jones | 2011-06-04 | 1 | -1/+1 | |
| | | | | This is so the file does not change so often when using 'make dist'. | |||||
* | Remove dependency diagram, since it is very out of date. | Richard W.M. Jones | 2011-06-04 | 4 | -128/+0 | |
| | ||||||
* | virt-ls: Add virt-ls -lR option for complex file iteration. | Richard W.M. Jones | 2011-06-04 | 4 | -36/+1136 | |
| | ||||||
* | virt-ls: Refactor mode selection code. | Richard W.M. Jones | 2011-06-04 | 1 | -77/+123 | |
| | | | | This is just code motion. | |||||
* | virt-ls: Small fix for output of --help option. | Richard W.M. Jones | 2011-06-04 | 1 | -1/+1 | |
| | ||||||
* | Ubuntu: Fix compilation of virt-resize if old libguestfs already installed. | Richard W.M. Jones | 2011-06-04 | 1 | -1/+5 | |
| | ||||||
* | recipes: in tr command \000 should be \0 | Richard W.M. Jones | 2011-06-03 | 1 | -1/+1 | |
| | ||||||
* | daemon: Fix error message. | Nikita A Menkovich | 2011-05-20 | 1 | -1/+1 | |
| | ||||||
* | todo: Document thoughts on visiting files. | Richard W.M. Jones | 2011-05-20 | 1 | -0/+40 | |
| | ||||||
* | debian: Add build dependencies: dpkg-dev, devscripts, gperf. | Nikita A Menkovich | 2011-05-20 | 1 | -1/+2 | |
| | ||||||
* | daemon: Make sysroot_len be size_t instead of int. | Richard W.M. Jones | 2011-05-19 | 2 | -2/+2 | |
| | ||||||
* | todo: Remove event log parsing - done. | Richard W.M. Jones | 2011-05-18 | 1 | -10/+0 | |
| | ||||||
* | build: Install guestfs-recipes.1.html on website. | Richard W.M. Jones | 2011-05-18 | 1 | -0/+1 | |
| | | | | This updates commit f2c7df589c7e161f33b46d05a943b5489dc2cffe. | |||||
* | Add new guestfs-rescue(1) man page with recipes. | Richard W.M. Jones | 2011-05-18 | 8 | -4/+447 | |
| | ||||||
* | Remove guestfish recipes. | Richard W.M. Jones | 2011-05-18 | 47 | -497/+1 | |
| | | | | | These were out of date. We will replace them with more up to date information. | |||||
* | guestfs-examples(3): Remove link to OCaml homepage. | Richard W.M. Jones | 2011-05-18 | 1 | -2/+1 | |
| | ||||||
* | Version 1.11.8.1.11.8 | Richard W.M. Jones | 2011-05-18 | 19 | -15469/+15926 | |
| | ||||||
* | zero: Disable file test because of bug in file command. | Richard W.M. Jones | 2011-05-18 | 1 | -3/+2 | |
| | | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=705499 | |||||
* | virt-win-reg: Win XP paths can contain %systemdrive%. | Richard W.M. Jones | 2011-05-17 | 1 | -3/+4 | |
| | ||||||
* | virt-win-reg: systemroot macro should be replaced case insensitive. | Richard W.M. Jones | 2011-05-17 | 1 | -1/+1 | |
| | ||||||
* | New APIs: is-zero and is-zero-device, to test if file or device is all zeroes. | Richard W.M. Jones | 2011-05-17 | 3 | -4/+101 | |
| | ||||||
* | Document that guestfs_file output depends on file(1) command. | Richard W.M. Jones | 2011-05-17 | 1 | -9/+6 | |
| | | | | | And therefore practically it cannot be part of the ABI since the output of file(1) itself changes from time to time. | |||||
* | fuse: Add note about allowing other users to see filesystem (RHBZ#705200). | Richard W.M. Jones | 2011-05-17 | 1 | -0/+10 | |
| | ||||||
* | Version 1.11.7.1.11.7 | Richard W.M. Jones | 2011-05-17 | 19 | -11622/+12087 | |
| | ||||||
* | generator: Mark sfdisk functions as deprecated. | Richard W.M. Jones | 2011-05-17 | 1 | -4/+4 | |
| | | | | Point to the part-* API calls as replacements. | |||||
* | generator: Mark mount as deprecated. | Richard W.M. Jones | 2011-05-17 | 1 | -1/+1 | |
| | | | | | | | Callers should use 'mount_options' or 'mount_vfs' instead. See also: http://libguestfs.org/guestfs.3.html#libguestfs_gotchas | |||||
* | generator: Mark wait_ready as deprecated. | Richard W.M. Jones | 2011-05-17 | 1 | -1/+1 | |
| | | | | | | The function has been a no op for a very long time. By marking it as deprecated we make it clear that you shouldn't call it in new code. | |||||
* | generator: Check the flags fields. | Richard W.M. Jones | 2011-05-17 | 1 | -0/+32 | |
| | ||||||
* | Enable deprecation warnings on all C programs. | Richard W.M. Jones | 2011-05-17 | 11 | -0/+17 | |
| | ||||||
* | fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH. | Richard W.M. Jones | 2011-05-17 | 2 | -2/+0 | |
| | | | | | This was left over from earlier code. It is used in the base library, but not in guestfish or guestmount. | |||||
* | lib: Warn about deprecated functions (enable with -DGUESTFS_WARN_DEPRECATED=1). | Richard W.M. Jones | 2011-05-17 | 1 | -10/+31 | |
| | | | | | | | | This allows C API users to be warned if they are using any deprecated functions. We don't warn about this by default. Users have to specifically request this by defining the cpp symbol GUESTFS_WARN_DEPRECATED as 1. | |||||
* | lib: Add GCC version macro to the header file. | Richard W.M. Jones | 2011-05-17 | 1 | -0/+5 | |
| | | | | This will be used to internally enable various GCC enhancements. | |||||
* | lib: Add vertical space between each function in <guestfs.h>. | Richard W.M. Jones | 2011-05-17 | 1 | -0/+2 | |
| | ||||||
* | appliance: Use qemu -machine option where available (RHBZ#700369). | Richard W.M. Jones | 2011-05-17 | 2 | -19/+23 | |
| | ||||||
* | virt-win-reg: Support HKEY_USERS keys. | Richard W.M. Jones | 2011-05-17 | 1 | -5/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for various Registry keys under HKEY_USERS (user preferences). (1) HKEY_USERS\<SID> where <SID> is a User SID. For example: # virt-win-reg Windows 'HKEY_USERS\S-1-5-19' lists out the LocalService user's registry. (2) HKEY_USERS\<username> where <username> is a Windows local username (this is a libguestfs extension). For example: # virt-win-reg Windows 'HKEY_USERS\rjones' lists out the user preferences of user 'rjones'. HKU can be used as an abbreviation for HKEY_USERS. Merging is also supported. | |||||
* | virt-win-reg: Don't use implicit $_ in map_path_to_hive function. | Richard W.M. Jones | 2011-05-17 | 1 | -7/+7 | |
| | ||||||
* | virt-win-reg: Don't hard-code the relationship between hive name and path. | Richard W.M. Jones | 2011-05-17 | 1 | -41/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | The crucial change is the tuple that is returned by map_path_to_hive: - my ($hivename, [...]) = map_path_to_hive ($_); + my ($hiveshortname, $hivefile, [...]) = map_path_to_hive ($_); Previously the $hivename was both the name of the hive (eg. "sam"), the name of the local copy in /tmp, and the name of the hive in %systemroot%\system32\config. In the new code, the $hiveshortname (eg. "sam") is still used for the local copy in /tmp, but we return $hivefile which is the full Windows path (eg. "/windows/system32/config/sam"). The purpose of this change is to allow us in future to return hives from other Windows directories, specifically HKEY_USERS hives from Windows home directories. Although this is just code motion, it requires some quite extensive changes to virt-win-reg. | |||||
* | virt-win-reg: Add --unsafe-printable-strings option. | Richard W.M. Jones | 2011-05-17 | 2 | -2/+46 | |
| | | | | This also requires hivex >= 1.2.7. | |||||
* | todo: See if qemu -machine option can be used to select KVM, TCG acceleration. | Richard W.M. Jones | 2011-05-16 | 1 | -0/+5 | |
| | ||||||
* | Version 1.11.6.1.11.6 | Richard W.M. Jones | 2011-05-12 | 17 | -22/+19 | |
| | ||||||
* | debian: Note that libconfig-dev ought to be required. | Richard W.M. Jones | 2011-05-12 | 1 | -0/+1 | |
| | | | | However it doesn't appear to be in Debian at the moment. |