s3:smbd: Implementation of SMB2.1 and SMB3.0 leases.
[obnox/samba/samba-obnox.git] / source3 / smbd / globals.h
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(...
2012-09-14 Jeremy AllisonAdd 'bool use_privs' to smbd_calculate_access_mask().
2012-09-13 Jeremy AllisonSigh :-(. Removing optimization prematurely is the...
2012-09-12 Jeremy AllisonRemove ancient "optimization" global LastDir.
2012-09-08 Stefan Metzmachers3:smbXsrv_open: add smb2srv_open_recreate() to support...
2012-08-23 Stefan Metzmachers3:smb2_break: encrypt OPLOCK BREAK notifications
2012-08-17 Stefan Metzmachers3:smb2_server: add SMB3 encryption support
2012-08-09 Stefan Metzmachers3:smb2_server: add smbd_smb2_request->do_encryption
2012-08-07 Stefan Metzmachers3:smb2_server: fix SMB2 signing of compound responses
2012-08-07 Stefan Metzmachers3:smb2_server: add some more SMBD_SMB2_* defines/macros
2012-08-06 Stefan Metzmachers3:smb2_server: make use of smbd_smb2_inbuf_parse_compo...
2012-08-06 Stefan Metzmachers3:smb2_server: remove const from smbd_smb2_first_negprot()
2012-08-05 Stefan Metzmachers3:smbd: add helper macros to access smb2req->{in,out...
2012-07-25 Stefan Metzmachers3:smb2_server: simplify the talloc_pool handling for...
2012-07-18 Volker Lendeckes3: Add a _nosync version of smb2_write_complete
2012-07-18 Volker Lendeckes3: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3: Add vfs_aio_posix
2012-07-18 Volker Lendeckes3: Remove the unused completion handling from aio.c
2012-07-18 Volker Lendeckes3: Properly handle shutdown with the _send/_recv based aio
2012-07-03 Michael Adams3:smbd:smb2: change smbXsrv_session0 to smbXsrv_sessio...
2012-06-30 Jeremy AllisonMake schedule_deferred_open_message_smb2() return an...
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-29 Stefan Metzmachers3:smbd: add smbXsrv_open* infrastructure
2012-06-28 Stefan Metzmachers3:smb2_server: implement credit granting similar to...
2012-06-28 Stefan Metzmachers3:smb2_server: make sure we don't grant more credits...
2012-06-25 Stefan Metzmachers3:smbXsrv_session: add smb2srv_session_close_previous_...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_session for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
next