index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
1
-1
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Remove smbd_server_conn from smb2 receive_unlock_msg
Volker Lendecke
2010-10-03
1
-1
/
+9
*
s3: Remove procid_self() from cancel_pending_lock_requests_by_fid_smb2()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove procid_self() from remove_pending_lock()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove smbd_messaging_context() from reprocess_blocked_smb2_lock()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove smbd_messaging_context() from remove_pending_lock()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove smbd_messaging_context() from push_blocking_lock_request_smb2()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove procid_self() from push_blocking_lock_request_smb2()
Volker Lendecke
2010-07-05
1
-2
/
+2
*
s3-smbd: Make sure that status is initialized when used.
Andreas Schneider
2010-06-28
1
-1
/
+1
*
s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid_smb2
Volker Lendecke
2010-06-12
1
-1
/
+1
*
s3: Explicitly pass sconn to process_blocking_lock_queue_smb2
Volker Lendecke
2010-06-12
1
-3
/
+3
*
s3: Remove smbd_server_conn from push_blocking_lock_request_smb2
Volker Lendecke
2010-06-12
1
-1
/
+1
*
(Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...
Jeremy Allison
2010-05-19
1
-1
/
+1
*
Fix the processing of unlocks followed by locks. We now pass SMB2-LOCK test.
Jeremy Allison
2010-05-10
1
-9
/
+5
*
Fix more of the SMB2-LOCK tests. Correctly unlock locks on error.
Jeremy Allison
2010-05-10
1
-3
/
+19
*
Only MULTIPLE-UNLOCK test left to fix !
Jeremy Allison
2010-05-07
1
-1
/
+1
*
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...
Jeremy Allison
2010-05-07
1
-14
/
+14
*
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...
Jeremy Allison
2010-05-07
1
-2
/
+8
*
Fix cancel by close lock test.
Jeremy Allison
2010-05-06
1
-24
/
+36
*
Fix more SMB2 locking. We still crash but this won't last :-).
Jeremy Allison
2010-05-06
1
-45
/
+96
*
Move to MS-FSA algorithm when checking for invalid lock range.
Jeremy Allison
2010-05-05
1
-7
/
+0
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
Get closer to passing SMB2 lock test. Still crashes but we get further.
Jeremy Allison
2010-05-05
1
-24
/
+32
*
Plumb the SMB2 front end into the blocking lock backend.
Jeremy Allison
2010-04-30
1
-18
/
+454
*
Carefully label SMB1-specific locking calls.
Jeremy Allison
2010-04-29
1
-0
/
+5
*
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
2010-04-09
1
-1
/
+1
*
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
2010-04-08
1
-0
/
+20
*
s3:smbd: implement SMB2 Cancel correctly.
Stefan Metzmacher
2009-08-17
1
-5
/
+1
*
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2009-08-12
1
-1
/
+1
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
1
-4
/
+4
*
s3 smb2: Remove unused variable
Tim Prouty
2009-07-10
1
-1
/
+0
*
s3:smbd: add support for SMB2 Lock
Stefan Metzmacher
2009-07-10
1
-1
/
+151
*
s3:smbd: pass down the client pid to smbd_smb2_lock_send()
Stefan Metzmacher
2009-07-10
1
-0
/
+6
*
s3:smbd: fix parsing of SMB2 Lock requests with lock_count > 1
Stefan Metzmacher
2009-07-10
1
-10
/
+13
*
s3:smbd: add marshalling layer for SMB2 Lock support
Stefan Metzmacher
2009-07-02
1
-0
/
+229