Re: CVS commit: src/lib/libc/net

2015-11-02 Thread Steffen Nurpmeso
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

Re: CVS commit: src/lib/libc/net

2015-11-02 Thread Christos Zoulas
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

Re: CVS commit: src/sys/nfs

2015-11-02 Thread Paul Goyette
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

Re: CVS commit: src/lib/libc/net

2015-11-02 Thread Steffen Nurpmeso
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

Re: CVS commit: src/lib/libc/net

2015-11-02 Thread Erik Fair
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:

Re: CVS commit: src/sys/nfs

2015-11-02 Thread Greg Oster
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