mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
We now open a named via the named_pipe_auth code and process IO via the tstream interface. This means we support byte mode and message mode named pipes. We also correctly issue NT_STATUS_PIPE_BUSY when a smb_trans request comes in and a read or smb_trans is already pending. We also have support for async dcerpc over ncacn_np now, and we now can remove the ncacn_np specific hacks from the rpc_server/ code. metze
This is the IPC$ backend for Samba. NTVFS operations that are made on IPC$ shares are directed here by default. Most file operations are not supported on IPC$ shares.