manish-yadav / pdns-gui

Automatically exported from code.google.com/p/pdns-gui
0 stars 0 forks source link

whitespaces in the name fields #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
as far i know you cant have whitespaces in the name fields.
at the moment one is able to add a record with whitespaces in name field.
e.g. "a b c.kaka.lv"

pdns-gui.0.3.2

Original issue reported on code.google.com by sga...@gmail.com on 10 Feb 2010 at 11:35

GoogleCodeExporter commented 8 years ago
As per RFC 1035 - 2.3.1:

The labels must follow the rules for ARPANET host names.  They must
start with a letter, end with a letter or digit, and have as interior
characters only letters, digits, and hyphen.  There are also some
restrictions on the length.  Labels must be 63 characters or less.

So it looks like space is not allowed. Can you please point me into a RFC which
suggests opposite?

Original comment by level7systems@googlemail.com on 11 Feb 2010 at 6:41

GoogleCodeExporter commented 8 years ago
what you quoted from rfc is exactly what i wanted to say,
but pdns-gui allows to add such records e.g. "a b c.kaka.lv", but those are not 
allowed.

Original comment by sga...@gmail.com on 11 Feb 2010 at 12:12

GoogleCodeExporter commented 8 years ago
fixed in commit #97

Original comment by level7systems@googlemail.com on 25 Apr 2010 at 11:04