s3: smbd: Initialization cleanup.
[samba.git] / source3 / smbd /
2018-09-11 Jeremy Allisons3: smbd: Initialization cleanup.
2018-09-11 Volker Lendeckesmbd: Use has_other_nonposix_opens in smb_posix_unlink
2018-09-11 Volker Lendeckesmbd: Factor out "has_other_nonposix_opens"
2018-09-11 Volker Lendeckesmbd: Remove an unneeded #include
2018-09-11 Volker Lendeckesmbd: Simplify close_directory()
2018-09-11 Volker Lendeckesmbd: Remove an unneeded #include
2018-09-07 Volker Lendeckesmbd: Simplify lease_match() a bit
2018-09-07 Volker Lendeckesmbd: Simplify logic in fsp_lease_update
2018-09-07 Volker Lendeckesmbd: Simplify logic in smb2_lease_break_send
2018-09-07 Volker Lendeckesmbd: Factor out file_has_read_oplocks()
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-09-07 Christof Schmitts3: Rename server_event_context() to global_event_context()
2018-09-04 Stefan Metzmachers3:vfs: fix valgrind warning in SMB_VFS_{PREAD,PWRITE...
2018-08-31 Ralph Boehmes3:smbd: add a comment stating that file_close_user...
2018-08-31 Ralph Boehmes3:smbd: let session logoff close files and tcons befor...
2018-08-31 Ralph Boehmes3:smbd: reorder tcon global record deletion and closin...
2018-08-25 Christof Schmittsmbd: Remove unused KOPLOCK flags
2018-08-22 Jeremy Allisons3: smbd: Ensure get_real_filename() copes with empty...
2018-08-21 Volker Lendeckesmbd: Remove koplocks->contend_level2 callbacks
2018-08-17 Volker Lendeckedbwrap: Clarify db_open_watched API
2018-08-17 Volker Lendeckesmbd: Fix a typo
2018-08-17 Volker Lendeckesmbd: Fix a typo
2018-08-17 Volker Lendeckesmbd: Enhance debugging in set_file_size
2018-08-17 Volker Lendeckelib: Pass mem_ctx to cache_path()
2018-08-17 Volker Lendeckelib: Pass mem_ctx to lock_path()
2018-08-10 Noel Powers3/smbd: Ensure quota code is only called when quota...
2018-08-08 Volker Lendeckesmbd: Fix CID 1438245 Dereference before null check
2018-08-08 Volker Lendeckesmbd: Fix CID 1438246 Unchecked return value
2018-08-08 Volker Lendeckesmbd: Align integer types
2018-07-31 Noel Powers3/smbd: allow set quota for non root user (when built...
2018-07-31 Noel Powers3/smbd: smb2 server implementation for query get/set...
2018-07-31 Noel Powers3/smbd: adjust smb1 server to use idl structs and...
2018-07-31 Noel Powers3/smbd: Don't stat when doing a quota operation (as...
2018-07-31 Stefan Metzmachersmb2_query_directory: make 'return true' explicit in...
2018-07-27 Ralph Boehmesmbd: use async dos_mode_at_send in smbd_smb2_query_dir...
2018-07-27 Ralph Boehmesmbd: let smbd_dirptr_lanman2_entry return smb_fname
2018-07-27 Ralph Boehmesmbd: deal with fsp->aio_requests in close_directory()
2018-07-27 Ralph Boehmesmbd: fix a long line in smb2_query_directory_next_entry()
2018-07-27 Ralph Boehmesmbd: factor out smb2_query_directory_next_entry()...
2018-07-27 Ralph Boehmesmbd: rework error exit in smbd_dirptr_lanman2_entry()
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to mode_fn in smbd_dirptr_get_en...
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to smbd_dirptr_get_entry()
2018-07-27 Ralph Boehmesmbd: add "get_dosmode" argument to smbd_dirptr_lanman2...
2018-07-27 Ralph Boehmesmbd: add dos_mode_at_send/recv()
2018-07-27 Ralph Boehmesmbd: factor out dosmode post processing
2018-07-27 Ralph Boehmesmbd: split out public parse_dos_attribute_blob() from...
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-25 Ralph Boehmesmbd: don't client->connections without checking client...
2018-07-25 Ralph Boehmes3: vfs: add user_vfs_evg to connection_struct
2018-07-25 Ralph Boehmes3: vfs: add smb_vfs_ev_glue
2018-07-25 Stefan Metzmachersmbd: introduce sconn->sync_thread_pool
2018-07-25 Ralph Boehmesmbd: rename sconn->pool to sconn->raw_thread_pool
2018-07-25 Stefan Metzmachersmbd: add missing DO_PROFILE_INC(disconnect) to smbd_se...
2018-07-25 Stefan Metzmachersmbd: disconnect/destroy all connections before calling...
2018-07-25 Stefan Metzmachersmbd: only pass struct smbXsrv_client to smbXsrv_sessio...
2018-07-25 Stefan Metzmachersmbd: only pass struct smbXsrv_client to smb1srv_tcon_d...
2018-07-25 Jeremy Allisons3: smbd: SGI IRIX is officially dead. Remove the kerne...
2018-07-24 Ralph Boehmes3: vfs: add missing tevent_req_received() to SMB_VFS_F...
2018-07-24 Ralph Boehmes3: vfs: add missing tevent_req_received() to SMB_VFS_P...
2018-07-24 Ralph Boehmes3: vfs: add missing tevent_req_received() to SMB_VFS_P...
2018-07-17 Ralph Boehmes3: smbd: fix path check in smbd_smb2_create_durable_le...
2018-07-12 Ralph Boehmesmbd: remove unused change_to_root_user() from brl_time...
2018-07-12 Stefan Metzmachersmbd: remove unused change_to_root_user() from smbd_sig...
2018-07-12 Stefan Metzmachersmbd: avoid explicit change_to_user() in defer_rename_d...
2018-07-12 Stefan Metzmachersmbd: implement smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Stefan Metzmachersmbd: make use of smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Stefan Metzmachersmbd: add simple noop smbd_impersonate_{conn_vuid,conn_...
2018-07-12 Stefan Metzmachersmbd: add smbd_impersonate_debug_create() helper
2018-07-12 Stefan Metzmachersmbd: add [un]become_guest() helper functions
2018-07-12 Joe Guosmbd/posix_acls: reuse secutiry token from session...
2018-07-12 Joe Guosmbd/msdfs: add null check for session_info.unix_info
2018-07-12 Joe Guopysmbd: add session_info arg to py_smbd_set_nt_acl
2018-07-12 Joe Guopysmbd: add session_info arg to get_conn_tos
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_group() to const"
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_user() to const"
2018-07-07 Ralph Boehmes3: smbd/durable: remove dev and inode check from vfs_d...
2018-07-07 Ralph Boehmes3: smbd: fix a check in stat_cache_add()
2018-07-06 David Disseldorps3/service: convert lp_force_user() to const
2018-07-06 David Disseldorps3/service: convert lp_force_group() to const
2018-07-06 David Disseldorps3/uid: use lp_const_servicename() where possible
2018-07-06 David Disseldorps3/service: use lp_const_servicename() where possible
2018-06-28 Joe Guopysmbd: add py_smbd_create_file
2018-06-28 Joe Guopysmbd: extract init_files_struct function
2018-06-28 Joe Guopysmbd: add py_smbd_mkdir
2018-06-21 Jeremy Allisons3: smbd: Don't use getcwd() directly. We must always...
2018-06-18 Stefan Metzmachersmbd: remove unused smbd_server_connection->ev_ctx
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: use sconn->root_ev_ctx for smbd_sig_{term,hup...
2018-06-18 Stefan Metzmachersmbd: use sconn->root_ev_ctx for brl_timeout_fn()
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->{root,guest}_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->raw_ev_ctx pointer
2018-06-18 Stefan Metzmachersmbd: use req->xconn->client->raw_ev_ctx for schedule_d...
next