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:smbprofile: track connect_count and disconnect_count
Stefan Metzmacher
2014-11-19
1
-0
/
+2
*
s3:smbprofile: report idle state of 'idle_count' and 'idle_time'
Stefan Metzmacher
2014-11-19
1
-8
/
+3
*
s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'
Stefan Metzmacher
2014-11-19
1
-1
/
+1
*
smbd: Always use uint8_t for inbuf pointer
Christof Schmitt
2014-10-04
1
-7
/
+8
*
smbd: Pass only cmd to construct_reply_common instead of complete req
Christof Schmitt
2014-10-04
1
-6
/
+5
*
s3:smbd: split out a smbd_add_connection() helper function.
Stefan Metzmacher
2014-09-19
1
-159
/
+241
*
s3:smbd: remove now unused smbd_server_connection->conn
Stefan Metzmacher
2014-09-19
1
-5
/
+0
*
s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2
Stefan Metzmacher
2014-09-19
1
-3
/
+3
*
s3:smbd: pass smbXsrv_connection to schedule_deferred_open_message_smb()
Stefan Metzmacher
2014-09-19
1
-1
/
+2
*
s3:smbd: pass smbXsrv_connection to remove_deferred_open_message_smb()
Stefan Metzmacher
2014-09-19
1
-2
/
+3
*
s3:smbd: pass smbXsrv_connection to open_was_deferred()
Stefan Metzmacher
2014-09-19
1
-1
/
+2
*
s3:smbd: move smbXsrv_{session,tcon,open} tables to smbXsrv_client
Stefan Metzmacher
2014-09-19
1
-2
/
+2
*
s3:smbd: use tevent_loop_wait() in the child process event loop
Michael Adam
2014-09-19
1
-24
/
+28
*
s3:smbd: use sconn->client->connections in keepalive_fn()
Stefan Metzmacher
2014-09-19
1
-1
/
+5
*
s3:smbd: remove now unused smbXsrv_connection->sconn
Stefan Metzmacher
2014-09-19
1
-1
/
+0
*
s3:smbd: use xconn->client->sconn in smb1_parse_chain()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: use xconn->client->sconn in construct_reply()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: use xconn->client->sconn in process_smb()
Stefan Metzmacher
2014-09-19
1
-1
/
+1
*
s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...
Stefan Metzmacher
2014-09-19
1
-17
/
+36
*
s3:smbd: pass smbXsrv_connection to construct_reply*()
Stefan Metzmacher
2014-09-19
1
-6
/
+5
*
s3:smbd: pass smbXsrv_connection to smb1_parse_chain()
Stefan Metzmacher
2014-09-19
1
-3
/
+7
*
s3:smbd: support xconn=NULL in init_smb_request()
Michael Adam
2014-09-19
1
-5
/
+6
*
s3:smbd: only pass smbXsrv_connection to fork_echo_handler()
Stefan Metzmacher
2014-09-19
1
-17
/
+12
*
s3:smbd: pass smbXsrv_connection to srv_send_smb()
Stefan Metzmacher
2014-09-19
1
-7
/
+7
*
s3:smbd: pass smbXsrv_connection to receive_smb*()
Stefan Metzmacher
2014-09-19
1
-11
/
+7
*
s3:smbd: use smbXsrv_connection_dbg() in receive_smb_talloc()
Michael Adam
2014-09-19
1
-2
/
+1
*
s3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw_talloc_partial_read()
Michael Adam
2014-09-19
1
-2
/
+1
*
s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...
Stefan Metzmacher
2014-09-09
1
-0
/
+18
*
smbd: Add padding byte to readx response
Christof Schmitt
2014-08-30
1
-1
/
+2
*
s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
Stefan Metzmacher
2014-08-06
1
-13
/
+9
*
s3:smbd: pass smbXsrv_connection to smb1 encryption functions
Stefan Metzmacher
2014-08-06
1
-4
/
+4
*
s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket_internal()
Stefan Metzmacher
2014-08-06
1
-11
/
+11
*
s3:smbd: use req->xconn in smb_request_done()
Stefan Metzmacher
2014-08-06
1
-1
/
+1
*
s3:smbd: pass smbXsrv_connection to is_valid_writeX_buffer()
Stefan Metzmacher
2014-08-06
1
-1
/
+2
*
s3:smbd: remove unused 'sconn' from valid_smb_header()
Stefan Metzmacher
2014-08-06
1
-5
/
+4
*
s3:smbd: remove unused 'sconn' from is_encrypted_packet()
Stefan Metzmacher
2014-08-06
1
-2
/
+2
*
s3:smbd: pass smbXsrv_connection to reply_special()
Stefan Metzmacher
2014-08-06
1
-1
/
+1
*
s3:smb2_negprot: remove NBT_HDR_SIZE from smbd_smb2_first_negprot()
Stefan Metzmacher
2014-08-06
1
-1
/
+3
*
s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()
Stefan Metzmacher
2014-08-06
1
-2
/
+1
*
s3:smb2_server: pass smbXsrv_connection to smbd_smb2_first_negprot()
Stefan Metzmacher
2014-08-06
1
-1
/
+1
*
s3:smbd: pass smbXsrv_connection to fd handlers
Stefan Metzmacher
2014-08-06
1
-18
/
+18
*
s3:smbd: pass smbXsrv_connection to process_smb()
Stefan Metzmacher
2014-08-06
1
-4
/
+8
*
s3:smbd: let construct_reply() also use smb_request_done()
Stefan Metzmacher
2014-08-06
1
-15
/
+6
*
s3:smbd: use smbXsrv_connection in switch_message()
Stefan Metzmacher
2014-08-06
1
-6
/
+6
*
s3:smbd: pass smbXsrv_connection to smbd_register_ips()
Stefan Metzmacher
2014-08-06
1
-9
/
+10
*
s3:smbd: rename 'conn' to 'xconn' in smbd_process()
Stefan Metzmacher
2014-08-06
1
-23
/
+23
*
s3:smbd: remember smbXsrv_connection for each smb_request
Stefan Metzmacher
2014-08-06
1
-4
/
+13
*
s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.*
Stefan Metzmacher
2014-08-06
1
-44
/
+48
*
s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state
Stefan Metzmacher
2014-08-06
1
-4
/
+6
*
s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*
Stefan Metzmacher
2014-08-06
1
-2
/
+2
[next]