Plumb SMB2 stubs into all the places we defer SMB1 operations.
[ira/wip.git] / source3 / smbd / smb2_lock.c
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-09 Jeremy AllisonStop smb2 from calling into smb1 blocking lock request...
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-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-10 Tim Proutys3 smb2: Remove unused variable
2009-07-10 Stefan Metzmachers3:smbd: add support for SMB2 Lock
2009-07-10 Stefan Metzmachers3:smbd: pass down the client pid to smbd_smb2_lock_send()
2009-07-10 Stefan Metzmachers3:smbd: fix parsing of SMB2 Lock requests with lock_co...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Lock support