Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-09-01 Thread Daniel P. Berrange
On Tue, Sep 01, 2009 at 08:50:16PM +0200, Maximilian Wilhelm wrote: > Anno domini 2009 Miloslav Trma?? scripsit: > > > diff --git a/src/storage_encryption.c b/src/storage_encryption.c > > new file mode 100644 > > index 000..ccb29ed > > --- /dev/null > > +++ b/src/storage_encryption.c > > @@ -0

Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-09-01 Thread Miloslav Trmac
- "Maximilian Wilhelm" wrote: > Anno domini 2009 Miloslav Trmač scripsit: > > > diff --git a/src/storage_encryption.c b/src/storage_encryption.c > > new file mode 100644 > > index 000..ccb29ed > > --- /dev/null > > +++ b/src/storage_encryption.c > > @@ -0,0 +1,241 @@ > > [...] > > +#inc

Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-09-01 Thread Maximilian Wilhelm
Anno domini 2009 Miloslav Trmač scripsit: > diff --git a/src/storage_encryption.c b/src/storage_encryption.c > new file mode 100644 > index 000..ccb29ed > --- /dev/null > +++ b/src/storage_encryption.c > @@ -0,0 +1,241 @@ [...] > +#include "base64.h" [...] Is there any special need for this

Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-08-27 Thread Daniel P. Berrange
On Thu, Aug 20, 2009 at 08:18:09PM +0200, Miloslav Trma?? wrote: > Define an tag specifying volume encryption format and > format-depenedent parameters (e.g. passphrase, cipher name, key > length, key). > > Currently the only defined parameter is a reference to a "secret" > (passphrase/key) manag

[libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-08-20 Thread Miloslav Trmač
Define an tag specifying volume encryption format and format-depenedent parameters (e.g. passphrase, cipher name, key length, key). Currently the only defined parameter is a reference to a "secret" (passphrase/key) managed using the virSecret* API. Only the qcow/qcow2 encryption format, and a "d

[libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-08-16 Thread Miloslav Trmač
Define an tag specifying volume encryption format and format-depenedent parameters (e.g. passphrase, cipher name, key length, key). Currently the only defined parameter is a reference to a "secret" (passphrase/key) managed using the virSecret* API. Only the qcow/qcow2 encryption format, and a "d

Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-08-11 Thread Miloslav Trmac
- "Daniel P. Berrange" wrote: > > diff --git a/docs/schemas/storageencryption.rng > b/docs/schemas/storageencryption.rng > > --- /dev/null > > +++ b/docs/schemas/storageencryption.rng > > @@ -0,0 +1,37 @@ > > + > > + > > + > > + unencrypted > > + default > > +

Re: [libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-08-06 Thread Daniel P. Berrange
On Tue, Aug 04, 2009 at 10:28:26PM +0200, Miloslav Trma?? wrote: > Define an tag specifying volume encryption format and > format-depenedent parameters (e.g. passphrase, cipher name, key > length, key). > > Currently the only defined parameter is a reference to a "secret" > (passphrase/key) manag

[libvirt] [PATCH 11/20] Add volume encryption information handling.

2009-08-04 Thread Miloslav Trmač
Define an tag specifying volume encryption format and format-depenedent parameters (e.g. passphrase, cipher name, key length, key). Currently the only defined parameter is a reference to a "secret" (passphrase/key) managed using the virSecret* API. Only the qcow/qcow2 encryption format, and a "d