From 7dd611b64ee2cce02d41095607f062cf5bf6254f Mon Sep 17 00:00:00 2001 From: Matthew Kanwisher Date: Tue, 21 May 2013 22:17:29 -0400 Subject: [PATCH] fixing godoc formatting --- ntlm/crypto.go | 1 + ntlm/crypto_test.go | 1 + ntlm/helpers.go | 1 + ntlm/helpers_test.go | 1 + ntlm/keys.go | 1 + ntlm/messages/authenticate.go | 1 + ntlm/messages/authenticate_test.go | 1 + ntlm/messages/av_pairs.go | 1 + ntlm/messages/challenge.go | 1 + ntlm/messages/challenge_responses.go | 1 + ntlm/messages/challenge_test.go | 1 + ntlm/messages/helpers.go | 1 + ntlm/messages/negotiate.go | 1 + ntlm/messages/negotiate_flags.go | 1 + ntlm/messages/negotiate_flags_test.go | 1 + ntlm/messages/payload.go | 1 + ntlm/messages/version.go | 1 + ntlm/ntlm.go | 1 + ntlm/ntlmv1.go | 1 + ntlm/ntlmv1_test.go | 1 + ntlm/ntlmv2.go | 1 + ntlm/ntlmv2_test.go | 1 + ntlm/signature.go | 1 + ntlm/signature_test.go | 1 + 24 files changed, 24 insertions(+) diff --git a/ntlm/crypto.go b/ntlm/crypto.go index 76f6480..5d94c18 100644 --- a/ntlm/crypto.go +++ b/ntlm/crypto.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/crypto_test.go b/ntlm/crypto_test.go index bbbffc0..97c69f3 100644 --- a/ntlm/crypto_test.go +++ b/ntlm/crypto_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/helpers.go b/ntlm/helpers.go index 56c8e23..72bb1b4 100644 --- a/ntlm/helpers.go +++ b/ntlm/helpers.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/helpers_test.go b/ntlm/helpers_test.go index 38fa71e..8bc1dc0 100644 --- a/ntlm/helpers_test.go +++ b/ntlm/helpers_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/keys.go b/ntlm/keys.go index 8144468..3af87fe 100644 --- a/ntlm/keys.go +++ b/ntlm/keys.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/messages/authenticate.go b/ntlm/messages/authenticate.go index 3b5afeb..03f0b02 100644 --- a/ntlm/messages/authenticate.go +++ b/ntlm/messages/authenticate.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/authenticate_test.go b/ntlm/messages/authenticate_test.go index 1c7d2fe..7b94be4 100644 --- a/ntlm/messages/authenticate_test.go +++ b/ntlm/messages/authenticate_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/av_pairs.go b/ntlm/messages/av_pairs.go index 51d3f14..b5928ef 100644 --- a/ntlm/messages/av_pairs.go +++ b/ntlm/messages/av_pairs.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/challenge.go b/ntlm/messages/challenge.go index aa22538..8cb85c4 100644 --- a/ntlm/messages/challenge.go +++ b/ntlm/messages/challenge.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/challenge_responses.go b/ntlm/messages/challenge_responses.go index d03151b..93de05d 100644 --- a/ntlm/messages/challenge_responses.go +++ b/ntlm/messages/challenge_responses.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/challenge_test.go b/ntlm/messages/challenge_test.go index f3767f2..d495bb3 100644 --- a/ntlm/messages/challenge_test.go +++ b/ntlm/messages/challenge_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/helpers.go b/ntlm/messages/helpers.go index daba5b8..bfd6c5a 100644 --- a/ntlm/messages/helpers.go +++ b/ntlm/messages/helpers.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/negotiate.go b/ntlm/messages/negotiate.go index ee33044..1e0bcda 100644 --- a/ntlm/messages/negotiate.go +++ b/ntlm/messages/negotiate.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages type Negotiate struct { diff --git a/ntlm/messages/negotiate_flags.go b/ntlm/messages/negotiate_flags.go index 9e56b11..e6eab49 100644 --- a/ntlm/messages/negotiate_flags.go +++ b/ntlm/messages/negotiate_flags.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages // During NTLM authentication, each of the following flags is a possible value of the NegotiateFlags field of the NEGOTIATE_MESSAGE, diff --git a/ntlm/messages/negotiate_flags_test.go b/ntlm/messages/negotiate_flags_test.go index 3d99036..300473c 100644 --- a/ntlm/messages/negotiate_flags_test.go +++ b/ntlm/messages/negotiate_flags_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/payload.go b/ntlm/messages/payload.go index 85c049f..d6c9c72 100644 --- a/ntlm/messages/payload.go +++ b/ntlm/messages/payload.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/messages/version.go b/ntlm/messages/version.go index 9ca775d..54d796c 100644 --- a/ntlm/messages/version.go +++ b/ntlm/messages/version.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package messages import ( diff --git a/ntlm/ntlm.go b/ntlm/ntlm.go index b8db59a..e508245 100644 --- a/ntlm/ntlm.go +++ b/ntlm/ntlm.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + // Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2. // To create NTLM v1 or v2 sessions you would use CreateClientSession and create ClientServerSession. package ntlm diff --git a/ntlm/ntlmv1.go b/ntlm/ntlmv1.go index b1cf5fc..a0f44ea 100644 --- a/ntlm/ntlmv1.go +++ b/ntlm/ntlmv1.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + // Receve an Authenticate message and authenticate the user package ntlm diff --git a/ntlm/ntlmv1_test.go b/ntlm/ntlmv1_test.go index 81a4b23..ed852da 100644 --- a/ntlm/ntlmv1_test.go +++ b/ntlm/ntlmv1_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/ntlmv2.go b/ntlm/ntlmv2.go index f4a18ca..14be1ab 100644 --- a/ntlm/ntlmv2.go +++ b/ntlm/ntlmv2.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + // Receve an Authenticate message and authenticate the user package ntlm diff --git a/ntlm/ntlmv2_test.go b/ntlm/ntlmv2_test.go index ad99a5f..f16b4bb 100644 --- a/ntlm/ntlmv2_test.go +++ b/ntlm/ntlmv2_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/signature.go b/ntlm/signature.go index 8d7168e..8596939 100644 --- a/ntlm/signature.go +++ b/ntlm/signature.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import ( diff --git a/ntlm/signature_test.go b/ntlm/signature_test.go index 079c892..553289f 100644 --- a/ntlm/signature_test.go +++ b/ntlm/signature_test.go @@ -1,4 +1,5 @@ //Copyright 2013 Thomson Reuters Global Resources. All Rights Reserved. Proprietary and confidential information of TRGR. Disclosure, use, or reproduction without written authorization of TRGR is prohibited. + package ntlm import (