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
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Remove some smbd_messaging_context references from smbd_process
Volker Lendecke
2010-08-08
1
-7
/
+7
*
s3: Pass sconn to smbd_process
Volker Lendecke
2010-08-08
1
-28
/
+28
*
s3: Lift the server_messaging_context from housekeeping_fn
Volker Lendecke
2010-08-08
1
-3
/
+6
*
s3: Lift the server_messaging_context from check_reload
Volker Lendecke
2010-08-08
1
-4
/
+4
*
s3: Make check_reload() static
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Lift the server_messaging_context from update_monitored_printq_cache
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler
Volker Lendecke
2010-08-08
1
-6
/
+4
*
s3: Lift the smbd_messaging_context from smbd_sig_hup_handler
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
2010-08-08
1
-3
/
+3
*
s3: Lift the smbd_messaging_context from reload_printers
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Lift the smbd_messaging_context from nt_printing_tdb_migrate
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3: Remove some references to smbd_messaging_context()
Volker Lendecke
2010-08-07
1
-5
/
+6
*
smbd: Fix build warning
Simo Sorce
2010-07-28
1
-1
/
+1
*
s3-printing: Added automatic migration of printing tdbs.
Andreas Schneider
2010-07-27
1
-2
/
+26
*
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Pass the new server_id through reinit_after_fork
Volker Lendecke
2010-07-04
1
-1
/
+2
*
s3: Change exit on immediate socket failure.
Ira Cooper
2010-06-28
1
-4
/
+4
*
s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2
Volker Lendecke
2010-06-12
1
-2
/
+2
*
s3: Explicitly pass sconn to open_was_deferred_smb2
Volker Lendecke
2010-06-12
1
-1
/
+1
*
s3: Remove smbd_server_conn from switch_message
Volker Lendecke
2010-06-12
1
-1
/
+1
*
s3: Explicitly pass sconn to is_valid_writeX_buffer
Volker Lendecke
2010-06-12
1
-1
/
+2
*
s3: Pass sconn explicitly to reply_special
Volker Lendecke
2010-06-12
1
-1
/
+1
*
s3: Use "sconn" argument in smbd_[un]lock_socket_internal
Volker Lendecke
2010-06-12
1
-8
/
+8
*
s3: Pass sconn to init_smb_request()
Volker Lendecke
2010-06-12
1
-5
/
+7
*
s3: Add "smbd_server_connection" to smb_request
Volker Lendecke
2010-06-12
1
-0
/
+1
*
s3: Fix starving the echo responder
Volker Lendecke
2010-06-11
1
-0
/
+11
*
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
2010-06-09
1
-9
/
+18
*
Ensure we don't send SMB1 keepalives on an SMB2 connection.
Jeremy Allison
2010-06-09
1
-0
/
+6
*
s3:smbd make yp cache local.
Simo Sorce
2010-05-31
1
-3
/
+0
*
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
2010-05-28
1
-2
/
+1
*
s3: Fix a bad memleak in the async echo responder
Volker Lendecke
2010-05-27
1
-1
/
+1
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
Fix the "allow_smb2" bug being set to false that was driving me mad :-).
Jeremy Allison
2010-04-27
1
-1
/
+5
*
s3:smbd: keep local and remote tsocket_address per connection
Stefan Metzmacher
2010-04-27
1
-9
/
+63
*
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
[prev]
[next]