Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Version 1.5.1.1.5.1 | Richard Jones | 2010-07-21 | 12 | -6519/+6937 | |
| | ||||||
* | New APIs: Support for opening LUKS-encrypted disks. | Richard Jones | 2010-07-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for opening LUKS-encrypted disks, via three new APIs: luks_open: Create a mapping for an encrypted disk. luks_open_ro: Same, but read-only mapping. luks_close: Close a mapping. A typical guestfish session using this functionality looks like this: $ guestfish --ro -a encrypted.img ><fs> run ><fs> list-devices /dev/vda ><fs> list-partitions /dev/vda1 /dev/vda2 ><fs> vfs-type /dev/vda2 crypto_LUKS ><fs> luks-open /dev/vda2 luksdev Enter key or passphrase ("key"): ><fs> vgscan ><fs> vg-activate-all true ><fs> pvs /dev/dm-0 ><fs> vgs vg_f13x64encrypted ><fs> lvs /dev/vg_f13x64encrypted/lv_root /dev/vg_f13x64encrypted/lv_swap ><fs> mount /dev/vg_f13x64encrypted/lv_root / ><fs> ll / total 132 dr-xr-xr-x. 24 root root 4096 Jul 21 12:01 . dr-xr-xr-x 20 root root 0 Jul 21 20:06 .. drwx------. 3 root root 4096 Jul 21 11:59 .dbus drwx------. 2 root root 4096 Jul 21 12:00 .pulse -rw-------. 1 root root 256 Jul 21 12:00 .pulse-cookie dr-xr-xr-x. 2 root root 4096 May 13 03:03 bin NOT included in this patch: - An easier way to use this from guestfish. - Ability to create LUKS devices. - Ability to change LUKS keys on existing devices. - Direct access to the /dev/mapper device (eg. if it contains anything apart from VGs). | |||||
* | New APIs: lvm-set-filter and lvm-clear-filter. | Richard Jones | 2010-07-16 | 1 | -0/+1 | |
| | | | | | | | These APIs allow you to change the device filter, the list of block devices that LVM "sees". Either you can set it to a fixed list of devices / partitions, or you can clear it so that LVM sees everything. | |||||
* | Prepare for new development branch, starting at 1.5.0. | Richard Jones | 2010-07-08 | 12 | -493/+507 | |
| | | | | | | Add BUGS and RELEASE-NOTES to EXTRA_DIST. Also update the RELEASE-NOTES file. | |||||
* | Version 1.3.21.1.3.21 | Richard Jones | 2010-06-16 | 12 | -2141/+1468 | |
| | ||||||
* | Update Spanish translations (RHBZ#603870). | Richard Jones | 2010-06-15 | 1 | -707/+1425 | |
| | ||||||
* | Version 1.3.20.1.3.20 | Richard Jones | 2010-06-08 | 12 | -145/+204 | |
| | ||||||
* | Version 1.3.19.1.3.19 | Richard Jones | 2010-06-04 | 12 | -13/+13 | |
| | | | | Update BUGS and PO files. | |||||
* | Version 1.3.18.1.3.18 | Richard Jones | 2010-06-02 | 12 | -37/+50 | |
| | | | | Update BUGS and PO files. | |||||
* | Update BUGS and PO files. | Richard Jones | 2010-06-02 | 12 | -6823/+6255 | |
| | ||||||
* | Updates to Spanish translation (RHBZ#596763). | Daniel Cabrera | 2010-05-27 | 1 | -738/+1450 | |
| | ||||||
* | Version 1.3.17.1.3.17 | Richard Jones | 2010-05-27 | 12 | -5353/+5353 | |
| | ||||||
* | Version 1.3.16.1.3.16 | Richard Jones | 2010-05-25 | 12 | -13/+13 | |
| | ||||||
* | Version 1.3.15.1.3.15 | Richard Jones | 2010-05-25 | 12 | -6053/+6423 | |
| | ||||||
* | fish: New command: 'supported' | Richard Jones | 2010-05-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This checks all available optional groups and prints out which ones are supported by the daemon. Note you must launch the appliance first. Example: ><fs> supported augeas yes inotify yes linuxfsuuid yes linuxmodules yes linuxxattrs yes lvm2 yes mknod yes ntfs3g yes ntfsprogs yes realpath yes scrub yes selinux yes xz yes zerofree yes | |||||
* | Update Polish translations (RHBZ#502533). | Piotr Drąg | 2010-05-25 | 1 | -229/+239 | |
| | ||||||
* | Version 1.3.14.1.3.14 | Richard Jones | 2010-05-24 | 12 | -7339/+7047 | |
| | ||||||
* | generator: Check parameters are not NULL (RHBZ#501893). | Richard Jones | 2010-05-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | This adds additional tests to check that several types of parameter including String are not NULL when passed to the C functions. Previously this would cause a segfault inside libguestfs. With this change, you get an error message / exception. Of the possible pointer parameters, only OptString is now permitted to be NULL. This change does not affect the Perl bindings. This is because Perl XS code was already adding similar checks if you passed undef into a parameter expecting a string. | |||||
* | Update Spanish translations (RHBZ#593292). | Daniel Cabrera | 2010-05-18 | 1 | -694/+1398 | |
| | ||||||
* | Version 1.3.13.1.3.13 | Richard Jones | 2010-05-15 | 12 | -13/+13 | |
| | ||||||
* | Update PO files. | Richard Jones | 2010-05-15 | 1 | -1513/+873 | |
| | ||||||
* | Updated Spanish translations (RHBZ#592360). | Richard Jones | 2010-05-14 | 1 | -897/+1610 | |
| | ||||||
* | Version 1.3.12, update PO files.1.3.12 | Richard Jones | 2010-05-14 | 12 | -6916/+7511 | |
| | ||||||
* | Unify supermin appliance building using febootstrap 2.7 | Richard Jones | 2010-05-13 | 1 | -1/+0 | |
| | ||||||
* | Update PO files, including extra strings from Perl files. | Richard Jones | 2010-05-12 | 12 | -25/+6098 | |
| | ||||||
* | po: Include strings from Perl programs in the PO files (RHBZ#559963). | Richard Jones | 2010-05-12 | 1 | -12/+12 | |
| | | | | | | | | | xgettext will only recognize '*.pl' as being a Perl file (otherwise it treats it as a C file and does not correctly find any strings in it). This commit also fixes two actual bugs that xgettext found in the strings in our Perl programs. | |||||
* | po: Don't generate po/Makevars file and include Perl keywords (RHBZ#559963). | Richard Jones | 2010-05-12 | 1 | -0/+43 | |
| | | | | | | | | | I don't see a reason to autogenerate po/Makevars, and in the earlier commit which changed this file to being autogenerated we accidentally lost the special Perl keywords, copyright notice and bug reporting address. Fix all of that. This partially reverts commit febff9d2a35c4f40abbaf8943146476bdeac671e. | |||||
* | Version 1.3.11.1.3.11 | Richard Jones | 2010-05-08 | 12 | -914/+870 | |
| | ||||||
* | Version 1.3.10.1.3.10 | Richard Jones | 2010-05-07 | 12 | -1746/+998 | |
| | ||||||
* | Update Spanish translations (RHBZ#588733). | Daniel Cabrera | 2010-05-04 | 1 | -585/+1338 | |
| | ||||||
* | Version 1.3.9.1.3.9 | Richard Jones | 2010-04-30 | 12 | -13/+13 | |
| | ||||||
* | Version 1.3.8.1.3.8 | Richard Jones | 2010-04-27 | 12 | -1734/+1274 | |
| | ||||||
* | Update Spanish translation (RHBZ#585961). | Daniel Cabrera | 2010-04-26 | 1 | -582/+1344 | |
| | ||||||
* | fish: Add 'man' command which opens the manual. | Richard Jones | 2010-04-24 | 1 | -0/+1 | |
| | ||||||
* | Version 1.3.7 - note: fixes a segfault in guestfish 1.3.6.1.3.7 | Richard Jones | 2010-04-23 | 12 | -5569/+5628 | |
| | ||||||
* | Version 1.3.6.1.3.6 | Richard Jones | 2010-04-22 | 12 | -1989/+2043 | |
| | ||||||
* | fish: Add -N option for making prepared disk images. | Richard Jones | 2010-04-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | Previously you might have typed: $ guestfish ><fs> alloc test1.img 100M ><fs> run ><fs> part-disk /dev/sda mbr ><fs> mkfs ext4 /dev/sda1 now you can do the same with: $ guestfish -N fs:ext4 Some tests have also been updated to use this new functionality. | |||||
* | Updated Spanish translations (RHBZ#584038). | Daniel Cabrera | 2010-04-20 | 1 | -576/+1320 | |
| | ||||||
* | Update PO files.1.3.5 | Richard Jones | 2010-04-19 | 12 | -5101/+5291 | |
| | ||||||
* | New APIs: base64-in and base64-out for uploading/downloading base64 content. | Richard Jones | 2010-04-19 | 1 | -0/+1 | |
| | ||||||
* | Version 1.3.41.3.4 | Richard Jones | 2010-04-17 | 12 | -6352/+5794 | |
| | ||||||
* | Update Spanish translations (RHBZ#582252). | Daniel Cabrera | 2010-04-14 | 1 | -556/+1291 | |
| | ||||||
* | Update PO files.1.3.3 | Richard Jones | 2010-04-12 | 12 | -5910/+5250 | |
| | ||||||
* | Updated Spanish translation (RHBZ#581501). | Daniel Cabrera | 2010-04-12 | 1 | -560/+1294 | |
| | ||||||
* | Version 1.3.21.3.2 | Richard Jones | 2010-04-10 | 12 | -5173/+5637 | |
| | ||||||
* | Version 1.3.1.1.3.1 | Richard Jones | 2010-04-08 | 12 | -5437/+5592 | |
| | ||||||
* | New tool: virt-make-fs for creating filesystems on devices. | Richard Jones | 2010-04-08 | 1 | -0/+1 | |
| | ||||||
* | Update PO files.1.3.01.2.01.0.89 | Richard Jones | 2010-03-30 | 12 | -13/+13 | |
| | ||||||
* | Prepare for 1.0.88.1.0.88 | Richard Jones | 2010-03-26 | 12 | -301/+301 | |
| | ||||||
* | Update PO files. | Richard Jones | 2010-03-25 | 1 | -1233/+532 | |
| |