mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
domain name validation fix
* docs/libvirt.rng: domain name validation fix by John Levon * AUTHORS: add John Levon Daniel
This commit is contained in:
parent
47010f352c
commit
a665a52cb3
1
AUTHORS
1
AUTHORS
@ -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....]
|
||||
|
||||
|
@ -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
|
||||
|
@ -840,7 +840,7 @@
|
||||
</define>
|
||||
<define name='domainName'>
|
||||
<data type='string'>
|
||||
<param name="pattern">[a-zA-Z0-9_\+\-&]+</param>
|
||||
<param name="pattern">[A-Za-z0-9_.:/\+\-&-]+</param>
|
||||
</data>
|
||||
</define>
|
||||
<define name='genericName'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user