summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2
Commit message (Expand)AuthorAgeFilesLines
* r15771: this should be a o32s32 blobStefan Metzmacher2007-10-101-1/+1
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-101-1/+1
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+39
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-101-1/+27
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+32
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-101-1/+34
* r15753: implement SMB2 CreateStefan Metzmacher2007-10-102-1/+150
* 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
* r15746: - reorder elements of smb2srv_requestStefan Metzmacher2007-10-101-7/+15
* r15743: use union smb_tconStefan Metzmacher2007-10-101-16/+17
* r15742: use union smb_sessetupStefan Metzmacher2007-10-101-18/+19
* 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-105-8/+17
* r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2007-10-101-1/+1
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-101-1/+1
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-105-0/+5
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-0/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-1/+1
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-101-3/+6
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+2
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-1/+1
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-101-0/+53
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-5/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+3
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+2
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2007-10-101-6/+6
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-103-5/+7
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2007-10-101-0/+46
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
* r12093: add missing fileStefan Metzmacher2007-10-101-0/+74
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-105-12/+82
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-101-1/+1
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-107-0/+803