Home | History | Annotate | Download | only in server

Lines Matching defs:ntlm

108   bool ntlm;      /* Authorization ntlm header found */
171 proper point - like with NTLM */
760 else if(!req->ntlm &&
761 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) {
762 /* If the client is passing this type-3 NTLM header */
764 req->ntlm = TRUE; /* NTLM found */
765 logmsg("Received NTLM type-3, sending back data %ld", req->partno);
770 else if(!req->ntlm &&
771 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) {
772 /* If the client is passing this type-1 NTLM header */
774 req->ntlm = TRUE; /* NTLM found */
775 logmsg("Received NTLM type-1, sending back data %ld", req->partno);
910 req->ntlm = FALSE;