summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileio.c
AgeCommit message (Expand)AuthorFilesLines
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