1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/smbd
David Mulder 160849a822 smbd: Move rename_internals to smb2_reply.c
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
2022-04-07 17:37:29 +00:00
..
notifyd lib;smbd: Fix the -Os build by initializing variables 2021-08-06 17:22:30 +00:00
avahi_register.c
blocking.c s3: smbd: Remove lock_flav argument from smbd_smb1_brl_finish_by_lock(). 2022-01-06 15:11:38 +00:00
close.c s3: smbd: Cleanup - Make rmdir_internals() use NTSTATUS internally without depending on errno. 2022-03-04 18:39:48 +00:00
conn_idle.c s3:rpc_server: Activate samba-dcerpcd 2021-12-10 14:02:30 +00:00
conn_msg.c
conn.c s3: smbd: Factor out setting up case parameters for a share to a function - conn_setup_case_options(). 2021-01-13 17:02:34 +00:00
connection.c
dfree.c smbd: Save a few lines with str_list_add_printf() 2022-01-18 20:22:38 +00:00
dir.c smbd: expand DEBUG statement in smbd_dirptr_get_entry() to include the dir and direntry name 2022-03-25 19:05:06 +00:00
dmapi.c
dnsregister.c
dosmode.c smbd: remove itime and file_id logic and code 2022-03-31 23:01:37 +00:00
durable.c smbd: Use fsp_is_alternate_stream() where an fsp is available 2022-02-11 20:54:37 +00:00
error.c
fake_file.c smbd: Move the call to file_free() out of close_fake_file() 2022-02-10 18:16:36 +00:00
fd_handle.c smbd: Assert we don't leak fd's in struct fd_handle 2021-12-30 11:54:17 +00:00
fd_handle.h smbd: add fd_handle.[c|h] 2020-12-16 09:08:30 +00:00
file_access.c smbd: Use fsp_is_alternate_stream() where an fsp is available 2022-02-11 20:54:37 +00:00
fileio.c smbd: use fdos_mode() in mark_file_modified() 2020-12-16 09:08:31 +00:00
filename.c vfs: Convert get_real_filename() to NTSTATUS 2022-03-10 18:23:36 +00:00
files.c smbd: Don't NULL out the "::$DATA" in openat_pathref_fsp() 2022-03-29 21:32:34 +00:00
globals.c smbd: let smbd_request_guid() use smb1req->xconn->channel_id 2021-03-06 02:20:05 +00:00
globals.h smbd: Move schedule_aio_read_and_X to smb1_aio.c 2022-04-07 17:37:29 +00:00
mangle_hash2.c smbd: Use ISDOT/ISDOTDOT 2022-02-17 17:13:35 +00:00
mangle_hash.c smbd: Move fast_string_hash() to mangle_hash.c, the only user 2022-01-05 00:11:37 +00:00
mangle.c
msdfs.c s3: smbd: Rename OpenDir_ntstatus() -> OpenDir(). 2022-03-02 21:58:32 +00:00
notify_fam.c
notify_inotify.c smbd: Align two integer types 2020-11-04 18:55:39 +00:00
notify_msg.c notifyd: Factor out notify_walk() into its own file 2020-10-24 05:57:31 +00:00
notify.c s3: smbd: notify_mid_maps is used by both SMB1 and SMB2. 2022-03-08 22:12:37 +00:00
ntquotas.c
open.c smbd: Use dirfsp and atname passed to open_file() 2022-04-07 17:30:29 +00:00
oplock_linux.c lib;smbd: Fix the -Os build by initializing variables 2021-08-06 17:22:30 +00:00
password.c
perfcount.c
posix_acls.c smbd: get_acl_group_bits() needs a fsp, not a name 2022-03-11 18:22:28 +00:00
process.c s3: smbd: Plumb in and use smbd_smb2_server_connection_read_handler() when server min protocol > NT1 (i.e. SMB2-only). 2022-03-10 17:53:26 +00:00
proto.h smbd: Move rename_internals to smb2_reply.c 2022-04-07 17:37:29 +00:00
pysmbd.c s3: pysmbd.c: init_files_struct(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber fsp->fsp_name->st.st_ex_iflags. 2022-03-24 16:28:37 +00:00
quotas.c
reply.c smbd: Move rename_internals to smb2_reply.c 2022-04-07 17:37:29 +00:00
scavenger.c smbd: Give smbXsrv_open.c its own header file 2021-11-11 19:08:37 +00:00
scavenger.h
seal.c
sec_ctx.c sec_ctx.c: Fix -Wunused-function warning on macOS 2021-10-13 01:42:35 +00:00
server_exit.c s3:rpc_server: Activate samba-dcerpcd 2021-12-10 14:02:30 +00:00
server_reload.c smbd: check lp_load_printers before reload via NetShareEnum 2021-11-08 13:27:40 +00:00
server.c s3:smbd: handle --build-options without parsing smb.conf 2022-01-17 12:23:33 +00:00
service.c s3: smbd: Rename srv_is_signing_active() -> smb1_srv_is_signing_active(). 2022-03-08 22:12:37 +00:00
session.c
share_access.c source3: move lib/substitute.c functions out of proto.h 2021-11-11 13:49:32 +00:00
signing.c s3: smbd: Rename srv_set_signing() -> smb1_srv_set_signing() 2022-03-08 23:05:19 +00:00
smb1_aio.c smbd: Move schedule_aio_write_and_X to smb1_aio.c 2022-04-07 17:37:29 +00:00
smb1_aio.h smbd: Move schedule_aio_write_and_X to smb1_aio.c 2022-04-07 17:37:29 +00:00
smb1_ipc.c smbd: Move ipc.c -> smb1_ipc.c 2022-04-07 17:37:29 +00:00
smb1_ipc.h smbd: Move ipc.c -> smb1_ipc.c 2022-04-07 17:37:29 +00:00
smb1_lanman.c smbd: Move lanman.c -> smb1_lanman.c 2022-04-07 17:37:29 +00:00
smb1_lanman.h smbd: Move lanman.c -> smb1_lanman.c 2022-04-07 17:37:29 +00:00
smb1_message.c smbd: Move message.c -> smb1_message.c 2022-04-07 17:37:29 +00:00
smb1_message.h smbd: Move message.c -> smb1_message.c 2022-04-07 17:37:29 +00:00
smb1_negprot.c smbd: Move negprot.c -> smb1_negprot.c 2022-04-07 17:37:29 +00:00
smb1_negprot.h smbd: Move negprot.c -> smb1_negprot.c 2022-04-07 17:37:29 +00:00
smb1_nttrans.c smbd: Move nttrans.c -> smb1_nttrans.c 2022-04-07 17:37:29 +00:00
smb1_nttrans.h smbd: Move nttrans.c -> smb1_nttrans.c 2022-04-07 17:37:29 +00:00
smb1_oplock.c smbd: Move send_break_message_smb1 to smb1_oplock.c 2022-04-07 17:37:29 +00:00
smb1_oplock.h smbd: Move send_break_message_smb1 to smb1_oplock.c 2022-04-07 17:37:29 +00:00
smb1_pipes.c smbd: Move reply_pipe_read_and_X to smb1_pipes.c 2022-04-07 17:37:29 +00:00
smb1_pipes.h smbd: Move reply_pipe_read_and_X to smb1_pipes.c 2022-04-07 17:37:29 +00:00
smb1_sesssetup.c smbd: Move sesssetup.c -> smb1_sesssetup.c 2022-04-07 17:37:29 +00:00
smb1_sesssetup.h smbd: Move sesssetup.c -> smb1_sesssetup.c 2022-04-07 17:37:29 +00:00
smb1_utils.c smbd: add need_fsa arg and logic to file_find_di_(first|next) 2020-12-16 09:08:31 +00:00
smb1_utils.h
smb2_aio.c smbd: Move aio.c -> smb2_aio.c 2022-04-07 17:37:29 +00:00
smb2_break.c
smb2_close.c smbd: NULL out "fsp" in close_file() 2022-02-10 18:16:36 +00:00
smb2_create.c smbd: remove itime and file_id logic and code 2022-03-31 23:01:37 +00:00
smb2_flush.c smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata 2020-12-16 09:08:30 +00:00
smb2_getinfo.c s3: smbd: smbd_smb2_getinfo_send(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber fsp->fsp_name->st.st_ex_iflags. 2022-03-24 16:28:37 +00:00
smb2_glue.c
smb2_ioctl_dfs.c
smb2_ioctl_filesys.c s3: smbd: Move implicit call to lp_posix_cifsu_locktype() out of init_strict_lock_struct(). 2022-01-06 15:11:38 +00:00
smb2_ioctl_named_pipe.c
smb2_ioctl_network_fs.c vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV 2021-10-08 19:28:32 +00:00
smb2_ioctl_private.h s3: smbd: Split out smb2_ioctl_smbtorture() into a separate file. 2021-08-11 19:16:29 +00:00
smb2_ioctl_smbtorture.c s3: smbd: Call smbd_fsctl_torture_async_sleep() when we get FSCTL_SMBTORTURE_FSP_ASYNC_SLEEP. 2021-08-11 19:16:29 +00:00
smb2_ioctl.c smb2_ioctl: return BUFFER_TOO_SMALL in smbd_smb2_request_ioctl_done() 2021-12-01 11:04:29 +00:00
smb2_ipc.c smbd: Move nt_status_np_pipe to smb2_ipc.c 2022-04-07 17:37:29 +00:00
smb2_keepalive.c
smb2_lock.c s3: smbd: Plumb in POSIX lock requests through SMB2 lock calls if done on a POSIX handle. Currently not allowed. 2022-02-01 16:30:37 +00:00
smb2_negprot.c smbd: negprot_spnego allow disabling smb1 spnego set 2022-04-07 17:37:29 +00:00
smb2_notify.c
smb2_nttrans.c smbd: Move smbd_do_query_getinfo_quota to smb2_nttrans.c 2022-04-07 17:37:29 +00:00
smb2_oplock.c smbd: Move oplock.c -> smb2_oplock.c 2022-04-07 17:37:29 +00:00
smb2_pipes.c smbd: Move pipes.c -> smb2_pipes.c 2022-04-07 17:37:29 +00:00
smb2_posix.c s3: smbd: Add two new functions in a new file, smb2_posix.c: smb2_posix_cc_info(), store_smb2_posix_info() 2022-02-01 17:25:45 +00:00
smb2_query_directory.c smbd: remove itime and file_id logic and code 2022-03-31 23:01:37 +00:00
smb2_read.c smbd: Introduce fsp_is_alternate_stream() 2022-02-11 20:54:37 +00:00
smb2_reply.c smbd: Move rename_internals to smb2_reply.c 2022-04-07 17:37:29 +00:00
smb2_server.c smbd: Introduce fsp_is_alternate_stream() 2022-02-11 20:54:37 +00:00
smb2_sesssetup.c source3: move lib/substitute.c functions out of proto.h 2021-11-11 13:49:32 +00:00
smb2_setinfo.c s3: smbd: smbd_smb2_setinfo_send(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber fsp->fsp_name->st.st_ex_iflags. 2022-03-24 17:21:29 +00:00
smb2_tcon.c smb2_tcon: also try to cancel pending compound requests on tdis 2021-03-29 20:43:28 +00:00
smb2_write.c smbd: Use fsp_is_alternate_stream() where an fsp is available 2022-02-11 20:54:37 +00:00
smbd_cleanupd.c
smbd_cleanupd.h
smbd.h smbd: Move reply_open_pipe_and_X to smb1_pipes.c 2022-04-07 17:37:29 +00:00
smbXsrv_client.c smbXsrv_client: move the connection passing to smb2srv_client_mc_negprot_send/recv 2021-03-06 03:30:06 +00:00
smbXsrv_open.c smbd: Give smbXsrv_open.c its own header file 2021-11-11 19:08:37 +00:00
smbXsrv_open.h smbd: Give smbXsrv_open.c its own header file 2021-11-11 19:08:37 +00:00
smbXsrv_session.c s3:smbd: make sure smbXsrv_session_update() doesn't segfault with table == NULL 2021-07-15 00:06:31 +00:00
smbXsrv_tcon.c smbXsrv_{open,session,tcon}: protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records 2021-07-06 11:08:43 +00:00
smbXsrv_version.c
srvstr.c
statcache.c smbd: Fix a typo 2022-03-01 20:09:29 +00:00
statvfs.c
trans2.c smbd: remove itime and file_id logic and code 2022-03-31 23:01:37 +00:00
uid.c source3: move lib/substitute.c functions out of proto.h 2021-11-11 13:49:32 +00:00
utmp.c
vfs.c vfs: Convert get_real_filename() to NTSTATUS 2022-03-10 18:23:36 +00:00