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