libvirt/src/conf
Michal Novotny 5dd986dbd7 Add TXT record support for virtual DNS service
This commit introduces the <dns> element and <txt> record for the
virtual DNS network. The DNS TXT record can be defined using following
syntax in the network XML file:

  <dns>
    <txt name="example" value="example value" />
  </dns>

Also, the Relax-NG scheme has been altered to allow the texts without
spaces only for the name element and some nitpicks about memory
free'ing have been fixed by Laine so therefore I'm adding Laine to the
SOB clause ;-)

Signed-off-by: Michal Novotny <minovotn@redhat.com>
Signed-off-by: Laine Stump <laine@laine.org>
2011-06-24 16:15:12 -04:00
..
capabilities.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
capabilities.h domain: Require <init> for container guests 2011-05-13 10:32:53 -04:00
cpu_conf.c Add an API for comparing the ABI of two guest configurations 2011-05-31 12:14:55 +01:00
cpu_conf.h Add an API for comparing the ABI of two guest configurations 2011-05-31 12:14:55 +01:00
domain_conf.c Fix use-after-free in handling domain taint flags 2011-06-22 17:39:45 +01:00
domain_conf.h Remove macvtap dependency on domain configuration 2011-06-22 17:39:06 +01:00
domain_event.c Revert "Asynchronous event for BlockPull completion" 2011-06-24 08:41:24 -06:00
domain_event.h Revert "Asynchronous event for BlockPull completion" 2011-06-24 08:41:24 -06:00
domain_nwfilter.c nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
domain_nwfilter.h nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
interface_conf.c interface: implement a test driver for network config transaction API. 2011-05-27 14:34:13 -04:00
interface_conf.h interface: implement a test driver for network config transaction API. 2011-05-27 14:34:13 -04:00
network_conf.c Add TXT record support for virtual DNS service 2011-06-24 16:15:12 -04:00
network_conf.h Add TXT record support for virtual DNS service 2011-06-24 16:15:12 -04:00
node_device_conf.c xml: Make sure virXpathNodeSet always sets an error 2011-05-13 10:32:52 -04:00
node_device_conf.h node_device: avoid null dereference on error 2011-05-11 11:55:16 -06:00
nwfilter_conf.c build: silence coverity false positives 2011-06-08 05:30:56 -06:00
nwfilter_conf.h nwfilter: enable filtering of gratuitous ARP packets 2011-05-23 19:41:18 -04:00
nwfilter_params.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
nwfilter_params.h This patch removes the virConnectPtr parameter from all functions where it's not necessary starting out with removing it as a parameter to the error reporting function. 2010-04-05 12:34:55 -04:00
secret_conf.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
secret_conf.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
storage_conf.c xml: Use virXMLParse* helpers everywhere 2011-05-13 10:32:53 -04:00
storage_conf.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
storage_encryption_conf.c xml: Make sure virXpathNodeSet always sets an error 2011-05-13 10:32:52 -04:00
storage_encryption_conf.h Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00