added support for smbd listening on port 445 and 139. It now listens
commit4516a14dbbc03f2ae2ce3c4d4e22e11e24a8a42f
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Jul 2002 04:56:16 +0000 (31 04:56 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 31 Jul 2002 04:56:16 +0000 (31 04:56 +0000)
tree25a6e27d0e4fe6e971089c9b6674181f31e60250
parent81b69dc79cccd575d33b62ddf7941c5b3c44fdfe
added support for smbd listening on port 445 and 139. It now listens
on both by default, and you can specify a list of ports to listen on
either with "smb ports = " in smb.conf or using the -p option to smbd.

this is needed for proper netbiosless operation.
(This used to be commit 5dee0a7b5e0fcb298a9d36661c80e60d8b9bcc3a)
source3/include/smb.h
source3/lib/util_sock.c
source3/param/loadparm.c
source3/smbd/server.c