summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-16/+16
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher1-1/+5
2007-10-10r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher1-1/+32
2007-10-10r17084: implement SMB2 Cancel in the server,Stefan Metzmacher1-5/+0
2007-10-10r16989: implement SMB2 Notify in the frontendStefan Metzmacher1-1/+75
2007-10-10r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher1-4/+19
2007-10-10r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher1-1/+38
2007-10-10r16875: implement SMB2 Find in the frontendStefan Metzmacher1-5/+0
2007-10-10r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher1-2/+1
2007-10-10r16740: just say the directory is emptyStefan Metzmacher1-1/+1
2007-10-10r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher1-1/+1
2007-10-10r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher1-2/+0
2007-10-10r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher1-0/+5
2007-10-10r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher1-15/+0
2007-10-10r15771: this should be a o32s32 blobStefan 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 Metzmacher1-1/+53
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher1-0/+15
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+74