1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/smbd
Ralph Boehme 29dd6f3e59 Revert "s3: vfs: add user_vfs_evg to connection_struct"
This reverts commit 2dd95c1c38.

See the discussion in

https://lists.samba.org/archive/samba-technical/2018-December/131731.html

for the reasoning behind this revert.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2019-01-11 23:11:12 +01:00
..
notifyd notifyd: Improve a debug message 2018-11-27 21:42:24 +01:00
aio.c s3:smbd: remove now unused check if fsp is NULL 2018-11-02 21:21:14 +01:00
avahi_register.c s3:avahi: Fix size types 2018-03-20 23:16:15 +01:00
blocking.c smbd: remove unused change_to_root_user() from brl_timeout_fn() 2018-07-12 14:25:18 +02:00
close.c s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test. 2018-09-29 05:32:41 +02:00
conn_idle.c
conn_msg.c
conn.c Revert "s3: vfs: add user_vfs_evg to connection_struct" 2019-01-11 23:11:12 +01:00
connection.c
dfree.c smbd: Move dfree_info struct 2018-05-25 22:52:12 +02:00
dir.c smbd: Add "hide new files" option 2018-11-09 00:47:22 +01:00
dmapi.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
dnsregister.c
dosmode.c s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glue 2019-01-11 23:11:11 +01:00
durable.c smbd: Add some structure protection for durable reconnect 2018-09-14 07:49:13 +02:00
error.c s3:smbd: Fix converity warning with _smb_setlen_large() 2018-05-16 21:30:23 +02:00
fake_file.c Convert three include files from uint32/16/8 to _t types as well as the source that includes them. 2015-05-01 19:15:10 +02:00
file_access.c s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname(). 2016-03-24 22:57:16 +01:00
fileio.c smbd: explain that/why we use the raw tevent_context for update_write_time_handler() 2018-06-18 08:59:19 +02:00
filename.c s3:smbd: add twrp args to filename_convert() 2018-11-27 07:13:13 +01:00
files.c smbd: Remove "file_sync_all" function 2018-09-14 07:49:13 +02:00
globals.c printing: use housekeeping period that matches cache time 2016-04-19 09:37:14 +02:00
globals.h smbd: let smbd_dirptr_lanman2_entry return smb_fname 2018-07-27 13:07:15 +02:00
ipc.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
lanman.c smbd: Use strlcpy instead of StrnCpy 2019-01-08 03:40:26 +01:00
mangle_hash2.c
mangle_hash.c smbd: Convert valid.dat to C code 2015-03-24 00:00:20 +01:00
mangle.c s3/smbd: convert "mangled names" option to an enum 2017-01-09 19:31:20 +01:00
message.c Update smbrun to allow for settings environment variables. 2016-10-13 04:26:26 +02:00
msdfs.c Revert "s3: vfs: add user_vfs_evg to connection_struct" 2019-01-11 23:11:12 +01:00
negprot.c s3/smbd: Server responds incorrectly if no SMB protocol chosen 2018-09-28 08:30:22 +02:00
notify_fam.c smbd: Allow passing notify filter from inotify and fam 2016-07-18 15:14:11 +02:00
notify_inotify.c s3: smbd: inotify_map_mask_to_filter incorrectly indexes an array. 2017-04-28 03:18:23 +02:00
notify_msg.c smbd: remove unused tevent_context argument from notify_init 2018-06-18 08:59:18 +02:00
notify.c smbd: remove unused tevent_context argument from notify_init 2018-06-18 08:59:18 +02:00
ntquotas.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
nttrans.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
open.c Fix spelling mistakes 2018-11-30 03:35:13 +01:00
oplock_linux.c s3:smbd: Use #ifdef instead of #if for config.h definitions 2018-11-28 23:19:24 +01:00
oplock.c smbd: Don't try to release a kernel oplock for a leased file 2018-12-18 02:00:44 +01:00
password.c s3:smbd: Make sure we do not export "/" (root) as home dir 2018-12-05 01:38:14 +01:00
perfcount.c lib:util: Make probing of modules more secure 2017-06-06 18:36:07 +02:00
pipes.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
posix_acls.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
process.c smbd: introduce sconn->sync_thread_pool 2018-07-25 17:49:06 +02:00
proto.h Revert "s3: vfs: add user_vfs_evg to connection_struct" 2019-01-11 23:11:12 +01:00
pysmbd.c pysmbd: handle file not found error 2018-10-11 10:28:18 +02:00
quotas.c s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead of const char *. 2017-06-18 02:49:25 +02:00
reply.c Fix spelling mistakes 2018-11-30 03:35:13 +01:00
scavenger.c lib: Remove unused serverid.tdb 2017-12-05 04:58:26 +01:00
scavenger.h
seal.c auth: Always supply both the remote and local address to the auth subsystem 2017-03-29 02:37:26 +02:00
sec_ctx.c s3:smbd: Fix incorrect use of sys_getgroups() 2017-04-18 15:43:02 +02:00
server_exit.c gencache: Remove transaction-based tdb 2018-11-06 18:57:26 +01:00
server_reload.c smbd: remove useless set_current_service(NULL,0,True) from reload_services() 2018-06-18 08:59:17 +02:00
server.c s3:smbd: prepare the usage of per_thread_cwd_*() functions 2019-01-11 23:11:11 +01:00
service.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
session.c rpc_server: Fix NetSessEnum with stale sessions 2018-04-25 22:49:07 +02:00
sesssetup.c s3:smbd: Fix build on AIX 2019-01-04 16:29:50 +01:00
share_access.c smbd: remove redundant comment (with typo) from token_contains_name() 2016-08-04 18:26:07 +02:00
signing.c
smb2_break.c smbd: Simplify logic in smb2_lease_break_send 2018-09-07 17:26:18 +02:00
smb2_close.c s3-smbd: avoid assuming fsp is always intact after close_file call. 2018-12-18 20:11:07 +01:00
smb2_create.c s3:smbd: pass down twrp from SMB2_CREATE to filename_convert() 2018-11-27 07:13:13 +01:00
smb2_flush.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_getinfo.c smbd: use lp_smbd_getinfo_ask_sharemode() 2018-12-06 01:43:14 +01:00
smb2_glue.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_ioctl_dfs.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_ioctl_filesys.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_ioctl_named_pipe.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_ioctl_network_fs.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_ioctl_private.h
smb2_ioctl.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_keepalive.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_lock.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_negprot.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_notify.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_query_directory.c s3:smbd: pass (raw) ev to fetch_dos_mode_send instead of smb_vfs_ev_glue 2019-01-11 23:11:12 +01:00
smb2_read.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_server.c smb2_server: set req->do_encryption = true earlier 2018-10-02 14:11:30 +02:00
smb2_sesssetup.c s3:smb2_sesssetup: check session_info security level before it gets talloc_move'd 2018-11-13 14:22:46 +01:00
smb2_setinfo.c smbd: Slightly optimize delay_rename_for_lease_break 2018-10-25 17:58:24 +02:00
smb2_tcon.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smb2_write.c smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing 2018-06-18 08:59:21 +02:00
smbd_cleanupd.c s3:cleanupd: sends MSG_SMB_UNLOCK twice to interested peers 2018-05-04 03:02:27 +02:00
smbd_cleanupd.h smbd: Implement a cleanup daemon 2015-11-16 14:51:33 +01:00
smbd.h s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH. 2017-05-22 18:41:16 +02:00
smbXsrv_client.c smbd: Replace some GUID_string by GUID_buf_string 2018-10-25 17:58:24 +02:00
smbXsrv_open.c lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
smbXsrv_session.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
smbXsrv_tcon.c s3:smbd: reorder tcon global record deletion and closing files of a tcon 2018-08-31 22:22:23 +02:00
smbXsrv_version.c lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
srvstr.c s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown. 2017-11-21 19:42:22 +01:00
statcache.c s3: Don't copy back the stat struct from stat_cache_lookup if we did not get a hit on the full path. 2018-09-19 17:52:13 +02:00
statvfs.c statvfs: rename linux_statvfs to posix_statvfs 2019-01-11 02:53:57 +01:00
trans2.c smbd: use lp_smbd_getinfo_ask_sharemode() 2018-12-06 01:43:14 +01:00
uid.c Revert "s3: vfs: add user_vfs_evg to connection_struct" 2019-01-11 23:11:12 +01:00
utmp.c s3/smbd: fix utmp hostname logging on Solaris 2019-01-10 22:46:11 +01:00
vfs.c s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vfs_ev_glue 2019-01-11 23:11:11 +01:00