pub struct SessionSetupCmd;Expand description
SESSION_SETUP handler ([MS-SMB2] §3.3.5.5): runs one NTLM/SPNEGO leg via the existing authenticator. Kept thin so the shared framing tail still folds the pre-auth hash, derives the signing key and registers the session in one place.
Trait Implementations§
Source§impl Command for SessionSetupCmd
impl Command for SessionSetupCmd
Source§type Request = SessionSetupReq
type Request = SessionSetupReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for SessionSetupCmd
impl RefUnwindSafe for SessionSetupCmd
impl Send for SessionSetupCmd
impl Sync for SessionSetupCmd
impl Unpin for SessionSetupCmd
impl UnsafeUnpin for SessionSetupCmd
impl UnwindSafe for SessionSetupCmd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more