X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ntlm.h;h=ad835201ce1515deef88bef04d88c4309fd4d843;hb=f16d8d23439b5569f0c2e1af22494708b507f277;hp=f25e416e3cb77a7012d4f376b6a5113bbadb0bb5;hpb=290112dca0d583aa8498b2a019cf10b1ee57900b;p=~andy%2Ffetchmail diff --git a/ntlm.h b/ntlm.h index f25e416e..ad835201 100644 --- a/ntlm.h +++ b/ntlm.h @@ -1,9 +1,6 @@ /* ntlm.h -- interface declarations for SMB authentication code */ -typedef unsigned short uint16; -typedef unsigned int uint32; -typedef unsigned char uint8; - +#include "smbtypes.h" /* * These structures are byte-order dependant, and should not @@ -35,8 +32,8 @@ uint32 msgType; tSmbStrHeader uDomain; uint32 flags; uint8 challengeData[8]; -uint8 reserved[8]; -tSmbStrHeader emptyString; +uint32 context[2]; +tSmbStrHeader targetInfo; uint8 buffer[1024]; uint32 bufIndex; }tSmbNtlmAuthChallenge;