r17084: implement SMB2 Cancel in the server,
[samba.git] / source4 / smb_server / smb2 / fileio.c
2007-10-10 Stefan Metzmacherr17084: implement SMB2 Cancel in the server,
2007-10-10 Stefan Metzmacherr16989: implement SMB2 Notify in the frontend
2007-10-10 Stefan Metzmacherr16918: the SMB2 Ioctls are sometimes called with a...
2007-10-10 Stefan Metzmacherr16889: implement SMB2 Ioctl in the frontend
2007-10-10 Stefan Metzmacherr16875: implement SMB2 Find in the frontend
2007-10-10 Stefan Metzmacherr16869: - if we know the blob length, we can preallocat...
2007-10-10 Stefan Metzmacherr16740: just say the directory is empty
2007-10-10 Stefan Metzmacherr16731: send a better error code, required for vista...
2007-10-10 Stefan Metzmacherr16699: the layout of SMB2 Read and Write is identical...
2007-10-10 Stefan Metzmacherr16520: move smb2srv_break_recv back to fileio.c
2007-10-10 Stefan Metzmacherr16407: add parsing code the SMB2 GetInfo in the server
2007-10-10 Stefan Metzmacherr15771: this should be a o32s32 blob
2007-10-10 Stefan Metzmacherr15760: - add RAW_READ_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs...
2007-10-10 Stefan Metzmacherr15757: - add RAW_WRITE_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15754: - implement SMB2 Close
2007-10-10 Stefan Metzmacherr15753: implement SMB2 Create
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Stefan Metzmacherr12092: - add dummy functions for the missing SMB2...
2007-10-10 Stefan Metzmacherr11789: - add the start of a SMB2 server