summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu: Let empty default VNC password work as documentedv1.0.6-maintJiri Denemark2016-06-301-7/+7
* tests: don't fail with newer gnutlsMartin Kletzander2015-01-221-1/+10
* maint: cleanup detection of const'ness of selinux ctxJim Fehlig2015-01-222-28/+11
* build: fix build with libselinux 2.3Cédric Bosdonnat2015-01-222-1/+32
* fix api changes in xen restoreBamvor Jian Zhang2015-01-221-0/+9
* build: avoid -lgcrypt with newer gnutlsEric Blake2015-01-223-11/+38
* util: eliminate "use after free" in callers of virNetDevLinkDumpLaine Stump2014-11-133-17/+33
* CVE-2014-7823: dumpxml: security hole with migratable flagEric Blake2014-11-101-1/+2
* domain_conf: fix domain deadlockPavel Hrdina2014-10-011-1/+1
* python: return dictionary without value in case of no blockjobGuannan Ren2014-09-221-15/+39
* CVE-2014-3633: qemu: blkiotune: Use correct definition when looking up diskPeter Krempa2014-09-171-2/+6
* LSN-2014-0003: Don't expand entities when parsing XMLDaniel P. Berrange2014-09-171-2/+2
* qemu: copy: Accept 'format' parameter when copying to a non-existing imgPeter Krempa2014-07-021-16/+21
* build: fix 'make check' with newer gitEric Blake2014-07-021-0/+61
* docs: publish correct enum valuesEric Blake2014-06-261-1/+1
* qemu: blockcopy: Don't remove existing disk mirror infoPeter Krempa2014-06-261-9/+9
* qemu: fix crash when removing <filterref> from interface with update-deviceLaine Stump2014-05-011-1/+2
* qemu: make sure agent returns error when required data are missingMartin Kletzander2014-04-091-7/+8
* qemu: remove unneeded forward declarationMartin Kletzander2014-04-091-61/+57
* qemu: cleanup error checking on agent repliesMartin Kletzander2014-04-091-16/+5
* qemu: Properly report guest agent errors on command passthroughPeter Krempa2014-04-092-19/+22
* virNetClientSetTLSSession: Restore original signal maskMichal Privoznik2014-03-191-2/+2
* Add a mutex to serialize updates to firewallDaniel P. Berrange2014-03-103-7/+42
* CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC hotunplug codeDaniel P. Berrange2014-02-181-46/+39
* CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC chardev hostdev hot...Daniel P. Berrange2014-02-181-48/+21
* CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC block hostdev hotplugDaniel P. Berrange2014-02-181-48/+21
* CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC USB hotplugDaniel P. Berrange2014-02-181-54/+22
* CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC disk hotplugDaniel P. Berrange2014-02-181-43/+141
* CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC shutdown/reboot codeEric Blake2014-02-183-43/+32
* Add helper for running code in separate namespacesDaniel P. Berrange2014-02-183-0/+120
* Add virFileMakeParentPath helper functionDaniel P. Berrange2014-02-183-0/+31
* Move check for cgroup devices ACL upfront in LXC hotplugDaniel P. Berrange2014-02-181-24/+12
* Disks are always block devices, never character devicesDaniel P. Berrange2014-02-181-7/+3
* Fix reset of cgroup when detaching USB device from LXC guestsDaniel P. Berrange2014-02-181-2/+2
* Record hotplugged USB device in LXC live guest configDaniel P. Berrange2014-02-181-0/+7
* Fix path used for USB device attach with LXCDaniel P. Berrange2014-02-181-2/+2
* Don't block use of USB with containersDaniel P. Berrange2014-02-181-0/+1
* storage: avoid short reads while chasing backing chainEric Blake2014-02-184-15/+30
* maint: fix comment typosEric Blake2014-02-181-1/+1
* LXC: free dst before lxcDomainAttachDeviceDiskLive returnsChen Hanxiao2014-02-181-0/+1
* LXC: Free variable vroot in lxcDomainDetachDeviceHostdevUSBLive()Hongwei Bi2014-02-181-1/+2
* Fix minor typos in messages and docsYuri Chornoivan2014-02-188-41/+41
* LXC: hostdev: create parent directory for hostdevGao feng2014-02-182-14/+42
* LXC: hostdev: introduce lxcContainerSetupHostdevCapsMakePathGao feng2014-02-182-0/+28
* Push nwfilter update locking up to top levelDaniel P. Berrange2014-02-068-25/+40
* Add a read/write lock implementationDaniel P. Berrange2014-02-066-0/+75
* Remove use of virConnectPtr from all remaining nwfilter codeDaniel P. Berrange2014-02-066-72/+44
* Don't pass virConnectPtr in nwfilter 'struct domUpdateCBStruct'Daniel P. Berrange2014-02-067-37/+46
* Remove virConnectPtr arg from virNWFilterDefParse*Daniel P. Berrange2014-02-064-15/+10
* Don't ignore errors parsing nwfilter rulesDaniel P. Berrange2014-02-062-16/+14