]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add APIs to get at more client security data
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Jan 2012 17:18:28 +0000 (17:18 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 19 Mar 2013 13:11:46 +0000 (13:11 +0000)
commit51997e50fa9a54c4bfce3cb2dd43b53418135d18
tree852712781607fcb5221a3543319d028fb11a38c0
parentef3cd6473f5227fcc89ac4fd1fc4f8485ffae314
Add APIs to get at more client security data

A socket object has various pieces of security data associated
with it, such as the SELinux context, the SASL username and
the x509 distinguished name. Add new APIs to virNetServerClient
and related modules to access this data.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt_gnutls.syms
src/libvirt_private.syms
src/libvirt_sasl.syms
src/rpc/virnetserverclient.c
src/rpc/virnetserverclient.h
src/rpc/virnetsocket.c
src/rpc/virnetsocket.h
src/rpc/virnettlscontext.c
src/rpc/virnettlscontext.h