Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for SMB2...
[abartlet/samba.git/.git] / source3 / smbd / smb2_tcon.c
2010-10-19 Jeremy AllisonMove tcons.num_open from smb1 to sconn->num_tcons_open...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-08-30 Volker Lendeckes3: Fix some uninitialized variable warnings
2010-05-21 Jeremy AllisonMake DFS work over SMB2.
2010-05-20 Jeremy AllisonFix connecting to [homes] share over SMB2.
2010-05-07 Jeremy AllisonWhen tearing down the connection make sure we close...
2010-05-07 Jeremy AllisonFix crash in cancel-tdis lock test. Correctly shut...
2010-04-27 Jeremy AllisonCorrectly report share types (now Win7 makes RPC calls...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-07 Jeremy AllisonOn compound requests, MS-SMB2 says clients MAY use...
2010-02-25 Jeremy AllisonMake conn_close_all() safe to call from SMB2 sessions...
2009-12-06 Christian Ambachstreamline some log levels for invalid servicenames
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-12 Stefan Metzmachers3:smbd: make sure we don't call conn_free() with a...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-06-04 Stefan Metzmachers3:smbd: call set_current_service() when a SMB2 tcon...
2009-06-03 Stefan Metzmachers3:smbd: return more details in the SMB2 Tree Connect...
2009-06-03 Stefan Metzmachers3:smbd: create a connection_struct in SMB2 Tree Connect
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Disconnect
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Connect