HomeSort by relevance Sort by last modified time
    Searched defs:ntlm (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
http_ntlm.c 28 * NTLM details:
30 * http://davenport.sourceforge.net/ntlm.html
31 * https://www.innovation.ch/java/ntlm.html
67 struct ntlmdata *ntlm; local
70 ntlm = proxy ? &conn->proxyntlm : &conn->ntlm;
72 if(checkprefix("NTLM", header)) {
73 header += strlen("NTLM");
79 result = Curl_auth_decode_ntlm_type2_message(conn->data, header, ntlm);
83 ntlm->state = NTLMSTATE_TYPE2; /* We got a type-2 message *
126 struct ntlmdata *ntlm; local
    [all...]
curl_ntlm_wb.c 29 * NTLM details:
31 * http://davenport.sourceforge.net/ntlm.html
32 * https://www.innovation.ch/java/ntlm.html
50 #include "vauth/ntlm.h"
169 NTLM challenge/response which only accepts commands and output
320 conn->response_header = aprintf("NTLM %.*s", len_out - 4, buf + 3);
329 * This is for creating ntlm header output by delegating challenge/response
341 struct ntlmdata *ntlm; local
353 ntlm = &conn->proxyntlm;
359 ntlm = &conn->ntlm
    [all...]
urldata.h 455 /* Struct used for NTLM challenge-response authentication */
471 void *target_info; /* TargetInfo received in the ntlm type-2 message */
1069 struct ntlmdata ntlm; \/* NTLM differs from other authentication schemes member in struct:connectdata
    [all...]
  /external/curl/tests/server/
rtspd.c 106 bool ntlm; /* Authorization ntlm header found */ member in struct:httprequest
653 else if(!req->ntlm &&
654 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) {
655 /* If the client is passing this type-3 NTLM header */
657 req->ntlm = TRUE; /* NTLM found */
658 logmsg("Received NTLM type-3, sending back data %ld", req->partno);
663 else if(!req->ntlm &&
664 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB"))
    [all...]
sws.c 108 bool ntlm; /* Authorization ntlm header found */ member in struct:httprequest
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 &
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 

Completed in 745 milliseconds