r17206: Add a modular API for share configuration.
[kai/samba.git] / source4 / smb_server / smb2 / tcon.c
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Stefan Metzmacherr16950: remove the smb mid from the ntvfs layer and...
2007-10-10 Stefan Metzmacherr16913: better return the same values as vista beta2
2007-10-10 Stefan Metzmacherr16912: I messed up the numbers for ipc and print shares...
2007-10-10 Stefan Metzmacherr16911: the TID is only 32 bits...don't overwrite parts...
2007-10-10 Stefan Metzmacherr16910: - don't search the wildcard handle
2007-10-10 Stefan Metzmacherr16732: use the given macros
2007-10-10 Stefan Metzmacherr15769: this functions belong to params/ so move it.
2007-10-10 Stefan Metzmacherr15751: thanks to talloc_get_type() I noticed that...
2007-10-10 Stefan Metzmacherr15749: - pass in a dummy oplock callback
2007-10-10 Stefan Metzmacherr15748: - implement SMB2 TreeConnect server code
2007-10-10 Stefan Metzmacherr15743: use union smb_tcon
2007-10-10 Stefan Metzmacherr15535: fix the build
2007-10-10 Stefan Metzmacherr15533: with this vista does a fine SMB2 TreeConnect...
2007-10-10 Stefan Metzmacherr15532: add a BOOL body_dynamic_present, because the...
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Stefan Metzmacherr12102: for SMB2 we need to allocate tcons per session
2007-10-10 Stefan Metzmacherr12094: - implement dummy smb2srv_tcon()
2007-10-10 Stefan Metzmacherr11789: - add the start of a SMB2 server