Displaying 1 result from an estimated 1 matches for "detmine".
Did you mean:
detemine
2001 Oct 11
0
NTLM HTTP Authentication - distinguishing between win9x and NT and 2000
...gt;nonce,
&msg_win9x,crec->ntlm_domain);
challenge = uuencode_binary(r->pool, (unsigned char *) &msg_win9x,
NTLM_MSG2_WIN9X_FIXED_SIZE+strlen(crec->ntlm_domain));
}
--------------------
Possibly looking at the length of these structs or something - the nonce
member?? would detmine this.
Note: a seg fault occurs if we use the wrong one.
Also:
-----
Note: curiously, only the very first time I used this with my browser running
on win 2000, it DID send the host and domain - and the authentication worked.
But every other time after that (even after restarting IE), the browser...