Re: mountd: handle unresolvable hosts in a netgroup

2014-05-16 Thread Kenneth Westerback
On 16 May 2014 12:54, Todd C. Miller wrote: > Currently, if you have a host netgroup with an unresolvable hostname, > the file system will not be exported to any of the netgroup members. > This is because we don't zero out grp before reusing it when a host > is unresolvable. > > - todd > > Index:

mountd: handle unresolvable hosts in a netgroup

2014-05-16 Thread Todd C. Miller
Currently, if you have a host netgroup with an unresolvable hostname, the file system will not be exported to any of the netgroup members. This is because we don't zero out grp before reusing it when a host is unresolvable. - todd Index: sbin/mountd/mountd.c =