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
*
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
*
write_data already guarantees everything was written
Volker Lendecke
2009-04-12
1
-9
/
+6
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-15
/
+35
*
s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...
Stefan Metzmacher
2009-03-23
1
-1
/
+1
*
make receive_smb_raw_talloc more readable
Tim Prouty
2009-02-16
1
-4
/
+4
*
Noted by Vericode analysis. Correctly use chroot().
Jeremy Allison
2009-02-13
1
-1
/
+5
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
1
-16
/
+45
*
Fix memleaks in chain_reply for async requests
Volker Lendecke
2009-02-07
1
-0
/
+2
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
1
-2
/
+24
*
s3:smbd: make kernel oplocks event driven
Stefan Metzmacher
2009-01-27
1
-74
/
+0
*
s3:smbd: remove pointless respond_to_all_remaining_local_messages() function
Stefan Metzmacher
2009-01-27
1
-25
/
+0
*
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
Stefan Metzmacher
2009-01-27
1
-14
/
+51
*
s3:smbd: move all code that handles a client connection into smbd_process()
Stefan Metzmacher
2009-01-27
1
-6
/
+218
*
Fix chain_reply for pipe reads
Volker Lendecke
2009-01-25
1
-1
/
+11
*
s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
2009-01-22
1
-23
/
+2
*
s3:smbd: restructure kernel oplocks code
Stefan Metzmacher
2009-01-22
1
-38
/
+6
*
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2009-01-22
1
-6
/
+4
*
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
2009-01-20
1
-2
/
+0
*
s3:smbd: call message_dispatch() before processing incoming PDUs
Stefan Metzmacher
2009-01-20
1
-0
/
+6
*
remove the old chain_reply code
Volker Lendecke
2009-01-16
1
-214
/
+4
*
Correctly calculate the offset for read&x
Volker Lendecke
2009-01-16
1
-0
/
+19
*
Add a new implementation of chain_reply
Volker Lendecke
2009-01-16
1
-0
/
+217
*
Fix a type-punned error
Volker Lendecke
2009-01-10
1
-1
/
+1
*
Fix a C++ warning
Volker Lendecke
2009-01-10
1
-2
/
+2
*
s3:smbd: handle incoming smb requests via event handlers
Stefan Metzmacher
2009-01-09
1
-108
/
+155
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-31
/
+1
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-10
/
+17
*
Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.
Jeremy Allison
2009-01-04
1
-1
/
+1
*
Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smb
Volker Lendecke
2008-12-31
1
-11
/
+13
*
Remove the direct inbuf reference from construct_reply_common()
Volker Lendecke
2008-12-19
1
-8
/
+11
*
Make "construct_reply_common" static
Volker Lendecke
2008-11-08
1
-1
/
+3
*
Fix the build
Volker Lendecke
2008-11-05
1
-1
/
+1
*
Make "inbuf" a talloc child of "smb_request" for normal smb requests
Volker Lendecke
2008-11-04
1
-3
/
+2
[next]