index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
blocking.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3/smbd: change locking behavior when "lock spin time = 0".
Steven Danneman
2010-02-12
1
-1
/
+1
*
Fix trailing whitespace errors I added (sorry).
Jeremy Allison
2010-02-05
1
-2
/
+2
*
s3-brlock: add a minimim retry time for pending blocking locks
Andrew Tridgell
2010-02-05
1
-0
/
+20
*
Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ...
Jeremy Allison
2009-10-26
1
-6
/
+9
*
Fix bug 6828 - infinite timeout occurs when byte lock held outside of samba
Jeremy Allison
2009-10-20
1
-8
/
+18
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-7
/
+8
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-3
/
+2
*
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
Zack Kirsch
2009-02-13
1
-48
/
+59
*
Remove typedef struct blocking_lock_record and move references to struct bloc...
Zack Kirsch
2009-02-13
1
-19
/
+19
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
1
-2
/
+4
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
1
-6
/
+1
*
Add a new implementation of chain_reply
Volker Lendecke
2009-01-16
1
-6
/
+0
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-15
/
+6
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-2
/
+2
*
Do not write into inbuf for the transs request
Volker Lendecke
2008-11-08
1
-1
/
+0
*
Remove the change to the user context in process_blocking_lock_queue()
Volker Lendecke
2008-11-08
1
-76
/
+8
*
Convert blocking.c to store a smb_request instead of just inbuf
Volker Lendecke
2008-11-04
1
-88
/
+54
*
Simplify logic of cancel_pending_lock_requests_by_fid()
Volker Lendecke
2008-11-04
1
-20
/
+18
*
Slightly simplify logic in process_lockingX()
Volker Lendecke
2008-11-04
1
-7
/
+8
*
Slightly simplify logic in remove_pending_lock_requests_by_mid()
Volker Lendecke
2008-11-04
1
-13
/
+21
*
Slightly simplify logic in cancel_pending_lock_requests_by_fid()
Volker Lendecke
2008-11-04
1
-20
/
+24
*
Convert blocking.c to use talloc
Volker Lendecke
2008-11-04
1
-23
/
+15
*
Make "inbuf" a talloc child of "smb_request" for normal smb requests
Volker Lendecke
2008-11-04
1
-0
/
+2
*
Fix nonempty blank lines
Volker Lendecke
2008-11-03
1
-14
/
+14
*
Remove some inbuf references by adding "cmd" to smb_request
Volker Lendecke
2008-11-02
1
-1
/
+1
*
Apply some const to get_lock_*()
Volker Lendecke
2008-11-01
1
-4
/
+6
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-12
/
+12
*
Remove the chain_fsp global
Volker Lendecke
2008-10-13
1
-1
/
+0
*
Some more talloc_tos()
Volker Lendecke
2008-01-10
1
-5
/
+5
*
Fix %d / size_t printf arg missmatch.
Jeremy Allison
2008-01-05
1
-2
/
+2
*
Fix interesting bug found with make valgrindtest. When cancelling
Jeremy Allison
2008-01-04
1
-10
/
+14
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-13
/
+21
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
1
-2
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-15
/
+15
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r24791: Fix logic error in timeout of blocking lock processing found by
Jeremy Allison
2007-10-10
1
-22
/
+29
*
r24702: Remove the old API pointers
Volker Lendecke
2007-10-10
1
-3
/
+1
*
r24404: Remove get_OutBuffer usage from blocking.c
Volker Lendecke
2007-10-10
1
-27
/
+14
*
r24163: Remove the send_trans2_replies_new wrapper
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24160: process_trans2 in smbd/blocking.c used send_trans2_replies.
Volker Lendecke
2007-10-10
1
-6
/
+11
*
r24070: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-2
/
+2
*
r23015: Make message_(de)register static to messages.c
Volker Lendecke
2007-10-10
1
-19
/
+24
*
r23014: For all branches, ensure that if we're blocked on a POSIX
Jeremy Allison
2007-10-10
1
-4
/
+21
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
2007-10-10
1
-4
/
+7
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-3
/
+3
[next]