smbd: Store "struct deferred_open_record" instead of anonymous data on pml
[sfrench/samba-autobuild/.git] / source3 / smbd / globals.h
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...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of the smbXsrv_session...
2012-06-25 Stefan Metzmachers3:smbd: add smbXsrv_tcon infrastructure
2012-06-25 Stefan Metzmachers3:smbd: add smbXsrv_session infrastructure
2012-06-25 Stefan Metzmachers3:smbd: add smbXsrv_version_* infrastructure
2012-06-20 Stefan Metzmachers3:smbd: fix the build with the --with-profiling-data...
2012-06-15 Stefan Metzmachers3:smb2_server: remember the request_time on an incomin...
2012-06-06 Stefan Metzmachers3:smbd: change user_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: change conn_ctx->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: move struct user_struct to globals.h
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-06-06 Andrew Bartlettbuild: Rationalise AIO support in configure, ensure...
2012-05-25 Stefan Metzmachers3:smbd: move global smbd_msg_state to smbXsrv_connection
2012-05-25 Stefan Metzmachers3:smbd: move global koplocks to smbd_server_connection
2012-05-25 Stefan Metzmachers3:smbd: move global oplocks vars to smbd_server_connection
2012-05-24 Stefan Metzmachers3:smbd: remove global 'smbd_server_conn' !!!
2012-05-11 Stefan Metzmachers3:smbd: introduce struct smbXsrv_connection
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-10 Christian Ambachs3:smb2_server add function to verify creditcharge
2012-03-10 Christian Ambachs3:smb2_server: add supports_multicredit to sconn
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_files' and 'files' directly under...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_connections' and 'connections' direc...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_users' and 'users' directly under...
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-03-04 Stefan Metzmachers3:smbd/globals.h: remove unused pollfd pointer
2012-02-16 Andrew Bartletts3-smbd Remove unused code now we always have SPNEGO...
2012-01-31 Stefan Metzmachers3:smbd: remove pending_auth_data logic
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-03 Volker Lendeckes3: Remove the unused "file_existed" parameter from...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-12-16 Stefan Metzmachers3:smbd: remove unused sconn_server_id()
2011-12-15 Stefan Metzmachers3:smbd/globals: remove unused msg_ctx_to_sconn()
2011-12-14 Stefan Metzmachers3:smbd/server: maintain the list of child processes...
2011-12-14 Stefan Metzmachers3:smbd/globals: change 'int am_parent' into 'struct...
2011-12-13 Stefan Metzmachers3:smbd/globals: remove unused extern declarations
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-12-12 Stefan Metzmachers3:smbd: remember the event context on smbd_server_conn...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-10-31 Stefan Metzmachers3:smb2_server: FLAG_CHAINED means we always use the...
2011-10-28 Jeremy AllisonMake smbd_check_open_rights() static.
2011-10-21 Andrew Bartletts3-seal Remove struct smb_srv_trans_enc_ctx
2011-10-12 Stefan Metzmachers3:smb2_server: remember the max_{trans,read,write...
2011-09-14 Stefan Metzmachers3:smbd: remember the client unix capabilities on the...
next