1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source3/smbd
Jeremy Allison 627a9886da s3: smbd: In synthetic_pathref() change DBG_ERR -> DBG_NOTICE to avoid spamming the logs.
Can easily be seen by doing make test TESTS=fruit
and looking in st/nt4_dc/smbd_test.log.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15210

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Nov 16 06:00:56 UTC 2022 on sn-devel-184

(cherry picked from commit f0ca954610)
2023-01-16 09:40:17 +00:00
..
notifyd lib;smbd: Fix the -Os build by initializing variables 2021-08-06 17:22:30 +00:00
aio.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
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 smbd: Introduce close_file_smb() 2022-02-14 17:46:14 +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: Use after free when iterating smbd_server_connection->connections 2022-08-23 07:45:16 +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: use metadata_fsp() with SMB_VFS_FGET_NT_ACL() 2022-09-06 07:54:13 +00:00
dmapi.c
dnsregister.c
dosmode.c smbd: reject FILE_ATTRIBUTE_TEMPORARY on directories 2022-12-05 11:03:30 +00:00
durable.c s3: smbd: Allow a durable handle on a leased stat-open. 2022-05-09 08:18:05 +00:00
error.c
fake_file.c smbd: Move the call to file_free() out of close_fake_file() 2022-02-14 17:46:14 +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 metadata_fsp() with SMB_VFS_FGET_NT_ACL() 2022-09-06 07:54:13 +00:00
fileio.c smbd: use fdos_mode() in mark_file_modified() 2020-12-16 09:08:31 +00:00
filename.c smbd: check for streams support in unix_convert() 2022-09-06 08:49:51 +00:00
files.c s3: smbd: In synthetic_pathref() change DBG_ERR -> DBG_NOTICE to avoid spamming the logs. 2023-01-16 09:40:17 +00:00
globals.c smbd: let smbd_request_guid() use smb1req->xconn->channel_id 2021-03-06 02:20:05 +00:00
globals.h s3: smbd: Add utility function smbd_smb2_is_last_in_compound(). 2023-01-16 09:40:17 +00:00
ipc.c libsmb: Remove "trans_oob()" macro 2021-11-11 19:08:37 +00:00
lanman.c source3: move lib/substitute.c functions out of proto.h 2021-11-11 13:49:32 +00:00
mangle_hash2.c mangle_hash2: remove LOCK$ from list of reserved names 2021-08-24 19:26:59 +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
message.c source3: move lib/substitute.c functions out of proto.h 2021-11-11 13:49:32 +00:00
msdfs.c s3: smbd: parse_dfs_path() can ignore wildcards. 2021-12-11 07:17:29 +00:00
negprot.c
notify_fam.c
notify_inotify.c
notify_msg.c
notify.c s3: smbd: smbd_check_access_rights_fsp(). Add dirfsp parameter. 2021-06-09 13:14:31 +00:00
ntquotas.c
nttrans.c smbd: NULL out "fsp" in close_file() 2022-02-14 17:46:14 +00:00
open.c smbd: return NT_STATUS_OBJECT_NAME_INVALID if a share doesn't support streams 2022-09-06 07:54:14 +00:00
oplock_linux.c lib;smbd: Fix the -Os build by initializing variables 2021-08-06 17:22:30 +00:00
oplock.c s3:smbd: only clear LEASE_READ if there's no read lease is left 2022-08-23 07:45:16 +00:00
password.c
perfcount.c
pipes.c smbd: Make SID_SAMBA_SMB3 a static SID 2021-10-08 19:28:31 +00:00
posix_acls.c smbd: use metadata_fsp() in get_acl_group_bits() 2022-09-06 07:54:13 +00:00
process.c s3:rpc_server: Activate samba-dcerpcd 2021-12-10 14:02:30 +00:00
proto.h smbd: Introduce metadata_fsp() 2022-09-06 07:54:13 +00:00
pysmbd.c smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL() 2022-09-06 07:54:13 +00:00
quotas.c
reply.c CVE-2022-32742: s3: smbd: Harden the smbreq_bufrem() macro. 2022-07-24 09:29:26 +02: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: Add "enum file_close_type close_type" parameter to file_close_conn(). 2022-08-23 07:45:16 +00:00
session.c
sesssetup.c source3: move lib/substitute.c functions out of proto.h 2021-11-11 13:49:32 +00:00
share_access.c Revert "s3:smbd: Remove NIS support" 2022-06-12 09:19:16 +00:00
signing.c
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_break.c
smb2_close.c smbd: NULL out "fsp" in close_file() 2022-02-14 17:46:14 +00:00
smb2_create.c smbd: NULL out "fsp" in close_file() 2022-02-14 17:46:14 +00:00
smb2_flush.c s3: smbd: Cause SMB2_OP_FLUSH to go synchronous in a compound anywhere but the last operation in the list. 2023-01-16 09:40:17 +00:00
smb2_getinfo.c smbd: implement access checks for SMB2-GETINFO as per MS-SMB2 3.3.5.20.1 2022-09-06 07:54:14 +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_keepalive.c
smb2_lock.c s3: smbd: Remove now redundent lock_flav parameter from smbd_do_unlocking(). 2022-01-06 16:03:28 +00:00
smb2_negprot.c libcli/smb: actually make use of "client/server smb3 signing algorithms" 2021-07-15 00:06:31 +00:00
smb2_notify.c
smb2_query_directory.c s3: smbd: Use a helper variable in smbd_smb2_query_directory_send(). 2021-11-16 20:21:37 +00:00
smb2_read.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_server.c s3: smbd: Add utility function smbd_smb2_is_last_in_compound(). 2023-01-16 09:40:17 +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-04-11 07:49:13 +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 s3: smbd: Move implicit call to lp_posix_cifsu_locktype() out of init_strict_lock_struct(). 2022-01-06 15:11:38 +00:00
smbd_cleanupd.c
smbd_cleanupd.h
smbd.h s3: smbd: UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 is no longer used. 2021-12-11 07:17:29 +00:00
smbXsrv_client.c smbXsrv_client: handle NAME_NOT_FOUND from smb2srv_client_connection_{pass,drop}() 2022-10-18 08:34:18 +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 s3: smbd: Add "enum file_close_type close_type" parameter to close_cnum(). 2022-08-23 07:45:16 +00:00
smbXsrv_version.c
srvstr.c
statcache.c smbd: Move fast_string_hash() to mangle_hash.c, the only user 2022-01-05 00:11:37 +00:00
statvfs.c
trans2.c s3: smbd: call_trans2setfilepathinfo(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber fsp->fsp_name->st.st_ex_iflags. 2022-04-11 07:49:13 +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 smbd: add and use vfs_fget_dos_attributes() 2022-09-06 07:54:13 +00:00