Home | History | Annotate | Download | only in lib

Lines Matching defs:ntlm

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;
353 ntlm = &conn->proxyntlm;
359 ntlm = &conn->ntlm;
368 switch(ntlm->state) {
371 /* Use Samba's 'winbind' daemon to support NTLM authentication,
372 * by delegating the NTLM challenge/response protocal to a helper
374 * http://devel.squid-cache.org/ntlm/squid_helper_protocol.html
380 * If NTLM authentication using winbind fails, go back to original
387 res = ntlm_wb_response(conn, "YR\n", ntlm->state);
403 res = ntlm_wb_response(conn, input, ntlm->state);
414 ntlm->state = NTLMSTATE_TYPE3; /* we sent a type-3 */