1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Anoop C S 3c6ca81aad vfs_glusterfs: Retrieve fs capabilities using vfs_get_fs_capabilities
vfs_glusterfs is supposed to be the last entry when listed with
other vfs modules. This is due to the fact that the connection path
is not local to the server but relative to the virtual remote file
system beneath it. Especially SMB_VFS_FS_CAPABILITIES implementation
from vfs_default is likely to return incorrect results based on the
connection path assumed to be local to the server which might not be
the case with glusterfs module stacked. Therefore it doesn't make sense
to pass through any vfs interface implementations further down the line
to vfs_default.

Instead make use of get_fs_capabilties to start with already known fs
capabilties from connect phase.

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

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Oct  7 13:36:11 UTC 2024 on atb-devel-224
2024-10-07 13:36:11 +00:00
..
auth auth: Fix CID 1615191 Uninitialized scalar variable 2024-09-20 18:25:53 +00:00
build
client s3:client: Improve error message on cli_setatr() failure 2024-09-27 07:54:34 +00:00
exports
groupdb s3:groupdb: Add missing newline to logging message 2023-08-08 04:39:38 +00:00
include lib: Change ADD_TO_ARRAY to use a tmp variable 2024-10-02 13:12:30 +00:00
intl
lib s3:g_lock: Do not let pointers to point outside the input buffer 2024-10-05 14:44:46 +00:00
libads sync machine password to keytab: handle FreeIPA use case 2024-09-13 13:16:09 +00:00
libgpo/gpext lib: Give lib/util/util_file.c its own header file 2024-04-16 23:51:45 +00:00
libnet s3:rpc_client: pass remote_{name,sockaddr} to rpccli_connect_netlogon() 2024-09-26 15:22:46 +00:00
librpc s3:librpc/rpc: split out dcerpc_internal.h for struct pipe_auth_data 2024-09-26 15:22:46 +00:00
libsmb s3:libsmb: ads_dc_name() doesn't need to retry if we found a DC in the closest site 2024-10-01 09:53:32 +00:00
locale s3:utils: Fix code spelling 2023-08-08 04:39:38 +00:00
locking lib: Add libcli/util/ntstatus.h in a few headers where it's needed 2024-08-27 07:19:32 +00:00
modules vfs_glusterfs: Retrieve fs capabilities using vfs_get_fs_capabilities 2024-10-07 13:36:11 +00:00
nmbd s3:libsmb: Pass memory context to cli_connect_nb() 2024-04-29 08:43:32 +00:00
param docs-xml: add 'vfs mkdir use tmp name' option 2024-08-21 08:02:30 +00:00
passdb s3:passdb: ENCTYPE_DES_CBC_MD5 is not longer used in secrets_domain_info_kerberos_keys() 2024-09-30 17:03:55 +00:00
printing s3: SIGHUP handlers use consistent log level 3 2024-09-25 01:38:02 +00:00
profile profile: Fix rusage reporting 2023-12-19 16:05:36 +00:00
registry lib: Add a few explicit includes 2024-08-27 07:19:32 +00:00
rpc_client s3:rpc_client: pass remote_{name,sockaddr} to rpccli_setup_netlogon_creds[_locked]() 2024-09-29 06:56:33 +00:00
rpc_server rpc_host: Fix max_workers calculation 2024-09-20 17:13:37 +00:00
rpcclient s3:rpc_client: pass remote_{name,sockaddr} to rpccli_setup_netlogon_creds[_locked]() 2024-09-29 06:56:33 +00:00
script s3:tests: Write stderr to file to be able to print it on failure 2024-09-27 07:55:29 +00:00
selftest smbtorture: test creating stream doesn't crash when using "inherit permissions = yes" 2024-09-02 07:19:38 +00:00
services s3:services: Initialize struct security_ace array 2024-07-16 11:41:33 +00:00
smbd s3/smbd: Add a helper to fetch fs capabilities 2024-10-07 12:25:30 +00:00
torture s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT() 2024-08-21 08:02:30 +00:00
utils utils: Fix up 14a5336802 2024-10-06 02:25:09 +00:00
web
winbindd s3:winbindd: let store_current_dc_in_gencache() take the dcaddr directly 2024-10-01 11:01:34 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript source3/wscript: Introduce auto mode to build ceph vfs modules 2024-08-27 06:18:51 +00:00
wscript_build build: Fix LIBCLI_SAMR dependencies 2024-08-20 09:34:39 +00:00
wscript_configure_system_ncurses