r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 uses
authorStefan Metzmacher <metze@samba.org>
Fri, 18 Nov 2005 12:38:39 +0000 (12:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:26 +0000 (13:46 -0500)
commit3f968be9d55986666c13f3ef4f54e8e1796b1539
tree1b3746edc2736d202d0c3d4ac70cf46ec8561137
parent509be8d902038ec2a75ece5fd28d43d73218f0b2
r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 uses
  them
- add a idtree_limit to the tcons substructure of smbsrv_connection
  this controls what the highest TID is we give away to the client
  it's UINT16_MAX (0xFFFF) for the SMB protocol

metze
(This used to be commit f3bf5a2c0947e33d4167fa4fa290968204a826e8)
source4/librpc/idl/irpc.idl
source4/smb_server/conn.c
source4/smb_server/management.c
source4/smb_server/receive.c
source4/smb_server/smb_server.h