s3: smbd: Change canonicalize_ea_name() to take a const smb_filename * parameter...
[sfrench/samba-autobuild/.git] / source3 / smbd / process.c
2016-02-13 Andreas Schneidersmbd: Simplify chroot option in smbd
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-01-26 Michael Adamsmbd:process: use smbXsrv_client_create.
2016-01-26 Michael Adamsmbd:process: treat initialized table in smbXsrv_connec...
2016-01-22 Ralph Boehmesmbstatus: add support for SMB1 signing and CIFS UNIX...
2015-12-23 Jeremy Allisons3: smbd: VFS change. Add new field bool posix_pathname...
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-10-07 Volker Lendeckelib: Make ctdbd_register_ips return 0/errno
2015-10-06 Ralph Boehmes3:smb3: rename smbd_smb2_first_negprot and pass expect...
2015-09-24 Christof Schmittsmbd: Set process name for async echo handler
2015-09-24 Christof Schmitts3: Move call to prctl_set_comment to reinit_after_fork
2015-07-15 Uri Simchoniasync_req: check for errors when monitoring socket...
2015-07-14 Volker Lendeckectdbd_conn: Move release_ip handling into process.c
2015-06-30 Günther Deschners3-smbd: reset protocol in smbXsrv_connection_init_tabl...
2015-06-11 Christof Schmittsmbd: Use new debug macros in kill-client-ip
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-04-22 Ralph Boehmes3:smbd: use smbd_reinit_after_fork
2015-03-06 Volker Lendeckes3:smbprofile: Replace sysv shmem with tdb
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-11-19 Stefan Metzmachers3:smbprofile: track connect_count and disconnect_count
2014-11-19 Stefan Metzmachers3:smbprofile: report idle state of 'idle_count' and...
2014-11-19 Stefan Metzmachers3:smbprofile: count all SMB1 and SMB2 requests as...
2014-10-03 Christof Schmittsmbd: Always use uint8_t for inbuf pointer
2014-10-03 Christof Schmittsmbd: Pass only cmd to construct_reply_common instead...
2014-09-19 Stefan Metzmachers3:smbd: split out a smbd_add_connection() helper function.
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbd_server_connection-...
2014-09-19 Stefan Metzmachers3:smb2_create: pass smbXsrv_connection to *deferred...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to schedule_deferred_o...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to remove_deferred_ope...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: move smbXsrv_{session,tcon,open} tables to...
2014-09-19 Michael Adams3:smbd: use tevent_loop_wait() in the child process...
2014-09-19 Stefan Metzmachers3:smbd: use sconn->client->connections in keepalive_fn()
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbXsrv_connection->sconn
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in smb1_parse_chain()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in construct_reply()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in process_smb()
2014-09-19 Stefan Metzmachers3:smbd: introduce 'struct smbXsrv_client' in order...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to construct_reply*()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smb1_parse_chain()
2014-09-19 Michael Adams3:smbd: support xconn=NULL in init_smb_request()
2014-09-19 Stefan Metzmachers3:smbd: only pass smbXsrv_connection to fork_echo_hand...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to receive_smb*()
2014-09-19 Michael Adams3:smbd: use smbXsrv_connection_dbg() in receive_smb_ta...
2014-09-19 Michael Adams3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw...
2014-09-09 Stefan Metzmachers3:smbd: close the connection if the client doesn't...
2014-08-29 Christof Schmittsmbd: Add padding byte to readx response
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smb1 encryption...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_[un]lock_socke...
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in smb_request_done()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to is_valid_writeX_buf...
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' from valid_smb_header()
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' from is_encrypted_packet()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to reply_special()
2014-08-06 Stefan Metzmachers3:smb2_negprot: remove NBT_HDR_SIZE from smbd_smb2_fir...
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_smb2_fi...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to fd handlers
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to process_smb()
2014-08-06 Stefan Metzmachers3:smbd: let construct_reply() also use smb_request_done()
2014-08-06 Stefan Metzmachers3:smbd: use smbXsrv_connection in switch_message()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_register_ips()
2014-08-06 Stefan Metzmachers3:smbd: rename 'conn' to 'xconn' in smbd_process()
2014-08-06 Stefan Metzmachers3:smbd: remember smbXsrv_connection for each smb_request
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.echo_handler.* to xconn-...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.sessions.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.negprot.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->status to xconn->transport.status
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.fde to xconn->transport.fde
2014-08-06 Stefan Metzmachers3:smbd: move sconn->sock to xconn->transport.sock
2014-08-06 Stefan Metzmachers3:smbd: move sconn->nbt.* to xconn->transport.nbt.*
2014-08-06 Stefan Metzmachers3:smbd: avoid get_peer_addr() and use smbXsrv_connecti...
2014-08-06 Stefan Metzmachers3:smbd: add smbXsrv_connection_dbg()
2014-07-24 Stefan Metzmachers3:smbd: remove unused client_get_tcp_info()
2014-07-24 Stefan Metzmachers3:smbd: avoid using client_get_tcp_info()
2014-07-08 Christof Schmittsmbd: Use mutex instead of fcntl lock for echohandler...
2014-06-21 Volker Lendeckesmbd: Store "struct deferred_open_record" instead of...
2014-04-02 Stefan Metzmachers3:smbd: avoid compiler warnings in smbd_tevent_trace_c...
2014-03-24 Stefan Metzmachers3:build: remove global CLUSTER_SUPPORT define
2014-03-05 Stefan Metzmachers3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE
2014-03-05 Stefan Metzmachers3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER...
2014-03-05 Stefan Metzmachers3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()
2014-02-21 Stefan Metzmachers3:smbd: avoid invalid lock_order panic triggered by...
2014-02-21 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2014-02-21 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-02-08 Garming Samparam: rename lp function and variable from "rootdir...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from 'lockdir...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_den...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_al...
2014-01-06 Volker Lendeckesmbd: Make "num_children" available by smbcontrol
2013-12-14 Stefan Metzmachers3:smbd: avoid calling fd_is_readable() without async...
2013-12-12 Christian Ambachs3:smbd react on message that client should be disconnected
2013-11-27 Stefan Metzmachers3:smb2_server: avoid calling set_current_user_info...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-18 Volker Lendeckesmbd: Fix CID 1063259 Uninitialized scalar variable
2013-08-03 Richard SharpeThere are tests all over the SMB1 code to check that...
next