]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Define internal APIs for managing identities
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Jan 2012 17:49:32 +0000 (17:49 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 19 Mar 2013 13:37:37 +0000 (13:37 +0000)
commit3aabe27247711324df2bfa623e9a5e8d2442e3a5
tree89a87c866b0e616337b51c76bbd5d08bcdc3586b
parent51997e50fa9a54c4bfce3cb2dd43b53418135d18
Define internal APIs for managing identities

Introduce a local object virIdentity for managing security
attributes used to form a client application's identity.
Instances of this object are intended to be used as if they
were immutable, once created & populated with attributes

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.gitignore
include/libvirt/virterror.h
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/util/virerror.c
src/util/viridentity.c [new file with mode: 0644]
src/util/viridentity.h [new file with mode: 0644]
tests/Makefile.am
tests/viridentitytest.c [new file with mode: 0644]