search for: fsctl_pipe_transc

Displaying 6 results from an estimated 6 matches for "fsctl_pipe_transc".

2018 Mar 30
0
Wine release 3.5
...before using it in OnRedirectVerifyCallback. msxml3/tests: Added IServerXMLHTTPRequest tests. msxml3/tests: Added invalid host XHR tests. server: Don't change iosb without associated async in wake_message. server: Add a helper for queuing pipe message. server: Add FSCTL_PIPE_TRANSCEIVE implementation. ntdll/tests: Add FSCTL_PIPE_TRANSCEIVE tests. kernel32: Reimplement TransactNamedPipe on top of FSCTL_PIPE_TRANSCEIVE. windowscodecs: Use common base structure for component info implementations. windowscodecs: Cache component info objects. Jarkko Korpi...
2023 Oct 16
0
[Announce] Samba 4.19.2 Available for Download
...elease Announcements --------------------- This is the latest stable release of the Samba 4.19 release series. Changes since 4.19.1 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15423: Use-after-free in aio_del_req_from_fsp during smbd shutdown ???? after failed IPC FSCTL_PIPE_TRANSCEIVE. ?? * BUG 15426: clidfs.c do_connect() missing a "return" after a cli_shutdown() ???? call. o? Ralph Boehme <slow at samba.org> ?? * BUG 15463: macOS mdfind returns only 50 results. o? Volker Lendecke <vl at samba.org> ?? * BUG 15481: GETREALFILENAME_CACHE can modif...
2023 Oct 16
0
[Announce] Samba 4.19.2 Available for Download
...elease Announcements --------------------- This is the latest stable release of the Samba 4.19 release series. Changes since 4.19.1 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15423: Use-after-free in aio_del_req_from_fsp during smbd shutdown ???? after failed IPC FSCTL_PIPE_TRANSCEIVE. ?? * BUG 15426: clidfs.c do_connect() missing a "return" after a cli_shutdown() ???? call. o? Ralph Boehme <slow at samba.org> ?? * BUG 15463: macOS mdfind returns only 50 results. o? Volker Lendecke <vl at samba.org> ?? * BUG 15481: GETREALFILENAME_CACHE can modif...
2023 Sep 27
0
[Announce] Samba 4.18.7 Available for Download
...lease series. Changes since 4.18.6 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15419: Weird filename can cause assert to fail in ???? openat_pathref_fsp_nosymlink(). ?? * BUG 15423: use-after-free in aio_del_req_from_fsp during smbd shutdown ???? after failed IPC FSCTL_PIPE_TRANSCEIVE. ?? * BUG 15432: TREE_CONNECT without SETUP causes smbd to use uninitialized ???? pointer. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 15401: Avoid infinite loop in initial user sync with Azure AD Connect. ?? * BUG 15407: Samba replication logs show (null) DN. o? Ralph Boeh...
2023 Sep 27
0
[Announce] Samba 4.18.7 Available for Download
...lease series. Changes since 4.18.6 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15419: Weird filename can cause assert to fail in ???? openat_pathref_fsp_nosymlink(). ?? * BUG 15423: use-after-free in aio_del_req_from_fsp during smbd shutdown ???? after failed IPC FSCTL_PIPE_TRANSCEIVE. ?? * BUG 15432: TREE_CONNECT without SETUP causes smbd to use uninitialized ???? pointer. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 15401: Avoid infinite loop in initial user sync with Azure AD Connect. ?? * BUG 15407: Samba replication logs show (null) DN. o? Ralph Boeh...
2018 Aug 17
0
Wine release 3.14
...l/tests: Add pipe state tests. server: Store pipe state in pipe_end struct and return it in FSCTL_PIPE_PEEK. server: Improve FSCTL_PIPE_PEEK error handling. server: Improve named pipe read error handling. server: Improve named pipe write error handling. server: Improve FSCTL_PIPE_TRANSCEIVE error handling. server: Don't use set_no_fd_status for error handling in pipe objects. server: Allow pipe server fd caching throughout its whole lifetime. kernel32: Add AttachConsole implementation. kernel32/tests: Add more pipe tests. ntdll/tests: Add more NtQ...