1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Ralph Boehme 4523a0b47d smbd: ensure we do a base open for internal stream deletes
Otherwise we're not opening the basefile so fsp->base_fsp remains NULL for fsp
handles on streams. As there are some places that use the check (fsp->base_fsp
!= NULL) to check for stream handles, eg streams_xattr_fstat(), we must ensure
it is set otherwise we open a pretty big window for undefined behaviour.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2020-07-18 05:58:40 +00:00
..
auth s3:auth: fill in info3 domain name in passwd_to_SamInfo3() 2020-05-30 01:17:36 +00:00
build
client smbclient: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_NOTIFY_ENUM_DIR 2020-06-22 12:07:38 +00:00
exports
groupdb smbdotconf: mark "set primary group script" with substitution="1" 2019-11-27 10:25:36 +00:00
include s3: lib: Cleanup - make ipstr_list_make() and ipstr_list_parse() private to the only user. 2020-07-16 06:52:36 +00:00
intl lib: Remove "tdb based replacement for gettext" 2019-05-22 05:59:13 +00:00
lib s3: lib: Cleanup - all the ipstr_XXX() functions are only used in namecache.c. 2020-07-16 06:52:36 +00:00
libads s3-libads: Pass timeout to open_socket_out in ms 2020-07-16 10:41:40 +00:00
libgpo/gpext Spelling fixes s/emtpy/empty/ 2019-09-01 22:21:26 +00:00
libnet Add net-ads-join dnshostname=fqdn option 2020-05-29 13:33:28 +00:00
librpc s3:smbd: stop accepting multichannel connections early in exit_server_common() 2020-07-14 14:59:18 +00:00
libsmb s3: libsmb: Namecache. Fix bug missed by me in previous cleanup. 2020-07-17 05:54:29 +00:00
locale Spelling fixes s/Mirgate/Migrate/ 2019-09-01 22:21:26 +00:00
locking s3:smbd: avoid dereferencing client->connections 2020-07-08 15:54:40 +00:00
modules vfs_posixacl: Remove unnecessary call to acl_set_permset 2020-07-17 18:33:41 +00:00
nmbd lib: Move a #define ip_equal_v4() to nmbd/nmbd.h 2020-06-15 17:59:39 +00:00
param tls: Use NORMAL:-VERS-SSL3.0 as the default configuration 2020-07-01 14:56:33 +00:00
passdb pdb_dsdb: Fix typos 2020-07-02 10:38:34 +00:00
printing smbd: add dirfsp arg to SMB_VFS_CREATE_FILE() 2020-05-21 05:23:31 +00:00
profile s3:profile: Allow profile subsystem to use SHA1 in FIPS mode 2019-07-09 13:31:46 +00:00
registry registry3: Fix a typo 2020-06-10 22:20:46 +00:00
rpc_client s3:cli_pipe: remove unused cli_rpc_pipe_open_generic_auth() 2020-05-28 06:43:38 +00:00
rpc_server s3:rpc_server: Check return code of set_blocking() 2020-06-16 09:08:34 +00:00
rpcclient s3:rpcclient: avoid using auth related CLI_FULL_CONNECTION_* flags 2020-05-28 06:43:40 +00:00
script winbind: Add test for lookuprids cache problem 2020-07-09 20:16:40 +00:00
selftest test_vfs_posixacl: Add unit test for Linux POSIX ACL mapping 2020-07-17 17:12:34 +00:00
services
smbd smbd: ensure we do a base open for internal stream deletes 2020-07-18 05:58:40 +00:00
torture torture3: Align integer types 2020-07-09 20:16:40 +00:00
utils net: ignore possible SIGPIPE upon ldap_unbind when over TLS 2020-07-13 12:06:06 +00:00
web
winbindd winbind: Fix lookuprids cache problem 2020-07-09 21:40:52 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript s3:wscript: vfs_gpfs needs kernel oplock support 2020-07-07 09:37:37 +00:00
wscript_build Decouple ldap-ssl-ads from ldap-ssl option 2020-07-13 10:41:37 +00:00
wscript_configure_system_ncurses