s3:smbprofile: Replace sysv shmem with tdb
[samba.git] / source3 / smbd / process.c
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...
2013-06-11 Volker Lendeckesmbd: Fix a const warning
2013-06-11 Volker Lendeckesmbd: Fix a const warning
2013-05-14 Volker Lendeckesmbd: Remove a pointless variable
2013-04-26 Volker Lendeckesmbd: Ignore OPEN_RETRY and BREAK_RESPONSE
2013-04-19 Christian Ambachs3:smbd stop working on a dead client socket
2013-04-19 Christian Ambachs3:smbd increase a loglevel
2013-04-19 Volker Lendeckesmbd: Fix signing when the async echo handler kicks in
2013-03-20 Jeremy Allisons3:smbd: Fix off-by 4 error in wrap protection code...
2013-03-20 Stefan Metzmachers3:smbd: add some const to req_is_in_chain()
2013-03-15 Andrew Bartletts3-smbd/process.c: Cast pid_t result to int for GNU...
2013-02-19 Stefan Metzmachers3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_...
2013-02-19 Stefan Metzmachers3:smbd: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:smbd: s/EVENT_FD/TEVENT_FD
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2013-01-30 Volker Lendeckesmbd: Fix a typo
2013-01-08 Volker Lendeckesmbd: Fix bug 9549 -- Memleak in the async echo handler
next