summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher1-1/+1
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher3-11/+12
2007-10-10r16733: implement SMB2 SetInfoStefan Metzmacher1-1/+16
2007-10-10r16732: use the given macrosStefan Metzmacher1-30/+5
2007-10-10r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher1-1/+1
2007-10-10r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher1-39/+8
2007-10-10r16705: fix a bug found by valgrind...Stefan Metzmacher1-2/+4
2007-10-10r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher1-2/+0
2007-10-10r16670: try to match the vista error codes a bit moreStefan Metzmacher1-4/+24
2007-10-10r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher1-5/+43
2007-10-10r16568: add parsing code for SMB2 SetInfoStefan Metzmacher1-1/+65
2007-10-10r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2-5/+5
2007-10-10r16467: implement SMB2 GetInfo server codeStefan Metzmacher1-7/+166
2007-10-10r16456: return on error...Stefan Metzmacher1-0/+2
2007-10-10r16410: remove some warnings of talloc_steal() usage without targetStefan Metzmacher1-1/+1
2007-10-10r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher3-15/+78
2007-10-10r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher1-1/+1
2007-10-10r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher1-4/+1
2007-10-10r15771: this should be a o32s32 blobStefan Metzmacher1-1/+1
2007-10-10r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher1-0/+1
2007-10-10r15769: this functions belong to params/ so move it.Stefan Metzmacher1-1/+1
2007-10-10r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher1-1/+39
2007-10-10r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher1-1/+27
2007-10-10r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher1-1/+32
2007-10-10r15754: - implement SMB2 CloseStefan Metzmacher1-1/+34
2007-10-10r15753: implement SMB2 CreateStefan Metzmacher2-1/+150
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-10r15746: - reorder elements of smb2srv_requestStefan Metzmacher1-7/+15
2007-10-10r15743: use union smb_tconStefan Metzmacher1-16/+17
2007-10-10r15742: use union smb_sessetupStefan Metzmacher1-18/+19
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 Metzmacher5-8/+17
2007-10-10r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij1-1/+1
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij1-1/+1
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij5-0/+5
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-0/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+1
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-3/+6
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+2
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-1/+1
2007-10-10r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher1-0/+53
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij3-5/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij2-0/+3