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 a5635791cf smbd: return correct error for compound related requests that went async
For a compound related request chain of eg CREATE+NOTIFY+GETINFO, the NOTIFY
will typically go async. When this is noted in smbd_smb2_request_pending_queue()
the pending async tevent_req is cancelled which means we return
NT_STATUS_CANCELLED to the client while Windows returns
NT_STATUS_INTERNAL_ERROR.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2024-10-31 11:33:31 +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 smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_open 2024-10-25 11:50:01 +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 libads: Modernize DEBUGs 2024-10-25 07:55:34 +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: Make parse_node_status() more robust 2024-10-24 12:05:10 +00:00
locale s3:utils: Fix code spelling 2023-08-08 04:39:38 +00:00
locking smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_open 2024-10-25 11:50:01 +00:00
modules smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_open 2024-10-25 11:50:01 +00:00
nmbd nmbd: Remove the "nmbd proxy logon" feature 2024-10-25 07:55:34 +00:00
param smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_open 2024-10-25 11:50:01 +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:cli_netlogon: let rpccli_connect_netlogon() use force_reauth = true on retry 2024-10-30 23:08:36 +00:00
rpc_server s3:rpc_server/netlogon: make use of netlogon_creds_decrypt_samr_CryptPassword() 2024-10-30 23:08:36 +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 smbd: return correct error for compound related requests that went async 2024-10-31 11:33:31 +00:00
torture smbtorture: Allow debugging output to be configured using smb.conf parameters 2024-10-14 07:32:50 +00:00
utils net_ads: Fix indentation in net_ads_cldap_netlogon_json 2024-10-25 07:55:34 +00:00
web
winbindd s3:winbind: Fix heap buffer overflow in winbind 2024-10-24 10:54:37 +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