summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/tcon.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31s4:smb_server/smb2: always grant the requested creditsStefan Metzmacher1-9/+0
2010-12-01s4-smb_server Return why the ntvfs_connect() failed.Andrew Bartlett1-1/+1
2010-04-27s4:smb_server: pass tsocket_addresses to the ntvfs layerStefan Metzmacher1-2/+4
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-2/+2
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-3/+0
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott1-7/+7
2008-06-02more updates for new info levelsAndrew Tridgell1-1/+1
2008-03-06ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher1-0/+4
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell1-0/+5
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+2
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-17/+11
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell1-11/+11
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-0/+2
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-5/+5
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23045: forward SMB2 oplock breaks to the clientStefan Metzmacher1-2/+49
2007-10-10r23044: - use uint32_t for handle id'sStefan Metzmacher1-12/+18
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher1-0/+11
2007-10-10r17360: add some commentsStefan Metzmacher1-3/+23
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-13/+14
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher1-1/+0
2007-10-10r16913: better return the same values as vista beta2Stefan Metzmacher1-2/+16
2007-10-10r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher1-2/+2
2007-10-10r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher1-1/+1
2007-10-10r16910: - don't search the wildcard handleStefan Metzmacher1-0/+8
2007-10-10r16732: use the given macrosStefan Metzmacher1-30/+5
2007-10-10r15769: this functions belong to params/ so move it.Stefan Metzmacher1-1/+1
2007-10-10r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher1-4/+4
2007-10-10r15749: - pass in a dummy oplock callbackStefan Metzmacher1-4/+118
2007-10-10r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher1-5/+105
2007-10-10r15743: use union smb_tconStefan Metzmacher1-16/+17
2007-10-10r15535: fix the buildStefan Metzmacher1-0/+1
2007-10-10r15533: with this vista does a fine SMB2 TreeConnect against samba4Stefan Metzmacher1-4/+4
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-2/+2
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-0/+1
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-1/+1
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher1-1/+1
2007-10-10r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher1-2/+122
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+34