r26672: Janitorial: Remove uses of global_loadparm.
[kai/samba-autobuild/.git] / source4 / smb_server / smb2 / fileio.c
2008-01-05 Jelmer Vernooijr26672: Janitorial: Remove uses of global_loadparm.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25551: Convert to standard bool type.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22866: handle incoming chained smb2 requests in our...
2007-10-10 Stefan Metzmacherr22843: pass smb2 lock requests to the ntvfs layer
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