[libvirt] [dbus PATCH 00/13] Secret APIs

Katerina Koukiou posted 13 patches 5 years, 11 months ago
Failed in applying to current master (apply log)
data/Makefile.am             |   1 +
data/org.libvirt.Connect.xml |  33 ++++++
data/org.libvirt.Secret.xml  |  44 +++++++
src/Makefile.am              |   1 +
src/connect.c                | 145 +++++++++++++++++++++++
src/connect.h                |   2 +
src/events.c                 |  42 +++++++
src/secret.c                 | 270 +++++++++++++++++++++++++++++++++++++++++++
src/secret.h                 |   9 ++
src/util.c                   |  33 ++++++
src/util.h                   |  16 +++
11 files changed, 596 insertions(+)
create mode 100644 data/org.libvirt.Secret.xml
create mode 100644 src/secret.c
create mode 100644 src/secret.h
[libvirt] [dbus PATCH 00/13] Secret APIs
Posted by Katerina Koukiou 5 years, 11 months ago
Katerina Koukiou (13):
  Introduce Secret Interface
  Implement ListSecrets method for Connect Interface
  Register Secret Lifecycle Events
  Implement UUID property for Secret Interface
  Implement UsageID property for Secret Interface
  Implement UsageType property for Secret Interface
  Implement GetXMLDesc method for Secret Interface
  Implement SecretLookupByUUID method for Connect Interface
  Implement SecretLookupByUsage method for Connect Interface
  Implement Undefine method for Secret Interface
  Implement GetValue method for Secret Interface
  Implement SetValue method for Secret Interface
  Implement SecretDefineXML method for Connect Interface

 data/Makefile.am             |   1 +
 data/org.libvirt.Connect.xml |  33 ++++++
 data/org.libvirt.Secret.xml  |  44 +++++++
 src/Makefile.am              |   1 +
 src/connect.c                | 145 +++++++++++++++++++++++
 src/connect.h                |   2 +
 src/events.c                 |  42 +++++++
 src/secret.c                 | 270 +++++++++++++++++++++++++++++++++++++++++++
 src/secret.h                 |   9 ++
 src/util.c                   |  33 ++++++
 src/util.h                   |  16 +++
 11 files changed, 596 insertions(+)
 create mode 100644 data/org.libvirt.Secret.xml
 create mode 100644 src/secret.c
 create mode 100644 src/secret.h

-- 
2.15.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH 00/13] Secret APIs
Posted by Pavel Hrdina 5 years, 11 months ago
On Wed, May 09, 2018 at 04:59:25PM +0200, Katerina Koukiou wrote:
> Katerina Koukiou (13):
>   Introduce Secret Interface
>   Implement ListSecrets method for Connect Interface
>   Register Secret Lifecycle Events
>   Implement UUID property for Secret Interface
>   Implement UsageID property for Secret Interface
>   Implement UsageType property for Secret Interface
>   Implement GetXMLDesc method for Secret Interface
>   Implement SecretLookupByUUID method for Connect Interface
>   Implement SecretLookupByUsage method for Connect Interface
>   Implement Undefine method for Secret Interface
>   Implement GetValue method for Secret Interface
>   Implement SetValue method for Secret Interface
>   Implement SecretDefineXML method for Connect Interface

See the note for PATCH 12

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list