Merge commit 'release-4-0-0alpha15' into master4-tmp
[ira/wip.git] / source3 / smbd / smb2_lock.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_msec
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from smb2 receive_unlock_msg
2010-07-05 Volker Lendeckes3: Remove procid_self() from cancel_pending_lock_reque...
2010-07-05 Volker Lendeckes3: Remove procid_self() from remove_pending_lock()
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from reprocess_bloc...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from remove_pending...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from push_blocking_...
2010-07-05 Volker Lendeckes3: Remove procid_self() from push_blocking_lock_reques...
2010-06-28 Andreas Schneiders3-smbd: Make sure that status is initialized when...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from cancel_pending_lock_re...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to process_blocking_lock_queu...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from push_blocking_lock_req...
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-10 Jeremy AllisonFix the processing of unlocks followed by locks. We...
2010-05-10 Jeremy AllisonFix more of the SMB2-LOCK tests. Correctly unlock locks...
2010-05-07 Jeremy AllisonOnly MULTIPLE-UNLOCK test left to fix !
2010-05-07 Jeremy AllisonThis patch looks bigger than it is. It does 2 things...
2010-05-07 Jeremy AllisonMake us pass all SMB2 lock tests except MULTIPLE-UNLOCK...
2010-05-06 Jeremy AllisonFix cancel by close lock test.
2010-05-06 Jeremy AllisonFix more SMB2 locking. We still crash but this won...
2010-05-05 Jeremy AllisonMove to MS-FSA algorithm when checking for invalid...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-05-05 Jeremy AllisonGet closer to passing SMB2 lock test. Still crashes...
2010-05-01 Jeremy AllisonPlumb the SMB2 front end into the blocking lock backend.
2010-04-30 Jeremy AllisonCarefully label SMB1-specific locking calls.
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