OpenVPN
Functions
ntlm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * ntlm_phase_1 (const struct http_proxy_info *p, struct gc_arena *gc)
 
const char * ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_arena *gc)
 

Function Documentation

◆ ntlm_phase_1()

const char* ntlm_phase_1 ( const struct http_proxy_info p,
struct gc_arena gc 
)

Definition at line 175 of file ntlm.c.

References alloc_buf_gc(), BSTR, and buf_printf().

Referenced by establish_http_proxy_passthru().

◆ ntlm_phase_3()

const char* ntlm_phase_3 ( const struct http_proxy_info p,
const char *  phase_2,
struct gc_arena gc 
)