smb-rpc

Crates.iosmb-rpc
lib.rssmb-rpc
version0.11.1
created_at2025-10-06 12:56:56.758811+00
updated_at2025-12-11 18:22:34.415792+00
descriptionMS-RPC implementations for `smb-rs`
homepage
repositoryhttps://github.com/afiffon/smb-rs
max_upload_size
id1870177
size70,176
Aviv Naaman (AvivNaaman)

documentation

README

SMB RPC

This crate contains MS-RPC implementation, that is used by SMB for some operations. Specifically, RPC is used for the NetrShareEnumAll operation, which is used to enumerate shares on the server, but a richer implementation for Ndr64 is found in this crate, to support possible future use cases.

For now, RPC structures and functions are manually implemented - not derived from an IDL file.

This crate is a part of the smb-rs project

Commit count: 0

cargo fmt