Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update PO files.1.3.5 | Richard Jones | 2010-04-19 | 12 | -5101/+5291 | |
| | ||||||
* | Prepare for version 1.3.5. | Richard Jones | 2010-04-19 | 1 | -1/+1 | |
| | ||||||
* | New APIs: base64-in and base64-out for uploading/downloading base64 content. | Richard Jones | 2010-04-19 | 8 | -24/+174 | |
| | ||||||
* | New API: debug-upload (not a formal part of the API/ABI). | Richard Jones | 2010-04-19 | 3 | -10/+94 | |
| | | | | | | | | | | | | Allow arbitrary files to be uploaded into the appliance, but only when --enable-debug-command is enabled. This lets you run shell scripts, like this: ><fs> debug-upload -<<EOF /tmp/script.sh 0700 #!/bin/sh - # ... EOF ><fs> debug sh "/tmp/script.sh" | |||||
* | fish: Allow -<<END as a syntax for uploading "heredocs". | Richard Jones | 2010-04-19 | 4 | -10/+189 | |
| | | | | | | | | | | | | For example: ><fs> upload -<<END /foo some data some more data END ><fs> cat /foo some data some more data | |||||
* | todo docs: Feature for base64 uploads and scripts. | Richard Jones | 2010-04-19 | 1 | -1/+24 | |
| | ||||||
* | docs: Add virt-resize(1) link to guestfish(1) manpage. | Richard Jones | 2010-04-19 | 1 | -0/+1 | |
| | ||||||
* | Version 1.3.41.3.4 | Richard Jones | 2010-04-17 | 13 | -6353/+5795 | |
| | ||||||
* | todo documentation: Idea: List, mount filesystems by UUID and label. | Richard Jones | 2010-04-17 | 1 | -1/+13 | |
| | ||||||
* | todo documentation: remove 'virt-grow/shrink', see virt-resize | Richard Jones | 2010-04-17 | 1 | -7/+0 | |
| | ||||||
* | todo documentation: virt-rescue now uses $TERM from library, remove from ↵ | Richard Jones | 2010-04-17 | 1 | -6/+0 | |
| | | | | todo list | |||||
* | todo documentation: Remove old section on PPC bugs. | Richard Jones | 2010-04-17 | 1 | -17/+0 | |
| | | | | | No one cares for PPC, and if they do they should file these as bugs in the bug tracker. | |||||
* | todo documentation: Remove old ideas for Python bindings. | Richard Jones | 2010-04-17 | 1 | -6/+0 | |
| | ||||||
* | Documentation: Use 'g' instead of 'handle' in documentation. | Richard Jones | 2010-04-17 | 2 | -48/+53 | |
| | | | | | By convention we use 'g' for handles. Copy this convention through to all the documentation. | |||||
* | In guestfs(3), unmount "/" directory in the example. | Richard Jones | 2010-04-17 | 1 | -0/+1 | |
| | ||||||
* | Add compilation/linking example to guestfs(3) man page. | Richard Jones | 2010-04-17 | 1 | -0/+4 | |
| | ||||||
* | generator: Use shortname in check_state() call. | Richard Jones | 2010-04-17 | 1 | -1/+2 | |
| | | | | Saves a tiny bit of space in the library. | |||||
* | Build top-level directories in a more logical order. | Richard Jones | 2010-04-17 | 1 | -14/+20 | |
| | ||||||
* | Rerun generator if images/test.iso does not exist or has been updated. | Richard Jones | 2010-04-17 | 1 | -1/+4 | |
| | | | | | The MD5 hash of this file is embedded in the output of the generator. | |||||
* | Fix upload losing synchronization if root not mounted (RHBZ#576879). | Richard Jones | 2010-04-17 | 11 | -64/+92 | |
| | | | | | | | | | | | | Modify the generator so that it can correctly handle early cancellation for Pathname|Device|.. parameters. This fixes the upload command, but consequently we need to fix the parameters for tar_in and t?z_in commands. This should also mean that 'win:' can now be used as the second argument of tar_in and t?z_in commands in guestfish, whereas previously this wouldn't have worked. Adds a regression test for the original problem. | |||||
* | generator: Fix typo in a comment. | Richard Jones | 2010-04-17 | 1 | -1/+1 | |
| | ||||||
* | Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929). | Richard Jones | 2010-04-17 | 5 | -6/+42 | |
| | | | | | | | | | | | chmod: Disallow negative mode, document mode affected by umask. mkdir-mode: Disallow negative mode, document that filesystems may interpret the mode in different ways. mknod: Disallow negative mode, document mode affected by umask. umask: Check the range of umask mask value carefully. | |||||
* | fish: Autocomplete 'sparse' command (RHBZ#582899). | Richard Jones | 2010-04-17 | 1 | -0/+1 | |
| | | | | | I also rechecked the list of built-in commands against the actual commands to make sure no others were omitted. | |||||
* | New API: get-umask, returns the current umask (RHBZ#582891). | Richard Jones | 2010-04-17 | 3 | -2/+28 | |
| | ||||||
* | Add a build test for the 'umask' command. | Richard Jones | 2010-04-17 | 1 | -3/+2 | |
| | ||||||
* | fish: Print output from some commands in octal/hex as approp. (RHBZ#583242). | Richard Jones | 2010-04-17 | 2 | -6/+36 | |
| | ||||||
* | Documentation: lvcreate should say 'logical volume' (RHBZ#582953) | Richard Jones | 2010-04-17 | 1 | -2/+2 | |
| | ||||||
* | Update Spanish translations (RHBZ#582252). | Daniel Cabrera | 2010-04-14 | 1 | -556/+1291 | |
| | ||||||
* | Fix build error in fuse/guestmount.c. | Matthew Booth | 2010-04-14 | 1 | -0/+1 | |
| | | | | | | | | guestmount.c: In function 'main': guestmount.c:899: error: implicit declaration of function 'setlocale' [-Wimplicit-function-declaration] guestmount.c wasn't including locale.h. | |||||
* | New API: Add aug-clear call for clearing an Augeas node. | Richard Jones | 2010-04-13 | 3 | -2/+34 | |
| | ||||||
* | fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407). | Richard Jones | 2010-04-13 | 3 | -2/+57 | |
| | | | | | | | | | | | | | | | Allow -cmd on the command line to mean that normal exit on error behaviour is overridden, ie. we will not exit. This allows you to do: guestfish -- command : -command : command with the second command allowing errors. (Note that '--' is required to stop getopt parsing -command as an option). Also this fixes the remote case which is what the original bug report was about. | |||||
* | fish: Update documentation: Add another pipe example. | Richard Jones | 2010-04-13 | 1 | -0/+1 | |
| | ||||||
* | fish: Update documentation: Using 'lcd' command to change local directory. | Richard Jones | 2010-04-13 | 1 | -0/+3 | |
| | ||||||
* | Update PO files.1.3.3 | Richard Jones | 2010-04-12 | 12 | -5910/+5250 | |
| | ||||||
* | Prepare for version 1.3.3. | Richard Jones | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | resize: Add --LV-expand option for expanding Linux LVs. | Richard Jones | 2010-04-12 | 1 | -2/+122 | |
| | ||||||
* | New API: lvresize-free to extend LVs into percentage of free space. | Richard Jones | 2010-04-12 | 3 | -1/+42 | |
| | ||||||
* | Fix time and timezone to be correct within the appliance. | Richard Jones | 2010-04-12 | 2 | -1/+12 | |
| | ||||||
* | resize: Fix missing newline from end of print. | Richard Jones | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | resize: Fix regular expression to exactly match ^ext[234]$ | Richard Jones | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | virt-resize: Mention alternate tools like gparted in the documentation. | Richard Jones | 2010-04-12 | 1 | -0/+17 | |
| | ||||||
* | Updated Spanish translation (RHBZ#581501). | Daniel Cabrera | 2010-04-12 | 1 | -560/+1294 | |
| | ||||||
* | Documentation updates. | Richard Jones | 2010-04-11 | 16 | -20/+37 | |
| | | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools. | |||||
* | Version 1.3.21.3.2 | Richard Jones | 2010-04-10 | 13 | -5174/+5638 | |
| | ||||||
* | New API: checksum-device for checksumming devices. | Richard Jones | 2010-04-10 | 3 | -13/+35 | |
| | | | | Analogous to the usual 'checksum' call. | |||||
* | virt-resize: Enhance virt-resize so it can expand partition content. | Richard Jones | 2010-04-10 | 1 | -48/+273 | |
| | | | | | | | | | Enhance virt-resize so it can expand "first level" partition content, including ext/2/3/4/ntfs filesystems and PVs. Also extensively update the documentation. This has been tested on a variety of Linux and Windows guests. | |||||
* | virt-list-partitions: Add -t / --total option. | Richard Jones | 2010-04-10 | 1 | -20/+56 | |
| | | | | | | | | | This option lists out block devices separately: $ virt-list-partitions -lht /tmp/WindowsResized.img /dev/sda1 ntfs 100.0M /dev/sda2 ntfs 11.9G /dev/sda device 12.0G | |||||
* | Bugfixes for virt-resize. | Richard Jones | 2010-04-10 | 1 | -19/+69 | |
| | | | | | | | | | - copy more than 64 boot loader sectors across, since real boot loaders (eg. for Windows) can be much larger than this - copy bootable flag and ID byte to new partitions - start the first partition on the new disk at the same sector offset as on the old disk - sync the disks before existing | |||||
* | New partition APIs: part_del, part_get_bootable, part_get/set_mbr_id | Richard Jones | 2010-04-10 | 3 | -1/+157 | |
| | | | | These APIs flesh out further the partitioning API. | |||||
* | daemon: More reliable parsing of the output from 'parted print'. | Richard Jones | 2010-04-10 | 1 | -19/+33 | |
| | | | | | | | | Previously we used strtok. However this has the problem that strtok considers multiple delimiter characters to be like a single delimiter, eg. "1:::2" would be parsed the same as "1:2". In other words, the previous code would skip over or fail if there are empty fields. |