s3/smbd: enable processing SMB2 requests async internally
[metze/samba/wip.git] / source3 / smbd / globals.h
2017-04-18 Ralph Boehmes3/smbd: enable processing SMB2 requests async internally
2017-04-18 Ralph Boehmes3/smbd: add file_id return arg to smbd_dirptr_lanman2_...
2017-03-26 Uri Simchonismbd: add zero_file_id flag
2016-08-23 Volker Lendeckevfs: Remove link to asys_
2016-08-23 Volker Lendeckesmbd: Add pthreadpool_tevent to smbd_server_connection
2016-07-20 Volker Lendeckesmbd: sconn->sys_notify_ctx is not used
2016-07-15 Volker Lendeckesmbd: Convert smbXsrv_open_global.tdb to new dbwrap_watch
2016-04-27 Partha SarathiFix the smb2_setinfo to handle FS info types and FSQUOT...
2016-03-21 Michael Adamsmbd:smb2: add request_counters_updated to the smbd_smb...
2016-03-03 Michael AdamsmbXsrv:open: add smb2srv_open_lookup_replay_cache()
2016-01-26 Stefan Metzmachersmbd: add smbXsrv_client.c
2016-01-26 Michael Adamsmbd:globals.h: add guid_verified to smbXsrv_connection...
2016-01-22 Ralph Boehmes3:smb2_server: add signing state tracking flags
2016-01-22 Ralph Boehmes3:smb2_server: add encryption state tracking flags
2015-11-13 Jeremy Allisons3: smbd: Remove outstanding_aio_calls from globals.
2015-11-13 Jeremy Allisons3: smbd: Remove aio_pending_size from globals.
2015-10-06 Ralph Boehmes3:smb3: rename smbd_smb2_first_negprot and pass expect...
2015-09-10 Stefan MetzmachersmbXsrv_session: factor smbXsrv_session_add_channel...
2015-07-30 Stefan MetzmachersmbXsrv_session: add smbXsrv_session_create_auth()
2015-07-30 Stefan MetzmachersmbXsrv_session: add smbXsrv_session_find_auth()
2015-07-29 Michael AdamsmbXsrv: add smb2srv_session_lookup_client().
2015-07-29 Michael AdamsmbXsrv: rename smb2srv_session_lookup -> smb2srv_sessi...
2015-07-17 Andreas Schneiders3-smbd: Remove the global dfree_broken variable
2015-07-07 Michael Adamsmbd:smb2: separate between encryption required and...
2015-05-08 Michael Adams3:smb2_negprot.c: add support SMB 3.1 negotiate contexts
2015-05-06 Stefan Metzmachers3:smbXsrv_session: add smb2srv_session_shutdown_send...
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-03-27 Richard SharpeRename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that...
2014-12-04 Volker Lendeckes3:smbd: Implementation of SMB2.1 and SMB3.0 leases.
2014-12-04 Volker Lendeckes3:smb2_server: add smbd_smb2_send_lease_break() helper...
2014-11-19 Stefan Metzmachers3:smb2_server: use async smbprofile macros
2014-10-16 Stefan Metzmachers3:smb2_negprot: remember xconn->smb2.server.cipher
2014-09-19 Stefan Metzmachers3:smbXsrv_session: add smbXsrv_session_find_channel()
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_break: pass smbXsrv_connection to smbd_smb2_sen...
2014-09-19 Stefan Metzmachers3:smb2_create: pass smbXsrv_connection to *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: remove now unused smbXsrv_connection->sconn
2014-09-19 Stefan Metzmachers3:smbd: introduce 'struct smbXsrv_client' in order...
2014-09-15 Jeremy Allisons3: smbd: Remove unneeded 'out_of_space' parameter...
2014-09-15 Jeremy Allisons3: smbd: SMB2 - change smbd_dirptr_lanman2_entry(...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
2014-08-06 Stefan Metzmachers3:smb2_server: propagate NTSTATUS from smb2_sendfile_s...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to negprot_spnego()
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:smb2_server: remember smbXsrv_connection for each...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.requests to xconn...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.*credits* to xconn...
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->smb2.server.max_* instead...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.negprot_2ff to xconn...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.send_queue* to xconn...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.request_read_state...
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->transport.fde also for smb2
2014-08-06 Stefan Metzmachers3:smbd: move libasys state from smbXsrv_connection...
2014-08-06 Stefan Metzmachers3:smbd: move xconn->msg_state to xconn->smb1.msg_state
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.unix_info.* to xconn->smb1...
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: add smbXsrv_connection_dbg()
2014-07-08 Christof Schmittsmbd: Use mutex instead of fcntl lock for echohandler...
2014-07-04 Volker Lendeckesmbd: Factor out unlocking from smbd_do_locking
2014-06-23 Ira Coopers3: Refactor smbd_smb2_request_process_negprot
2014-06-21 Volker Lendeckesmbd: Store "struct deferred_open_record" instead of...
2014-04-11 Stefan Metzmachers3:smb2_server: only allocate the required buffer in...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_generate_outbody...
2014-03-05 Stefan Metzmachers3:smb2_server: add smbd_smb2_generate_outbody() helper
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_request_setup_out()
2014-03-05 Stefan Metzmachers3:smb2_server: optimize req->in.vector allocation
2014-02-21 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2013-11-27 Stefan Metzmachers3:smb2_server: avoid calling set_current_user_info...
2013-11-27 Stefan Metzmachers3:smb2_server: generate a header blob for the sendfile...
2013-11-27 Stefan Metzmachers3:smb2_server: for performance reasons we use tevent_f...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-05 Michael Adamsmbd:smb2: successfully answer a DHnC request when...
2013-08-28 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-08-28 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-05-07 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-04-19 Jeremy AllisonAdd macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.
2013-04-19 Jeremy AllisonAdd function smbd_smb2_unread_bytes().
2013-04-18 Gregor Becks3:smbXsrv_open: add function smbXsrv_open_cleanup()
2013-02-19 Stefan Metzmachers3:smbd: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Gregor Becks3:smbXsrv_open: add smbXsrv_open_global_traverse()
2013-02-08 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2012-10-19 Gregor Becks3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
2012-10-19 Gregor Becks3:smbXsrv_session: add smbXsrv_session_global_traverse()
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-09-22 Michael Adams3:smbd:smb2: simplify smbd_smb2_request_validate(...
next