Rename obscure defined constants.
authorChristopher R. Hertel (crh) <crh@samba.org>
Wed, 15 Feb 2012 03:51:35 +0000 (21:51 -0600)
committerSimo Sorce <idra@samba.org>
Thu, 16 Feb 2012 07:29:41 +0000 (08:29 +0100)
commitb5b204184aa6d0f14e7d3bd08322a98dc4f432e6
tree61216abd884217599c4e489716fdb0e64e90b7d4
parent95d3096f9881fcf7717c55d6f6281b799236fff7
Rename obscure defined constants.

Replaced the undescriptive SMB_PORT1 and SMB_PORT2 defined constants
with the slightly more descriptive names NBT_SMB_PORT and TCP_SMB_PORT.
Also replaced several hard-coded references to the well-known port
numbers (139 and 445, respectively) as appropriate.

Small changes to clarify some comments regarding the two transport
types.

Signed-off-by: Simo Sorce <idra@samba.org>
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Thu Feb 16 08:29:41 CET 2012 on sn-devel-104
source3/auth/auth_ntlmssp.c
source3/client/client.c
source3/include/smb.h
source3/lib/util_sock.c
source3/libsmb/libsmb_server.c
source3/libsmb/smbsock_connect.c
source3/nmbd/nmbd_synclists.c
source3/smbd/reply.c
source3/torture/torture.c
source3/utils/smbfilter.c
source3/winbindd/winbindd_cm.c