Erik Fair wrote:
|So, what did we do by default: allow “_” in hostnames when that’s exp\
|licitly against standard, or not? I read the patch in the PR and coul\
|dn’t make heads or tails of it.
fwiw i don't think this is generally true, my own one has
a DNS::verifyName() and that does
In article <56dd2b5f-26b1-40b7-bd84-103d3f255...@netbsd.org>,
Erik Fair wrote:
>So, what did we do by default: allow â_â in hostnames when thatâs
>explicitly against standard, or not? I read the patch in the PR and
>couldnât make heads or tails of it.
res_init() sets RES_NOCHECKNAME, but
On Mon, 2 Nov 2015, Greg Oster wrote:
On Mon, 2 Nov 2015 09:57:43 +
"Paul Goyette" wrote:
Module Name:src
Committed By: pgoyette
Date: Mon Nov 2 09:57:43 UTC 2015
Modified Files:
src/sys/nfs: nfs_vfsops.c
Log Message:
Don't forget to call nfs_fini() when we're f
oops, of course
?0[sdaoden@wales]$ git grep IS_ASCII_ master
master:modules/dns/config.h:#define _IS_ASCII_PRINTABLE(CHAR) ((CHAR) > 0x20
&& (CHAR) < 0x7F)
master:modules/dns/config.h:#define _IS_ASCII
So, what did we do by default: allow “_” in hostnames when that’s explicitly
against standard, or not? I read the patch in the PR and couldn’t make heads or
tails of it.
Erik
> On Oct 26, 2015, at 07:48, Christos Zoulas wrote:
>
> Module Name: src
> Committed By: christos
> Date:
On Mon, 2 Nov 2015 09:57:43 +
"Paul Goyette" wrote:
> Module Name: src
> Committed By: pgoyette
> Date: Mon Nov 2 09:57:43 UTC 2015
>
> Modified Files:
> src/sys/nfs: nfs_vfsops.c
>
> Log Message:
> Don't forget to call nfs_fini() when we're finished. Without this,
> we lea