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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-07
lib: Make ctdbd_register_ips return 0/errno
Volker Lendecke
1
-1
/
+6
2015-10-07
s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_low
Ralph Boehme
1
-1
/
+1
2015-09-24
smbd: Set process name for async echo handler
Christof Schmitt
1
-1
/
+1
2015-09-24
s3: Move call to prctl_set_comment to reinit_after_fork
Christof Schmitt
1
-1
/
+2
2015-07-15
async_req: check for errors when monitoring socket for readability
Uri Simchoni
1
-2
/
+2
2015-07-14
ctdbd_conn: Move release_ip handling into process.c
Volker Lendecke
1
-5
/
+18
2015-06-30
s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.
Günther Deschner
1
-1
/
+6
2015-06-11
smbd: Use new debug macros in kill-client-ip
Christof Schmitt
1
-3
/
+3
2015-05-06
Convert all uses of uint8/16/32 to _t in source3/smbd.
Richard Sharpe
1
-6
/
+6
2015-04-22
s3:smbd: use smbd_reinit_after_fork
Ralph Boehme
1
-3
/
+1
2015-03-06
s3:smbprofile: Replace sysv shmem with tdb
Volker Lendecke
1
-0
/
+25
2014-12-07
lib: Split out write_data[_iov]
Volker Lendecke
1
-0
/
+1
2014-11-19
s3:smbprofile: track connect_count and disconnect_count
Stefan Metzmacher
1
-0
/
+2
2014-11-19
s3:smbprofile: report idle state of 'idle_count' and 'idle_time'
Stefan Metzmacher
1
-8
/
+3
2014-11-19
s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'
Stefan Metzmacher
1
-1
/
+1
2014-10-04
smbd: Always use uint8_t for inbuf pointer
Christof Schmitt
1
-7
/
+8
2014-10-04
smbd: Pass only cmd to construct_reply_common instead of complete req
Christof Schmitt
1
-6
/
+5
2014-09-19
s3:smbd: split out a smbd_add_connection() helper function.
Stefan Metzmacher
1
-159
/
+241
2014-09-19
s3:smbd: remove now unused smbd_server_connection->conn
Stefan Metzmacher
1
-5
/
+0
2014-09-19
s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2
Stefan Metzmacher
1
-3
/
+3
2014-09-19
s3:smbd: pass smbXsrv_connection to schedule_deferred_open_message_smb()
Stefan Metzmacher
1
-1
/
+2
2014-09-19
s3:smbd: pass smbXsrv_connection to remove_deferred_open_message_smb()
Stefan Metzmacher
1
-2
/
+3
2014-09-19
s3:smbd: pass smbXsrv_connection to open_was_deferred()
Stefan Metzmacher
1
-1
/
+2
2014-09-19
s3:smbd: move smbXsrv_{session,tcon,open} tables to smbXsrv_client
Stefan Metzmacher
1
-2
/
+2
2014-09-19
s3:smbd: use tevent_loop_wait() in the child process event loop
Michael Adam
1
-24
/
+28
2014-09-19
s3:smbd: use sconn->client->connections in keepalive_fn()
Stefan Metzmacher
1
-1
/
+5
2014-09-19
s3:smbd: remove now unused smbXsrv_connection->sconn
Stefan Metzmacher
1
-1
/
+0
2014-09-19
s3:smbd: use xconn->client->sconn in smb1_parse_chain()
Stefan Metzmacher
1
-1
/
+1
2014-09-19
s3:smbd: use xconn->client->sconn in construct_reply()
Stefan Metzmacher
1
-1
/
+1
2014-09-19
s3:smbd: use xconn->client->sconn in process_smb()
Stefan Metzmacher
1
-1
/
+1
2014-09-19
s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...
Stefan Metzmacher
1
-17
/
+36
2014-09-19
s3:smbd: pass smbXsrv_connection to construct_reply*()
Stefan Metzmacher
1
-6
/
+5
2014-09-19
s3:smbd: pass smbXsrv_connection to smb1_parse_chain()
Stefan Metzmacher
1
-3
/
+7
2014-09-19
s3:smbd: support xconn=NULL in init_smb_request()
Michael Adam
1
-5
/
+6
2014-09-19
s3:smbd: only pass smbXsrv_connection to fork_echo_handler()
Stefan Metzmacher
1
-17
/
+12
2014-09-19
s3:smbd: pass smbXsrv_connection to srv_send_smb()
Stefan Metzmacher
1
-7
/
+7
2014-09-19
s3:smbd: pass smbXsrv_connection to receive_smb*()
Stefan Metzmacher
1
-11
/
+7
2014-09-19
s3:smbd: use smbXsrv_connection_dbg() in receive_smb_talloc()
Michael Adam
1
-2
/
+1
2014-09-19
s3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw_talloc_partial_read()
Michael Adam
1
-2
/
+1
2014-09-09
s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...
Stefan Metzmacher
1
-0
/
+18
2014-08-30
smbd: Add padding byte to readx response
Christof Schmitt
1
-1
/
+2
2014-08-06
s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
Stefan Metzmacher
1
-13
/
+9
2014-08-06
s3:smbd: pass smbXsrv_connection to smb1 encryption functions
Stefan Metzmacher
1
-4
/
+4
2014-08-06
s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket_internal()
Stefan Metzmacher
1
-11
/
+11
2014-08-06
s3:smbd: use req->xconn in smb_request_done()
Stefan Metzmacher
1
-1
/
+1
2014-08-06
s3:smbd: pass smbXsrv_connection to is_valid_writeX_buffer()
Stefan Metzmacher
1
-1
/
+2
2014-08-06
s3:smbd: remove unused 'sconn' from valid_smb_header()
Stefan Metzmacher
1
-5
/
+4
2014-08-06
s3:smbd: remove unused 'sconn' from is_encrypted_packet()
Stefan Metzmacher
1
-2
/
+2
2014-08-06
s3:smbd: pass smbXsrv_connection to reply_special()
Stefan Metzmacher
1
-1
/
+1
2014-08-06
s3:smb2_negprot: remove NBT_HDR_SIZE from smbd_smb2_first_negprot()
Stefan Metzmacher
1
-1
/
+3
[next]