libcli/security Provide a common, top level libcli/security/security.h
[bbaumbach/samba-autobuild/.git] / source3 / smbd / smb2_read.c
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-06-10 Jeremy AllisonImplement AIO in SMB2. Doesn't allow cancel calls yet...
2010-06-09 Jeremy AllisonSplit out the "finished read processing" code into...
2010-05-25 Jeremy AllisonStandardize debug messages for read and write.
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-07 Jeremy AllisonOnly MULTIPLE-UNLOCK test left to fix !
2010-05-05 Jeremy AllisonReturn correct error on read request on directory.
2010-05-05 Jeremy AllisonGet in_minimum and EOF errors right.
2010-05-05 Jeremy AllisonStart to pass the SMB2 read torture tests.
2010-04-06 Jeremy AllisonParameterize "smb2 max read", "smb2 max write", "smb2...
2010-04-01 Jeremy AllisonMake smbd_lock_socket/smbd_unlock_socket recursive...
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-06-24 Stefan Metzmachers3:smbd: send SMB2 interim responses for async calls
2009-06-09 Stefan Metzmachers3:smbd: skip file handle checks for SMB2 compounded...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Read on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add missing return statements to the SMB2...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_read() into tevent_req based...
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read