summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.11.10.1.11.10Richard W.M. Jones2011-06-1017-243/+395
|
* build: include <string.h> for src/match.c's use of strlenJim Meyering2011-06-101-0/+1
|
* bootstrap: use --libtoolJim Meyering2011-06-101-0/+1
|
* build: update to latest gnulibJim Meyering2011-06-104-11/+67
| | | | | * .gnulib: Update submodule to latest. * daemon/m4/gnulib-cache.m4: Regenerate.
* daemon: Keep Coverity happy by ignoring some return values.Richard W.M. Jones2011-06-093-7/+17
|
* Coverity: Don't return freed pointers from command* along error path.Richard W.M. Jones2011-06-091-2/+14
| | | | | | | | | | If the external command failed to run, we could free up the allocated *stdoutput and *stderror pointers, but then return those freed pointers to the caller. The caller usually tries to print and free *stderror, so this is a serious error. Instead, return *stdoutput as NULL, and *stderror pointing to a generic error message.
* Coverity: Missing return on error path.Richard W.M. Jones2011-06-091-0/+1
|
* Coverity: Ensure fp is closed along all error paths.Richard W.M. Jones2011-06-091-4/+6
|
* Coverity: Close directory handle along error paths.Richard W.M. Jones2011-06-091-0/+2
|
* Coverity: Don't leak argv arrays.Richard W.M. Jones2011-06-091-0/+4
|
* Coverity: Don't leak error strings.Richard W.M. Jones2011-06-095-3/+14
|
* Coverity: Check return value of sysroot_path.Richard W.M. Jones2011-06-091-1/+1
| | | | For some reason we were checking the parameter!
* Coverity: Check return value of malloc.Richard W.M. Jones2011-06-091-0/+4
|
* Coverity: Don't close fd_cwd if fd_cwd == -1.Richard W.M. Jones2011-06-091-2/+5
|
* Coverity: Avoid calling sort_strings (NULL, 0) on empty list.Richard W.M. Jones2011-06-091-2/+3
|
* Coverity: Don't call free_strings (NULL).Richard W.M. Jones2011-06-091-1/+0
|
* Coverity: Remove unreachable code.Richard W.M. Jones2011-06-094-12/+0
|
* init: Remove timeout in udevadm settle command.Richard W.M. Jones2011-06-081-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. Jones2011-06-071-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.9Richard W.M. Jones2011-06-0417-204/+495
|
* Only include date, not time, in BUGS file.Richard W.M. Jones2011-06-041-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. Jones2011-06-044-128/+0
|
* virt-ls: Add virt-ls -lR option for complex file iteration.Richard W.M. Jones2011-06-044-36/+1136
|
* virt-ls: Refactor mode selection code.Richard W.M. Jones2011-06-041-77/+123
| | | | This is just code motion.
* virt-ls: Small fix for output of --help option.Richard W.M. Jones2011-06-041-1/+1
|
* Ubuntu: Fix compilation of virt-resize if old libguestfs already installed.Richard W.M. Jones2011-06-041-1/+5
|
* recipes: in tr command \000 should be \0Richard W.M. Jones2011-06-031-1/+1
|
* daemon: Fix error message.Nikita A Menkovich2011-05-201-1/+1
|
* todo: Document thoughts on visiting files.Richard W.M. Jones2011-05-201-0/+40
|
* debian: Add build dependencies: dpkg-dev, devscripts, gperf.Nikita A Menkovich2011-05-201-1/+2
|
* daemon: Make sysroot_len be size_t instead of int.Richard W.M. Jones2011-05-192-2/+2
|
* todo: Remove event log parsing - done.Richard W.M. Jones2011-05-181-10/+0
|
* build: Install guestfs-recipes.1.html on website.Richard W.M. Jones2011-05-181-0/+1
| | | | This updates commit f2c7df589c7e161f33b46d05a943b5489dc2cffe.
* Add new guestfs-rescue(1) man page with recipes.Richard W.M. Jones2011-05-188-4/+447
|
* Remove guestfish recipes.Richard W.M. Jones2011-05-1847-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. Jones2011-05-181-2/+1
|
* Version 1.11.8.1.11.8Richard W.M. Jones2011-05-1819-15469/+15926
|
* zero: Disable file test because of bug in file command.Richard W.M. Jones2011-05-181-3/+2
| | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=705499
* virt-win-reg: Win XP paths can contain %systemdrive%.Richard W.M. Jones2011-05-171-3/+4
|
* virt-win-reg: systemroot macro should be replaced case insensitive.Richard W.M. Jones2011-05-171-1/+1
|
* New APIs: is-zero and is-zero-device, to test if file or device is all zeroes.Richard W.M. Jones2011-05-173-4/+101
|
* Document that guestfs_file output depends on file(1) command.Richard W.M. Jones2011-05-171-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. Jones2011-05-171-0/+10
|
* Version 1.11.7.1.11.7Richard W.M. Jones2011-05-1719-11622/+12087
|
* generator: Mark sfdisk functions as deprecated.Richard W.M. Jones2011-05-171-4/+4
| | | | Point to the part-* API calls as replacements.
* generator: Mark mount as deprecated.Richard W.M. Jones2011-05-171-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. Jones2011-05-171-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. Jones2011-05-171-0/+32
|
* Enable deprecation warnings on all C programs.Richard W.M. Jones2011-05-1711-0/+17
|
* fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH.Richard W.M. Jones2011-05-172-2/+0
| | | | | This was left over from earlier code. It is used in the base library, but not in guestfish or guestmount.