libvirt/src/lxc
Martin Kletzander 9f748277bb Fixed URI parsing
Function xmlParseURI does not remove square brackets around IPv6
address when parsing. One of the solutions is making wrappers around
functions working with xmlURI*. This assures that uri->server will be
always properly assigned and it doesn't have to be changed when used
on some new place in the code.
For this purpose, functions virParseURI and virSaveURI were
added. These function are wrappers around xmlParseURI and xmlSaveUri
respectively.
Also there is one new syntax check function to prohibit these functions
anywhere else.

File changes:
 - src/util/viruri.h        -- declaration
 - src/util/viruri.c        -- definition
 - src/libvirt_private.syms -- symbol export
 - src/Makefile.am          -- added source and header files
 - cfg.mk                   -- added sc_prohibit_xmlURI
 - all others               -- ID name and include fixes
2012-02-24 16:49:21 -07:00
..
libvirtd_lxc.aug Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_conf.c Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_conf.h Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_container.c Populate /dev/std{in,out,err} symlinks in LXC containers 2012-02-08 19:50:15 +00:00
lxc_container.h Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_controller.c Fixed connection definition for non-SELinux builds 2012-02-03 16:13:45 +01:00
lxc_driver.c Fixed URI parsing 2012-02-24 16:49:21 -07:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
test_libvirtd_lxc.aug Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00