Index: ne_ntlm.c =================================================================== --- ne_ntlm.c (revision 1746) +++ ne_ntlm.c (working copy) @@ -338,43 +338,43 @@ memset(lmbuffer+16, 0, 5); } /* create LM responses */ calc_resp(lmbuffer, nonce, lmresp); #ifdef USE_NTRESPONSES { /* create NT hashed password */ MD4_CTX md4; len = strlen(password); for (i=0; i> 8) #define LONGQUARTET(x) ((x) & 0xff), (((x) >> 8)&0xff), \ (((x) >>16)&0xff), ((x)>>24) /* this is for creating ntlm header output */ static int ne_output_ntlm(ne_ntlm_context *ctx) { const char *domain=""; /* empty */ const char *host=""; /* empty */ int domlen=strlen(domain); int hostlen = strlen(host); int hostoff; /* host name offset */ int domoff; /* domain name offset */