summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* r17084: implement SMB2 Cancel in the server,Stefan Metzmacher2007-10-101-5/+0
* r16989: implement SMB2 Notify in the frontendStefan Metzmacher2007-10-101-1/+75
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-101-4/+19
* r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher2007-10-101-1/+38
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-101-5/+0
* r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher2007-10-101-2/+1
* r16740: just say the directory is emptyStefan Metzmacher2007-10-101-1/+1
* r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2007-10-101-1/+1
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-2/+0
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-101-0/+5
* r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher2007-10-101-15/+0
* r15771: this should be a o32s32 blobStefan 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-101-1/+53
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-101-0/+15
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-101-0/+74