Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libvirt
Go to file
Jim Meyering 7ca954cf26 libvirtd: do not ignore failure to set group ID in privileged mode
* daemon/libvirtd.c (qemudListenUnix): Diagnose and fail upon
failure to set or restore group-ID.
2010-02-26 17:12:00 +01:00
.gnulib@11fbc57405 build: ensure that MKINSTALLDIRS is AC_SUBST-defined 2010-02-25 10:42:45 +01:00
build-aux maint: sort .gitignore 2010-02-23 21:32:04 +01:00
daemon libvirtd: do not ignore failure to set group ID in privileged mode 2010-02-26 17:12:00 +01:00
docs build: avoid "make rpm" failure in docs/ 2010-02-25 14:14:51 +01:00
examples maint: avoid excess parens in STREQ 2010-02-01 17:21:26 +01:00
include virConnectBaselineCPU public API 2010-02-12 14:21:58 +01:00
m4
po maint: sort .gitignore 2010-02-23 21:32:04 +01:00
proxy Fix compile error in Xen proxy from virConnectPtr changes 2010-02-10 12:51:41 +00:00
python python: Actually add virConnectGetVersion to generated bindings 2010-02-17 16:15:57 -05:00
src Only build virDomainObjFormat if not building proxy. 2010-02-26 08:46:17 -05:00
tests qemu: Report binary path if error parsing -help 2010-02-25 11:43:57 -05:00
tools virsh: Show errors reported by nonAPI functions 2010-02-25 11:43:56 -05:00
.gitignore maint: sort .gitignore 2010-02-23 21:32:04 +01:00
.gitmodules
.hgignore
.x-sc_avoid_ctype_macros
.x-sc_avoid_if_before_free
.x-sc_avoid_write
.x-sc_m4_quote_check
.x-sc_prohibit_asprintf
.x-sc_prohibit_gethostby
.x-sc_prohibit_gethostname
.x-sc_prohibit_have_config_h
.x-sc_prohibit_HAVE_MBRTOWC
.x-sc_prohibit_nonreentrant
.x-sc_prohibit_readlink Add a rule to check for uses of readlink. 2010-01-22 09:42:35 -05:00
.x-sc_prohibit_strcmp
.x-sc_prohibit_strcmp_and_strncmp
.x-sc_prohibit_strncpy
.x-sc_prohibit_VIR_ERR_NO_MEMORY
.x-sc_require_config_h
.x-sc_require_config_h_first
.x-sc_trailing_blank
acinclude.m4
AUTHORS Add Jiri Denemark <jdenemar@redhat.com> to commiters 2010-01-19 14:41:19 +01:00
autobuild.sh
autogen.sh build: make git submodule checking more reliable 2010-02-25 13:35:03 +01:00
bootstrap maint: relax git minimum version 2010-02-24 14:29:27 -05:00
bootstrap.conf maint: relax git minimum version 2010-02-24 14:29:27 -05:00
cfg.mk build: make git submodule checking more reliable 2010-02-25 13:35:03 +01:00
ChangeLog-old
configure.ac build: fix typos in makefile variable names 2010-02-25 10:48:58 +01:00
COPYING.LIB
HACKING Remove conn parameter from virReportOOMError 2010-02-09 01:04:54 +01:00
libvirt.pc.in
libvirt.spec.in Format FS pools on creation 2010-02-24 09:51:34 +01:00
Makefile.am build: avoid non-srcdir "make distcheck" failures (srcdir vs wildcard) 2010-02-25 10:50:18 +01:00
Makefile.nonreentrant
mingw32-libvirt.spec.in
README
README-hacking maint: relax git minimum version 2010-02-24 14:29:27 -05:00
TODO

         LibVirt : simple API for virtualization

  Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). It is free software
available under the GNU Lesser General Public License. Virtualization of
the Linux Operating System means the ability to run multiple instances of
Operating Systems concurrently on a single hardware system where the basic
resources are driven by a Linux instance. The library aim at providing
long term stable C API initially for the Xen paravirtualization but
should be able to integrate other virtualization mechanisms if needed.

Daniel Veillard <veillard@redhat.com>