RE: bug fix?: 2.2.7a, nmbd/nmbd_packets.c, listen_for_packets()

2003-02-19 Thread Peter Hurley
Andrew, After being enlightened regarding "the bigger picture", I have included an alternate solution below that may be more appropriate, in addition to my other comments. > > I think there are several good reasons to include this fix: > > 1) I think the documentation is ambiguous on this subjec

RE: bug fix?: 2.2.7a, nmbd/nmbd_packets.c, listen_for_packets()

2003-02-17 Thread Andrew Bartlett
On Mon, 2003-02-17 at 14:02, Peter Hurley wrote: > > > > > > When running a WINS server using the following configuration: > > > [global] > > > wins support = yes > > > interfaces = 192.168.1.0/24 > > > bind interfaces only = true > > > the WINS server erroneously discards 127.0.0.1 request

RE: bug fix?: 2.2.7a, nmbd/nmbd_packets.c, listen_for_packets()

2003-02-16 Thread Peter Hurley
> > > > When running a WINS server using the following configuration: > > [global] > > wins support = yes > > interfaces = 192.168.1.0/24 > > bind interfaces only = true > > the WINS server erroneously discards 127.0.0.1 requests from SMBD > > children. This happens whenever libsmb

Re: bug fix?: 2.2.7a, nmbd/nmbd_packets.c, listen_for_packets()

2003-02-16 Thread Andrew Bartlett
On Mon, 2003-02-17 at 03:11, Peter Hurley wrote: > This is a follow-up to "WINS server incorrectly ignores 127.0.0.1 > requests". > > When running a WINS server using the following configuration: > [global] > wins support = yes > interfaces = 192.168.1.0/24 > bind interface