Skip to content

Commit

Permalink
Fix some typos in the documentation that could have been confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Sep 17, 2020
1 parent 45a8d32 commit 6d3d484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ruby_smb/dcerpc/netlogon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RubySMB
module Dcerpc
module Netlogon

# https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nrpc/592edbc8-f6f1-40c0-9ab3-fe6725ac6d7e
# see: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nrpc/592edbc8-f6f1-40c0-9ab3-fe6725ac6d7e
UUID = '12345678-1234-abcd-ef00-01234567cffb'
VER_MAJOR = 1
VER_MINOR = 0
Expand Down Expand Up @@ -30,8 +30,8 @@ class NetlogonAuthenticator < BinData::Record
require 'ruby_smb/dcerpc/netlogon/netr_server_authenticate3_request'
require 'ruby_smb/dcerpc/netlogon/netr_server_authenticate3_response'

# Calculate the netlogon session key from the provided share secret and
# challenges. The share secret is an NTLM hash.
# Calculate the netlogon session key from the provided shared secret and
# challenges. The shared secret is an NTLM hash.
#
# @param shared_secret [String] the share secret between the client and the server
# @param client_challenge [String] the client challenge portion of the negotiation
Expand Down

0 comments on commit 6d3d484

Please sign in to comment.