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
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow smb2 create requests to be cancelled.
Jeremy Allison
2010-04-23
1
-0
/
+2
*
Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.
Jeremy Allison
2010-04-22
1
-4
/
+4
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-33
/
+40
*
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
2010-04-09
1
-19
/
+65
*
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
2010-04-08
1
-0
/
+1
*
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
Jeremy Allison
2010-04-07
1
-0
/
+6
*
Move initialize_async_io_handler() inside of smbd/aio.c.
Jeremy Allison
2010-04-01
1
-3
/
+0
*
Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.
Jeremy Allison
2010-03-31
1
-40
/
+38
*
s3:smbd: handle SMB2 in deadtime_fn() and avoid disconnecting non idle clients
Stefan Metzmacher
2010-03-31
1
-1
/
+13
*
s3: Implement an asynchronous echo responder process
Volker Lendecke
2010-03-22
1
-19
/
+478
*
s3:smbd: don't allow SMB2 if the async echo handler is active
Stefan Metzmacher
2010-03-22
1
-1
/
+2
*
s3:smbd: don't use recvfile if the echo handler is active
Stefan Metzmacher
2010-03-22
1
-1
/
+2
*
s3:smbd: pass down trusted_channel via receive_smb_talloc()
Stefan Metzmacher
2010-03-22
1
-3
/
+5
*
s3:smbd: send keepalive packets under the socket lock
Stefan Metzmacher
2010-03-22
1
-1
/
+16
*
s3:smbd: smbd_[un]lock_socket() while accessing the socket to the client
Stefan Metzmacher
2010-03-22
1
-1
/
+24
*
s3:smbd: add smbd_[un]lock_socket() dummies
Stefan Metzmacher
2010-03-22
1
-0
/
+10
*
s3:smbd: add an option to skip signings checks srv_check_sign_mac for trusted...
Stefan Metzmacher
2010-03-22
1
-1
/
+1
*
s3: Make init_smb_request return bool
Volker Lendecke
2010-03-11
1
-5
/
+10
*
s3: Fix a NULL pointer dereference
Volker Lendecke
2010-03-09
1
-1
/
+10
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-01-23
1
-3
/
+3
*
s3: Initialize the seqnum in "init_smb_request"
Volker Lendecke
2010-01-21
1
-4
/
+4
*
s3: Make "init_smb_request" static to process.c
Volker Lendecke
2010-01-21
1
-4
/
+2
*
s3: Move smb_splice_chain to smbd/process.c, its only user
Volker Lendecke
2009-12-22
1
-0
/
+174
*
Rename reply_doserror() -> reply_force_doserror().
Jeremy Allison
2009-12-21
1
-2
/
+2
*
Remove all calls to reply_doserror - turn them into
Jeremy Allison
2009-12-21
1
-4
/
+4
*
s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.
Günther Deschner
2009-11-26
1
-1
/
+0
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+15
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-1
/
+0
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-0
/
+1
*
Fix for CVE-2009-2906.
Jeremy Allison
2009-10-01
1
-5
/
+25
*
s3 onefs: Add some debugging/asserts to give more info when there is bad defe...
Zack Kirsch
2009-09-24
1
-0
/
+2
*
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
2009-09-06
1
-2
/
+2
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
1
-0
/
+3
*
Fix a valgrind error in chain_reply
Volker Lendecke
2009-07-27
1
-3
/
+10
*
In chain_reply, copy the subrequests' error to the main request
Volker Lendecke
2009-07-24
1
-0
/
+15
*
Move the initialization of smbd_server_conn from smbd/process,
Jeremy Allison
2009-07-17
1
-5
/
+0
*
Revert this commit :
Jeremy Allison
2009-07-14
1
-56
/
+2
*
s3: Make smbd aware of permission change of usershare. Since usershare are re...
Bo Yang
2009-07-15
1
-2
/
+56
*
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
2009-06-22
1
-0
/
+9
*
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-3
/
+7
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-1
/
+12
*
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-2
/
+7
*
s3:smbd: move already_got_session to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-0
/
+2
*
s3:smbd: move max_recv to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-1
/
+1
*
s3:smbd: allow SMB2 only if we don't use security = share
Stefan Metzmacher
2009-06-03
1
-1
/
+2
*
s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection
Stefan Metzmacher
2009-05-26
1
-9
/
+9
*
s3:smbd: add infrastructure for SMB2 support
Stefan Metzmacher
2009-05-20
1
-0
/
+12
*
s3: Fix chained sesssetupAndX/tconn messages
Tim Prouty
2009-05-08
1
-0
/
+7
*
s3:smbd: fix the fix for mapped IPv4 address handling in release_ip().
Michael Adam
2009-05-08
1
-2
/
+2
*
s3: make release_ip() call (ctdb) cope with IPv4 mapped addresses
Michael Adam
2009-05-08
1
-1
/
+8
[prev]
[next]