summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.7.12.1.7.12Richard W.M. Jones2010-11-2317-2086/+2819
|
* fish: Link to virt-inspector from guestfish man page.Richard W.M. Jones2010-11-231-0/+1
|
* New tool: virt-filesystemsRichard W.M. Jones2010-11-2317-25/+1390
| | | | | | | | This tool replaces virt-list-filesystems and virt-list-partitions with a new tool written in C with a more uniform command line structure and output. This existing Perl tools are deprecated but remain indefinitely.
* ls: Rewrite virt-ls in C.Richard W.M. Jones2010-11-2311-278/+675
|
* resize: Fix canonical device function (RHBZ#655554).Richard W.M. Jones2010-11-231-1/+1
|
* inspector: Make whole disk paths canonical (RHBZ#655554).Richard W.M. Jones2010-11-231-1/+1
|
* inspector: Fix documentation of -x option in usage.Richard W.M. Jones2010-11-221-1/+1
| | | | This updates commit c5cb65f0aac3298e634b183f73fda6644a158018.
* cat: Fix documentation of -x option in usage.Richard W.M. Jones2010-11-221-1/+1
| | | | This updates commit d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e.
* cat: Continue after encountering an error.Richard W.M. Jones2010-11-221-2/+4
|
* cat: Fix documentation for command line with format option.Richard W.M. Jones2010-11-221-2/+2
|
* inspector: Fix rule to build HTML file.Richard W.M. Jones2010-11-191-1/+1
| | | | This updates commit c5cb65f0aac3298e634b183f73fda6644a158018.
* Version 1.7.11.1.7.11Richard W.M. Jones2010-11-1917-1095/+1377
|
* po-docs: Remove virt-inspector.pl reference from Makefile.am.Richard W.M. Jones2010-11-191-1/+0
|
* inspector: Rewrite virt-inspector in C.Richard W.M. Jones2010-11-1915-530/+1034
|
* fish: Fix memory leak in handling of encrypted volumes by -i option.Richard W.M. Jones2010-11-191-0/+1
| | | | | This fixes a memory leak introduced by commit a232e62dcf508517a32b9a8d7e4529e827be721b.
* inspect: Fix memory leak of hostname.Richard W.M. Jones2010-11-191-0/+1
| | | | | This fixes a memory leak introduced by commit fab75c0337d7897d10ea5e95e47ac05eab81ace9.
* cat: Fix run-cat-locally script so it doesn't go via Perl.Richard W.M. Jones2010-11-191-1/+1
|
* cat: Give a better error if the user specified no drives on command line.Richard W.M. Jones2010-11-191-0/+4
|
* cat: Tidy up documentation for --format option.Richard W.M. Jones2010-11-191-1/+3
|
* Remove FIPS .*.hmac files from the supermin appliance (RHBZ#654638).Richard W.M. Jones2010-11-181-0/+5
|
* Version 1.7.10.1.7.10Richard W.M. Jones2010-11-1717-21/+21
|
* generator: trace mode prints return values.Richard W.M. Jones2010-11-174-9/+89
|
* generator: Make return value into an explicit variable.Richard W.M. Jones2010-11-171-11/+45
| | | | This is just code motion.
* generator: Make trace flag an explicit variable.Richard W.M. Jones2010-11-171-1/+4
| | | | This is just code motion.
* todo: Suggest that trace should include return values.Richard W.M. Jones2010-11-171-0/+6
|
* rescue: Fix typo in documentation of --network option.Richard W.M. Jones2010-11-161-1/+1
|
* Version 1.7.9.1.7.9Richard W.M. Jones2010-11-1617-11230/+11342
|
* inspector: Replace old examples with ones derived from phony images.Richard W.M. Jones2010-11-1611-19145/+203
|
* images: Make phony Windows image for testing.Richard W.M. Jones2010-11-168-2/+124
|
* images: Make phony Ubuntu image for testing.Richard W.M. Jones2010-11-163-2/+91
|
* images: Make a phony Debian image for testing.Richard W.M. Jones2010-11-164-2/+151
|
* images: Make a better phony Fedora image.Richard W.M. Jones2010-11-166-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. Jones2010-11-161-0/+16
|
* New API: inspect-get-hostname to return the hostname of the guest.Richard W.M. Jones2010-11-164-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. Jones2010-11-161-1/+16
|
* inspect: Add function to read the first line of a file, with safety checks.Richard W.M. Jones2010-11-161-14/+42
|
* inspect: Abstract the wrapper that sets up Augeas.Richard W.M. Jones2010-11-161-33/+50
| | | | This is just code motion.
* Version 1.7.8.1.7.8Richard W.M. Jones2010-11-1517-11437/+12244
|
* inspector: Replace code for listing applications with new core API.Richard W.M. Jones2010-11-155-1699/+1882
|
* New API: inspect-list-applications.Richard W.M. Jones2010-11-156-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. Jones2010-11-151-32/+52
|
* inspect: Add support for Linux Mint and Mandriva.Richard Jones2010-11-153-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 Jones2010-11-151-5/+5
|
* docs: Debian and Ubuntu are now separate distros.Richard Jones2010-11-151-1/+1
|
* todo: live CD inspectionRichard W.M. Jones2010-11-151-0/+7
|
* Version 1.7.7.1.7.7Richard W.M. Jones2010-11-1516-18/+18
|
* build: Missing backslash again.Maxim Koltsov2010-11-141-1/+1
|
* Version 1.7.6.1.7.6Richard W.M. Jones2010-11-1317-4956/+5784
|
* filearch: Refuse to download initrd if it is huge.Richard W.M. Jones2010-11-131-0/+8
|
* inspect: Fix error out path if minor_version parsing fails.Richard W.M. Jones2010-11-131-1/+1
|