summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix driver ordering to make domain autostart work (Gerd von Egidy)Daniel P. Berrange2008-12-021-12/+19
* Node device driver for HAL and DeviceKit (David Lively)Daniel P. Berrange2008-11-211-0/+7
* Optional dlopen support for driversDaniel P. Berrange2008-11-211-1/+18
* Add an initial User Mode Linux DriverDaniel P. Berrange2008-11-191-0/+6
* Add a virFreeCallback to event loop APIsDaniel P. Berrange2008-11-191-5/+7
* Change public API for virEventAddHandle to allow multiple registrations per FDDaniel P. Berrange2008-11-191-26/+33
* Link QEMU, LXC, network and storage drivers directly into libvirtdDaniel P. Berrange2008-11-171-0/+29
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-041-1/+1
* Remove unused internal virStateSigDispatcher() APIDaniel P. Berrange2008-11-041-2/+1
* adapt to API change in gnulibJim Meyering2008-10-281-1/+1
* Massive patch adding event APIs by Ben GuthroDaniel Veillard2008-10-231-23/+41
* * qemud/qemud.c: patch from Guido Günther fixing the place whereDaniel Veillard2008-07-301-8/+8
* Don't default to polkit auth when running non-rootDaniel P. Berrange2008-07-111-0/+8
* Switch daemon over to use internal memory allocation APIsDaniel P. Berrange2008-06-061-21/+22
* Standardize use of header files, making internal.h primary.Richard W.M. Jones2008-05-231-5/+5
* Avoid initializing driver if pidfie is claimed. Always claim pidfile as rootDaniel P. Berrange2008-05-201-48/+45
* Change libvirtd description from qemu only to various VM(i.e. Xen, LXC)Atsushi SAKAI2008-05-151-1/+1
* replace two indentation TABs with spacesJim Meyering2008-05-141-1/+1
* remove trailing blanksJim Meyering2008-05-141-1/+1
* Added listen_addr config param for daemon (Stefan de Konink)Daniel P. Berrange2008-05-141-10/+13
* Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanupDavid L. Leskovec2008-05-131-11/+15
* avoid format-related warningsJim Meyering2008-04-281-2/+2
* group ownership of /var/run/libvirt/Daniel Veillard2008-04-251-0/+12
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-9/+0
* Don't do polkit auth as rootDaniel P. Berrange2008-04-041-0/+42
* String fixes #436620Daniel Veillard2008-03-141-1/+1
* Don't run cleannup code for parent process in daemon modeDaniel P. Berrange2008-03-111-9/+3
* Avoid segfault upon early libvirtd failure.Jim Meyering2008-03-031-2/+3
* Plug saslUsernameWhitelist leak.Jim Meyering2008-03-031-0/+1
* Plug skipped-qemudCleanup leak.Jim Meyering2008-03-031-2/+1
* Plug remoteReadConfigFile leak.Jim Meyering2008-03-031-4/+4
* avoid format string warningsJim Meyering2008-02-221-29/+39
* Use safewrite in place of write, in many cases.Jim Meyering2008-02-221-6/+4
* Set close-on-exec flag for signal pipeDaniel P. Berrange2008-02-201-1/+3
* Fix gcc-4.3.0 "inlining failed" warning.Mark McLoughlin2008-02-081-4/+4
* Mark all qemudLog diagnostics for translation.Jim Meyering2008-02-071-80/+96
* Enable the <assert.h>-checking test; fix violations.Jim Meyering2008-01-291-1/+0
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-3/+2
* Portability improvements for Mac OS X.Richard W.M. Jones2008-01-231-0/+1
* Use a variable name as sizeof argument, not a type name.Jim Meyering2007-12-111-3/+3
* Test libvirtd's config-processing code.Jim Meyering2007-12-111-3/+1
* qemud/qemud.c (qemudInitPaths): Remove unused code.Jim Meyering2007-12-061-9/+0
* Use gnulib, starting with its physmem and getaddrinfo modules.Jim Meyering2007-12-051-2/+1
* Fix compile issues when SASL is disabledDaniel P. Berrange2007-12-051-2/+24
* Re-add listen_tcp/listen_tls config params accidentally lostDaniel P. Berrange2007-12-051-0/+2
* Added PolicyKit authentication supportDaniel P. Berrange2007-12-051-0/+35
* Add whitelisting of users. Remove IP whitelisting. Make auth schemes configur...Daniel P. Berrange2007-12-051-109/+121
* Add data encryption using SASL SSF layerDaniel P. Berrange2007-12-051-58/+186
* Initial integration of SASL authentication, working for Kerberos onlyDaniel P. Berrange2007-12-051-3/+25