samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
authorHerb Lewis <herb@samba.org>
Thu, 15 Feb 2001 19:50:34 +0000 (19:50 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 15 Feb 2001 19:50:34 +0000 (19:50 +0000)
commit01dfd59712f3730498784d7632da8fe0113d55b6
treec0c534d62747a7258cf52c62b2549da0a8f9b121
parent8907a51743b7b9b9ad4168033fae4d44012cca37
samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
of nmb so we write to same log file that
was originally created as log.nmbd
samba/source/smbd/server.c change remote_machine name to smbd instead
of smb so we write to same log file that
was originally created as log.smbd
samba/source/lib/interface.c allow binding to all interface IP addresses
even if on same subnet. This allows you to
specify which IP's you want in interfaces
line and use bind interfaces only
source/lib/interface.c
source/nmbd/nmbd.c
source/smbd/server.c