libvirt/daemon
Erik Skultety 4a0e910825 admin: Introduce virAdmClientGetInfo API
Expose a public API to retrieve some identity and connection information about
a client connected to the specified server on daemon. The identity info
retrieved is mostly connection transport dependent, i.e. there won't be any
socket address returned for a local (UNIX socket) connection, while on the
other hand, when connected through TLS or unencrypted TCP, obviously no UNIX
process identification will be present in the returned data. All supported
values that can be returned in typed params are exposed and documented in
include/libvirt/libvirt-admin.h

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2016-05-03 15:52:50 +02:00
..
admin_server.c admin: Introduce virAdmClientGetInfo API 2016-05-03 15:52:50 +02:00
admin_server.h admin: Introduce virAdmClientGetInfo API 2016-05-03 15:52:50 +02:00
admin.c admin: Introduce virAdmClientGetInfo API 2016-05-03 15:52:50 +02:00
admin.h admin: Move admin_server.{h,c} to admin.{h,c} 2016-02-17 12:46:34 +01:00
libvirt.rules polkit: Allow password-less access for 'libvirt' group 2015-05-04 12:57:06 -04:00
libvirtd-config.c daemon: add option to read host uuid from /etc/machine-id 2016-05-03 08:58:30 -04:00
libvirtd-config.h daemon: add option to read host uuid from /etc/machine-id 2016-05-03 08:58:30 -04:00
libvirtd.aug daemon: add option to read host uuid from /etc/machine-id 2016-05-03 08:58:30 -04:00
libvirtd.c daemon: add option to read host uuid from /etc/machine-id 2016-05-03 08:58:30 -04:00
libvirtd.conf daemon: add option to read host uuid from /etc/machine-id 2016-05-03 08:58:30 -04:00
libvirtd.h daemon: add connection close rpc 2016-03-01 14:18:16 +00:00
libvirtd.init.in Fix LSB requirements in service script and sync them 2016-01-11 15:49:13 +01:00
libvirtd.libxl.logrotate.in libxl: add logrotate config file 2015-05-05 09:08:11 -06:00
libvirtd.logrotate.in
libvirtd.lxc.logrotate.in
libvirtd.pod man: Fix SYNOPSIS section 2016-04-25 15:40:44 +02:00
libvirtd.policy.in
libvirtd.qemu.logrotate.in
libvirtd.sasl
libvirtd.service.in Revert "daemon: use socket activation with systemd" 2016-04-20 08:53:38 -04:00
libvirtd.sysconf
libvirtd.sysctl
libvirtd.uml.logrotate.in
libvirtd.upstart
Makefile.am build: Replace variables in man pages 2016-04-25 15:40:44 +02:00
remote.c virnetsocket: Provide socket address format in a more standard form 2016-05-03 15:52:50 +02:00
remote.h
stream.c daemon: stream: Don't force error when client aborts 2016-05-02 10:13:05 -04:00
stream.h daemon stream: Remove useless empty lines from header file 2016-04-21 16:29:41 +02:00
test_libvirtd.aug.in daemon: add option to read host uuid from /etc/machine-id 2016-05-03 08:58:30 -04:00
THREADS.txt