summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update BUGS, PO files for 1.8.0.1.8.0stable-1.8Richard W.M. Jones2010-12-1916-1073/+1176
|
* Prepare for next stable branch: version 1.8.0.Richard W.M. Jones2010-12-191-2/+2
|
* Update RELEASE-NOTES.Richard W.M. Jones2010-12-191-2/+13
|
* Add ROADMAP for 1.10.Richard W.M. Jones2010-12-192-2/+59
|
* fuse: Add more tracing for calls into guestmount functions.Richard W.M. Jones2010-12-192-1/+60
|
* appliance: Don't exclude upstart (/sbin/reboot) (RHBZ#661280).Richard W.M. Jones2010-12-191-1/+0
| | | | | Don't exclude upstart from the appliance. It provides /sbin/reboot which is required by virt-rescue.
* appliance: Don't hard-code febootstrap --exclude parameters.Richard W.M. Jones2010-12-196-8/+78
| | | | | Create a separate file 'excludelist.in' that contains these regular expressions, and process it the same way as packagelist.in.
* appliance: Use a temporary file when processing packagelist.in.Richard W.M. Jones2010-12-191-1/+2
|
* docs: Add section on using /dev/fd/* with upload and download calls.Richard W.M. Jones2010-12-171-0/+21
|
* docs: Fix link to function in documentation of "du" and "du-s" commands.Richard W.M. Jones2010-12-171-2/+2
|
* Version 1.7.24.1.7.24Richard W.M. Jones2010-12-1617-11786/+12256
|
* ntfs-3g: Document problems with symlinks and alternatives (RHBZ#663407).Richard W.M. Jones2010-12-161-0/+31
|
* New APIs: getxattr and lgetxattr to get single extended attributes.Richard W.M. Jones2010-12-163-1/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These APIs are essentially required to work around a problem with ntfs-3g. This filesystem (or FUSE?) does not list all extended attributes of a file when you call listxattr(2). However if you know the name of an extended attribute, you can retrieve it directly using getxattr(2). The current APIs (getxattrs etc) are simple to use, but they don't work if we can't list out the extended attributes (ie. by calling listxattr(2)). Example using the new APIs on an ntfs-3g filesystem: ><fs> lgetxattr "/Documents and Settings" system.ntfs_attrib | hexdump -C 00000000 16 24 00 00 |.$..| 00000004 ><fs> lgetxattr "/Documents and Settings" system.ntfs_reparse_data | hexdump -C 00000000 03 00 00 a0 34 00 00 00 00 00 18 00 1a 00 10 00 |....4...........| 00000010 5c 00 3f 00 3f 00 5c 00 43 00 3a 00 5c 00 55 00 |\.?.?.\.C.:.\.U.| 00000020 73 00 65 00 72 00 73 00 00 00 43 00 3a 00 5c 00 |s.e.r.s...C.:.\.| 00000030 55 00 73 00 65 00 72 00 73 00 00 00 |U.s.e.r.s...| 0000003c ><fs> getxattr "/Documents and Settings" system.ntfs_reparse_data | hexdump -C libguestfs: error: getxattr: getxattr: No such file or directory ><fs> getxattr "/Documents and Settings" system.ntfs_attrib | hexdump -C libguestfs: error: getxattr: getxattr: No such file or directory ><fs> lgetxattr "/Documents and Settings" system.ntfs_attrib | hexdump -C 00000000 16 24 00 00 |.$..| 00000004 ><fs> getxattr "/Users" system.ntfs_attrib | hexdump -C 00000000 11 00 00 00 |....| 00000004
* appliance: Add 'attr' package for xattr support in virt-rescue.Richard W.M. Jones2010-12-161-0/+1
|
* generator: List files generated in a separate file.Richard W.M. Jones2010-12-125-5/+27
|
* docs: Update RELEASE-NOTES to latest.Richard W.M. Jones2010-12-121-2/+19
|
* README: Advise using febootstrap >= 3.3.Richard W.M. Jones2010-12-121-1/+1
|
* Version 1.7.23.1.7.23Richard W.M. Jones2010-12-1217-810/+1132
|
* Removed hfsprogs from supermin packages for ArchThomas S Hatch2010-12-121-1/+0
|
* fish: Clarify documentation for --ro option.Richard W.M. Jones2010-12-121-3/+4
|
* fish: Document equivalence of -a/add etc. in man page.Richard W.M. Jones2010-12-121-0/+15
|
* fish: Split ..|.. options into separate items in man page.Richard W.M. Jones2010-12-121-16/+50
|
* appliance: Don't set utime on cachedir until we know it is safe.Richard W.M. Jones2010-12-111-1/+2
| | | | | This could be used to touch an arbitrary file (albeit one which must already exist), and this could have been a security problem.
* appliance: Touch cached appliance files so they don't get tmp cleaned.Richard W.M. Jones2010-12-111-0/+5
|
* Remove extra \n character from end of error messages.Richard W.M. Jones2010-12-111-3/+3
|
* Version 1.7.22.1.7.22Richard W.M. Jones2010-12-1117-461/+970
|
* appliance: Be careful about cleaning up old appliances.Richard W.M. Jones2010-12-111-165/+296
| | | | | | | | | | | This change resolves several issues with current appliance building: (1) Old appliances are cleaned up. (2) Race conditions between appliance building is handled better. (3) Several bugs fixed.
* daemon: Use prog_exists to check for features.Richard W.M. Jones2010-12-102-12/+5
| | | | This updates commit 0938509e0422363554023ab99381fd70a22a6e08.
* debian: Work around warning in Debian udev init script.Richard W.M. Jones2010-12-101-0/+5
| | | | | See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606622
* win-reg: Add Windows Tips to documentation.Richard W.M. Jones2010-12-101-0/+90
|
* win-reg: Move documentation after options, combine shell quote sections.Richard W.M. Jones2010-12-101-75/+73
|
* Version 1.7.21.1.7.21Richard W.M. Jones2010-12-1018-1666/+1668
|
* Remove several unused local variables.Richard W.M. Jones2010-12-106-9/+1
| | | | (Revealed by compiling under Debian where this is a warning).
* Added packages for Archlinux supportThomas S Hatch2010-12-102-0/+25
|
* debian: Dependencies for all the different names of qemu/KVM.Richard W.M. Jones2010-12-091-2/+2
|
* debian: Quilt is not used for patch management.Richard W.M. Jones2010-12-092-2/+1
|
* cat: Remove some unused local variables in virt-cat.c and virt-ls.c.Richard W.M. Jones2010-12-092-4/+0
|
* Add debian/ directory (temporarily).Richard W.M. Jones2010-12-0926-0/+521
| | | | | | | | | | | | | This was created initially from pkg-libvirt/libguestfs.git commit 680ff0b0e8c9133ef987e68392bd3990715f6891. This is a temporary measure to allow us to build Debian and Ubuntu packages more easily. When downstream packaging is being done on these distros we will remove this directory again. To build a Debian package, use this command: debuild -i -us -uc -b
* debian: Exclude file-rc.Richard W.M. Jones2010-12-091-0/+3
| | | | | This package duplicates /etc/init.d/README which is really supplied by sysv-rc package.
* build: Use ./configure --with-python-installdir=DIR to select Python dir.Richard W.M. Jones2010-12-092-20/+30
| | | | | | We don't always want to install in the site-packages directory. Allow the directory to be chosen using a configure option. Rename the variable PYTHON_INSTALLDIR to reflect its true purpose.
* build: Add "checking ... result" around Python tests.Richard W.M. Jones2010-12-091-0/+6
|
* build: Remove check for root.Richard W.M. Jones2010-12-092-21/+0
| | | | | | | With the new package building system, it is no longer dangerous to run 'configure', 'make' or 'make check' as root (although it is still not necessary and not advisable). In any case we don't need to check this.
* inspector: Remove some unused local variables.Richard W.M. Jones2010-12-091-2/+0
|
* fish: Remove some unused local variables.Richard W.M. Jones2010-12-091-2/+2
|
* build: Remove AM_GNU_GETTEXT_VERSION macro.Richard W.M. Jones2010-12-091-1/+0
| | | | | See discussion on the mailing list: https://www.redhat.com/archives/libguestfs/2010-December/thread.html#00032
* rescue: Add notes about networking.Richard W.M. Jones2010-12-081-1/+37
| | | | | In particular the 'ping' command does not work because it is using QEMU user networking.
* rescue: Add note about using virt-rescue as root/non-root.Richard W.M. Jones2010-12-081-0/+3
|
* docs: Link to guestfs-examples(3) after simple example.Richard W.M. Jones2010-12-071-1/+2
|
* docs: Note that guestfs_sync is no longer necessary.Richard W.M. Jones2010-12-071-6/+4
|
* Version 1.7.20.1.7.20Richard W.M. Jones2010-12-0716-96/+99
|