Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cat: Fix run-cat-locally script so it doesn't go via Perl. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+1 | |
| | ||||||
* | cat: Give a better error if the user specified no drives on command line. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+4 | |
| | ||||||
* | cat: Tidy up documentation for --format option. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+3 | |
| | ||||||
* | Remove FIPS .*.hmac files from the supermin appliance (RHBZ#654638). | Richard W.M. Jones | 2010-11-18 | 1 | -0/+5 | |
| | ||||||
* | Version 1.7.10.1.7.10 | Richard W.M. Jones | 2010-11-17 | 17 | -21/+21 | |
| | ||||||
* | generator: trace mode prints return values. | Richard W.M. Jones | 2010-11-17 | 4 | -9/+89 | |
| | ||||||
* | generator: Make return value into an explicit variable. | Richard W.M. Jones | 2010-11-17 | 1 | -11/+45 | |
| | | | | This is just code motion. | |||||
* | generator: Make trace flag an explicit variable. | Richard W.M. Jones | 2010-11-17 | 1 | -1/+4 | |
| | | | | This is just code motion. | |||||
* | todo: Suggest that trace should include return values. | Richard W.M. Jones | 2010-11-17 | 1 | -0/+6 | |
| | ||||||
* | rescue: Fix typo in documentation of --network option. | Richard W.M. Jones | 2010-11-16 | 1 | -1/+1 | |
| | ||||||
* | Version 1.7.9.1.7.9 | Richard W.M. Jones | 2010-11-16 | 17 | -11230/+11342 | |
| | ||||||
* | inspector: Replace old examples with ones derived from phony images. | Richard W.M. Jones | 2010-11-16 | 11 | -19145/+203 | |
| | ||||||
* | images: Make phony Windows image for testing. | Richard W.M. Jones | 2010-11-16 | 8 | -2/+124 | |
| | ||||||
* | images: Make phony Ubuntu image for testing. | Richard W.M. Jones | 2010-11-16 | 3 | -2/+91 | |
| | ||||||
* | images: Make a phony Debian image for testing. | Richard W.M. Jones | 2010-11-16 | 4 | -2/+151 | |
| | ||||||
* | images: Make a better phony Fedora image. | Richard W.M. Jones | 2010-11-16 | 6 | -8/+41 | |
| | | | | | This now includes a product string, major and minor version, hostname and even some applications. | |||||
* | daemon: findfs-uuid and findfs-label should not return /dev/mapper paths. | Richard W.M. Jones | 2010-11-16 | 1 | -0/+16 | |
| | ||||||
* | New API: inspect-get-hostname to return the hostname of the guest. | Richard W.M. Jones | 2010-11-16 | 4 | -3/+262 | |
| | | | | | This returns the hostname of the guest. Tested on RHEL, Fedora, Debian 5, Ubuntu 10.10, FreeBSD 8, Windows 7. | |||||
* | inspect: Check /etc/lsb-release is not too large before calling head on it. | Richard W.M. Jones | 2010-11-16 | 1 | -1/+16 | |
| | ||||||
* | inspect: Add function to read the first line of a file, with safety checks. | Richard W.M. Jones | 2010-11-16 | 1 | -14/+42 | |
| | ||||||
* | inspect: Abstract the wrapper that sets up Augeas. | Richard W.M. Jones | 2010-11-16 | 1 | -33/+50 | |
| | | | | This is just code motion. | |||||
* | Version 1.7.8.1.7.8 | Richard W.M. Jones | 2010-11-15 | 17 | -11437/+12244 | |
| | ||||||
* | inspector: Replace code for listing applications with new core API. | Richard W.M. Jones | 2010-11-15 | 5 | -1699/+1882 | |
| | ||||||
* | New API: inspect-list-applications. | Richard W.M. Jones | 2010-11-15 | 6 | -1/+573 | |
| | | | | | | | | This converts the current Perl code in virt-inspector for listing applications, into C, making it a part of the core API. This is also capable of fetching the list of Windows applications from the registry. | |||||
* | inspect: Centralize all file downloads through a single function. | Richard W.M. Jones | 2010-11-15 | 1 | -32/+52 | |
| | ||||||
* | inspect: Add support for Linux Mint and Mandriva. | Richard Jones | 2010-11-15 | 3 | -2/+47 | |
| | | | | | | | | Linux Mint is derived from Ubuntu. Mandriva has a release file, but it also has /etc/lsb-release and the same parsing code can be reused. Mandriva has a package manager called urpmi. | |||||
* | docs: Put list of distros in alphabetical order. | Richard Jones | 2010-11-15 | 1 | -5/+5 | |
| | ||||||
* | docs: Debian and Ubuntu are now separate distros. | Richard Jones | 2010-11-15 | 1 | -1/+1 | |
| | ||||||
* | todo: live CD inspection | Richard W.M. Jones | 2010-11-15 | 1 | -0/+7 | |
| | ||||||
* | Version 1.7.7.1.7.7 | Richard W.M. Jones | 2010-11-15 | 16 | -18/+18 | |
| | ||||||
* | build: Missing backslash again. | Maxim Koltsov | 2010-11-14 | 1 | -1/+1 | |
| | ||||||
* | Version 1.7.6.1.7.6 | Richard W.M. Jones | 2010-11-13 | 17 | -4956/+5784 | |
| | ||||||
* | filearch: Refuse to download initrd if it is huge. | Richard W.M. Jones | 2010-11-13 | 1 | -0/+8 | |
| | ||||||
* | inspect: Fix error out path if minor_version parsing fails. | Richard W.M. Jones | 2010-11-13 | 1 | -1/+1 | |
| | ||||||
* | inspect: Refuse to download software hive if it is huge. | Richard W.M. Jones | 2010-11-13 | 1 | -0/+8 | |
| | ||||||
* | inspect: Refuse to parse /etc/fstab if it is huge. | Richard W.M. Jones | 2010-11-13 | 1 | -0/+8 | |
| | ||||||
* | lib: Make some error strings localizable. | Richard W.M. Jones | 2010-11-13 | 1 | -3/+3 | |
| | ||||||
* | inspect: Inspection support for FreeBSD. | Richard W.M. Jones | 2010-11-13 | 3 | -11/+117 | |
| | | | | | | | | | | This adds inspection support for FreeBSD. However this is not quite enough to allow guestfish -i freebsd.img to work, because guestfish will try to mount the filesystems, which cannot be done because Linux requires special mount options for the Universal Filesystem (UFS) used by *BSD. Nevertheless you can manually run the same commands. | |||||
* | inspect: Optimize root filesystem check. | Richard W.M. Jones | 2010-11-13 | 1 | -8/+13 | |
| | | | | Avoid duplicate checks for things like /etc and /bin. | |||||
* | lib: Add match3 function. | Richard W.M. Jones | 2010-11-13 | 2 | -0/+27 | |
| | ||||||
* | lib: Add safe_asprintf function. | Richard W.M. Jones | 2010-11-13 | 2 | -0/+19 | |
| | ||||||
* | docs: Add a section on security. | Richard W.M. Jones | 2010-11-13 | 1 | -1/+154 | |
| | ||||||
* | docs: Rearrange guestfs(3) sections. | Richard W.M. Jones | 2010-11-13 | 1 | -254/+254 | |
| | | | | | | | | | | | This rearranges the sections into a more logical order: - synopsis and introduction - API-related overview sections - (security will go here, see next commit) - API in detail - architecture and other internals - usual end sections | |||||
* | static: Use correct libraries for static binaries. | Richard W.M. Jones | 2010-11-13 | 6 | -3/+12 | |
| | | | | Also add virt-cat.static target. | |||||
* | Version 1.7.5.1.7.5 | Richard W.M. Jones | 2010-11-13 | 17 | -10409/+10789 | |
| | ||||||
* | ruby: Add 'make install' rule for ruby bindings (RHBZ#652796). | Richard W.M. Jones | 2010-11-12 | 1 | -0/+9 | |
| | ||||||
* | todo: Notes on parsing. | Richard W.M. Jones | 2010-11-12 | 1 | -0/+28 | |
| | ||||||
* | New APIs: inspect-get-package-format, inspect-get-package-management. | Richard Jones | 2010-11-12 | 4 | -49/+228 | |
| | | | | This APIs reimplement some parts of virt-inspector in C. | |||||
* | capitests: Remove warning about dead definitions. | Richard W.M. Jones | 2010-11-11 | 1 | -10/+10 | |
| | | | | This updates commit cb7ec8be4ce6068b6cbc6522a67826cdbd161024. | |||||
* | Check that just including <guestfs.h> on its own works. | Richard W.M. Jones | 2010-11-11 | 3 | -0/+40 | |
| |