summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2/tcon.c
Commit message (Expand)AuthorAgeFilesLines
* r17360: add some commentsStefan Metzmacher2007-10-101-3/+23
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-13/+14
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-1/+0
* r16913: better return the same values as vista beta2Stefan Metzmacher2007-10-101-2/+16
* r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher2007-10-101-2/+2
* r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher2007-10-101-1/+1
* r16910: - don't search the wildcard handleStefan Metzmacher2007-10-101-0/+8
* r16732: use the given macrosStefan Metzmacher2007-10-101-30/+5
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-101-1/+1
* r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher2007-10-101-4/+4
* r15749: - pass in a dummy oplock callbackStefan Metzmacher2007-10-101-4/+118
* r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher2007-10-101-5/+105
* r15743: use union smb_tconStefan Metzmacher2007-10-101-16/+17
* r15535: fix the buildStefan Metzmacher2007-10-101-0/+1
* r15533: with this vista does a fine SMB2 TreeConnect against samba4Stefan Metzmacher2007-10-101-4/+4
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-0/+1
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-1/+1
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-101-1/+1
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-101-0/+34