similar to: [PATCH] New APIs: Support for creating LUKS and managing keys.

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] New APIs: Support for creating LUKS and managing keys."

2010 Dec 01
5
[PATCH 0/5] Add progress notification to upload APIs
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
2011 Oct 27
0
[ANNOUNCE] libguestfs 1.14 released - tools for managing virtual machines and disk images
libguestfs is a library and a set of tools for reading, writing, managing, inspecting, rescuing, resizing and aligning disk images, and offline and live virtual machines. I'm pleased to announce the release of libguestfs 1.14, the next stable release of libguestfs. There are many changes and new features in this release -- see below. You can get source and binaries from the website:
2016 Mar 07
0
Re: [PATCH 0/2] added icat and fls0 APIs for deleted files recovery
On Sun, Mar 06, 2016 at 05:42:24PM +0200, Matteo Cafasso wrote: > As discussed in the topic: https://www.redhat.com/archives/libguestfs/2016-March/msg00018.html > > I'd like to add to libguestfs the disk forensics capabilities offered by The Sleuth Kit. > http://www.sleuthkit.org/ > > The two APIs I'm adding with the patch are a simple example of which type of features
2014 Jan 13
1
Re: [PATCH 5/7] perl: Properly decode node names, value keys from UTF-8
On Sat, Jan 11, 2014 at 12:12:50AM +0100, Hilko Bengen wrote: > --- > generator/generator.ml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/generator/generator.ml b/generator/generator.ml > index 6b1eef7..4119b04 100755 > --- a/generator/generator.ml > +++ b/generator/generator.ml > @@ -2648,7 +2648,7 @@ DESTROY (h) > pr
2010 Jul 21
2
[PATCH 0/2] Support for LUKS-encrypted Linux guests
These two patches add minimal support for LUKS-encrypted Linux guests (ie. most common whole-disk encryption schemes). Only opening LVM-on-LUKS is supported by this, not, for example, changing keys or creating new encrypted devices. It's also a little clunky to use from guestfish, but we can add more commands to fix that once we have a better handle on the problem. Rich. -- Richard Jones,
2012 May 21
0
[ANNOUNCE] libguestfs 1.18 released - tools for managing virtual machines and disk images
I'm pleased to announce the latest stable release of libguestfs, a library and a set of tools for reading, writing, managing, inspecting, rescuing, resizing and aligning disk images, and offline and live virtual machines. There are many new features and bug fixes in this release; see the release notes below. You can get libguestfs 1.18.0 from: Main website: http://libguestfs.org Source:
2012 May 28
0
NTFS(-3g) large alternate data streams
(I meant to copy this message to the mailing list) On Mon, May 28, 2012 at 05:49:36PM +0100, Richard W.M. Jones wrote: > > This file has an approx 48 MB ADS: > > ><fs> ll /Temp/ > total 13 > drwxrwxrwx 1 root root 0 May 28 17:28 . > drwxrwxrwx 1 root root 4096 Nov 1 2011 .. > -rwxrwxrwx 1 root root 13 Oct 5 2011 ADS_test.txt >
2014 Sep 23
3
Re: Virt-v2v conversion issue
Hi Thank you for your quick response, do you know when the build 1.27.53 will be available ? Alain Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé : mardi 23
2010 Sep 27
6
[PATCH 0/4] Fixes for virt-resize
Fixes for both of these bugs: https://bugzilla.redhat.com/show_bug.cgi?id=633096 virt-resize calculates block device size incorrectly, doesn't work with qcow2 target https://bugzilla.redhat.com/show_bug.cgi?id=633766 virt-resize --shrink fails I'm still doing testing on these, but the patches seem good enough to review. Rich. -- Richard Jones, Virtualization Group, Red Hat
2011 Apr 01
4
[PATCH 0/4] Add progress messages to guestfs_launch function.
These four commits add approximate progress messages to the guestfs_launch function. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
2009 Oct 01
2
[PATCH 0/2] Add RELAX NG schema and tests for virt-inspector --xml
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
2010 Mar 18
2
[PATCH 0/2] Add API for querying the relationship between LVM objects
Currently I found it it's hard to determine the relationship between LVM objects, by which I mean "what PVs contain a VG?", or "what LVs are contained in a VG?" This simple API exposes that to callers. {lv,vg,pv}uuid: Return the UUID of an LVM object. You can already get this using (eg.) lvs_full, but this is a lot less faffing around. vg{lv,pv}uuids:
2015 Mar 06
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
> -----Original Message----- > From: Richard W.M. Jones [mailto:rjones@redhat.com] > Sent: Thursday, March 05, 2015 8:59 PM > To: Chen, Hanxiao/陈 晗霄 > Cc: libguestfs@redhat.com > Subject: Re: [Libguestfs] [PATCH 1/2] New API: btrfs_filesystem_show > > AFAICT this API doesn't work: > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show /dev/sda1 >
2011 Oct 06
2
Plan for libguestfs 1.14
[Since Hilko asked me about this on IRC ...] The current plan is to rebase libguestfs in RHEL 6.3: https://bugzilla.redhat.com/show_bug.cgi?id=719879 I would like to get as many features from upstream libguestfs into this as possible, but also make sure they have been well-tested by Fedora users. Also there are some new tools arriving in libguestfs upstream in the current development branch
2009 Nov 20
6
[PATCH 0/6] Simple fixes for cross-compiling the daemon
As outlined here: https://www.redhat.com/archives/libguestfs/2009-November/msg00171.html These patches fix some of the simpler things. Some of the things (the missing headers) are genuine bugs. Note in order to cross-compile at all you have to comment out the section in the daemon/configure.ac where it detects custom format specifiers. Rich. -- Richard Jones, Virtualization Group, Red Hat
2011 Jan 18
4
[PATCH 0/4] In guestfish allow <! for inline execution
Read the man page in the final patch, but the idea is: <! for n in `seq 1 100`; do echo write /foo.$n $n; done Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top
2011 Mar 15
3
[PATCH 0/3] Various fixes to the Ruby bindings (RHBZ#667610).
https://bugzilla.redhat.com/show_bug.cgi?id=667610 Original message from clalance: https://www.redhat.com/archives/libguestfs/2011-January/msg00014.html I believe that these 3 patches fix all of the issues that Chris has raised. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many
2011 May 16
1
[PATCH (for discussion)] New hivexhextostring tool.
The idea here is that you can pipe the output of virt-win-reg or hivexregedit --export through this program in order to display the strings more simply. Instead of: $ virt-win-reg --export ... [\ATI Technologies\Install\South Bridge\ATI_AHCI_RAID] "DisplayName"=hex(1):41,00,4d,00,44,00,20,00,41,00,48,00,43,00,49,00,20,00,52,00,41,00,49,00,44,00,00,00 you get: $ virt-win-reg --export
2014 Nov 13
0
Re: libguestfs-tools with libvirt SASL authentication
On Fri, Nov 07, 2014 at 02:37:06PM +0000, Dan Ryder (daryder) wrote: > Thanks for the info, Richard. > > Hi Dan, > > Any additional information on this? I don't know if Dan B wants to chime in here, but can you try out the following patch? diff --git a/df/domains.c b/df/domains.c index b2d9537..6cbc0f9 100644 --- a/df/domains.c +++ b/df/domains.c @@ -77,7 +77,8 @@
2012 Jan 23
1
[ANNOUNCE] libguestfs 1.16 released - tools for managing virtual machines and disk images
libguestfs is a library and a set of tools for reading, writing, managing, inspecting, rescuing, resizing and aligning disk images, and offline and live virtual machines. I'm pleased to announce the release of libguestfs 1.16, the next stable release of libguestfs. See the release notes below for the full list of changes. You can get source and binaries from the website: