domain name validation fix

* docs/libvirt.rng: domain name validation fix by John Levon
* AUTHORS: add John Levon
Daniel
This commit is contained in:
Daniel Veillard 2008-07-10 08:05:39 +00:00
parent 47010f352c
commit a665a52cb3
3 changed files with 7 additions and 1 deletions

View File

@ -46,6 +46,7 @@ Patches have also been contributed by:
Stefan de Konink <dekonink@kinkrsoftware.nl>
Kaitlin Rupert <kaitlin@linux.vnet.ibm.com>
Evgeniy Sokolov <evg@openvz.org>
John Levon <levon@movementarian.org>
[....send patches to get your name here....]

View File

@ -1,3 +1,8 @@
Thu Jul 10 09:58:42 CEST 2008 Daniel Veillard <veillard@redhat.com>
* docs/libvirt.rng: domain name validation fix by John Levon
* AUTHORS: add John Levon
Thu Jul 10 09:50:39 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/openvz_conf.c src/openvz_conf.h src/openvz_driver.c: new

View File

@ -840,7 +840,7 @@
</define>
<define name='domainName'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-&amp;]+</param>
<param name="pattern">[A-Za-z0-9_.:/\+\-&amp;-]+</param>
</data>
</define>
<define name='genericName'>