class NTLM::Negotiate
- NTLM::Negotiate
- BinData
- Reference
- Object
Overview
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
Defined in:
messages/negotiate.crConstant Summary
-
ENDIAN =
["little"]
-
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
-
KLASS_NAME =
[NTLM::Negotiate]
-
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
-
PARTS =
[{type: "string", name: protocol, cls: String, onlyif: nil, verify: nil, length: nil, value: -> do "NTLMSSP" end, encoding: nil}, {type: "enum", name: message_type, cls: UInt32, onlyif: nil, verify: nil, value: nil, encoding: Type}, {type: "enum", name: flags_low, cls: UInt16, onlyif: nil, verify: nil, value: nil, encoding: FlagsLow}, {type: "enum", name: flags_high, cls: UInt16, onlyif: nil, verify: nil, value: nil, encoding: FlagsHigh}, {type: "group", name: domain_loc, cls: DomainLoc, onlyif: -> do (flags_low.negotiate_domain_supplied? || flags_low.negotiate_workstation_supplied?) || flags_high.negotiate_version? end, verify: nil, value: nil}, {type: "group", name: workstation_loc, cls: WorkstationLoc, onlyif: -> do (flags_low.negotiate_domain_supplied? || flags_low.negotiate_workstation_supplied?) || flags_high.negotiate_version? end, verify: nil, value: nil}, {type: "group", name: version, cls: Version, onlyif: -> do flags_high.negotiate_version? end, verify: nil, value: nil}] of Nil
-
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
-
REMAINING =
[{type: "bytes", name: buffer, onlyif: nil, verify: nil}] of Nil
-
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
Class Method Summary
-
.bit_fields
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
Instance Method Summary
- #__format__ : IO::ByteFormat
- #buffer : Bytes
- #buffer=(buffer : Bytes)
- #buffer_start
- #domain : String
- #domain=(value : String)
- #domain_loc : NTLM::Negotiate::DomainLoc
- #domain_loc=(domain_loc : NTLM::Negotiate::DomainLoc)
- #flags_high : FlagsHigh
- #flags_high=(flags_high : FlagsHigh)
- #flags_low : FlagsLow
- #flags_low=(flags_low : FlagsLow)
- #message_type : Type
- #message_type=(message_type : Type)
- #protocol : String
- #protocol=(protocol : String)
- #update_buffer
-
#version : NTLM::Negotiate::Version
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b1a6ceb2-f8ad-462b-b5af-f18527c48175
-
#version=(version : NTLM::Negotiate::Version)
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b1a6ceb2-f8ad-462b-b5af-f18527c48175
- #workstation : String
- #workstation=(value : String)
- #workstation_loc : NTLM::Negotiate::WorkstationLoc
- #workstation_loc=(workstation_loc : NTLM::Negotiate::WorkstationLoc)
Class Method Detail
Client sends this to the MS server https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b34032e5-3aae-4bc6-84c3-c6d80eadf7f2
Instance Method Detail
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b1a6ceb2-f8ad-462b-b5af-f18527c48175
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b1a6ceb2-f8ad-462b-b5af-f18527c48175