summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* typecasts to prevent warningsDaniel Stenberg2003-10-171-2/+2
* make no user or no password just mean blank fields, not aborted operationDaniel Stenberg2003-10-171-3/+6
* weird typo removedDaniel Stenberg2003-10-051-1/+1
* When we issue a HTTP request, first make sure if the authentication phaseDaniel Stenberg2003-09-151-1/+6
* no user or password set, bail outDaniel Stenberg2003-09-041-0/+4
* added include "http.h" to prevent a warningDaniel Stenberg2003-08-111-0/+1
* Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxiesDaniel Stenberg2003-08-111-1/+4
* More support for NTLM on proxies, now proxy state and nonce is stored inDaniel Stenberg2003-07-221-23/+32
* adjusted to support NTLM for proxiesDaniel Stenberg2003-07-211-18/+39
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-191-6/+9
* Moved the NTLM credentials to the connectdata struct instead, as NTLMDaniel Stenberg2003-07-151-9/+7
* Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USERDaniel Stenberg2003-07-151-10/+21
* Many fixes, most of them based on comments by Eric GlassDaniel Stenberg2003-06-261-179/+131
* Cris Bailiff's patch that should make us do NTLM correctly. When we'veDaniel Stenberg2003-06-131-1/+13
* Cris Bailiff's bugfixDaniel Stenberg2003-06-131-6/+5
* use more curlish strings, these should be able to change...Daniel Stenberg2003-06-131-2/+2
* modifiedDaniel Stenberg2003-06-121-6/+15
* make it build with older OpenSSLDaniel Stenberg2003-06-121-15/+23
* attempt to make older OpenSSL versions work with the DES stuffDaniel Stenberg2003-06-121-0/+9
* fixing details for NTLMDaniel Stenberg2003-06-111-18/+38
* more how I envision it _should_ work, but it still doesn't...Daniel Stenberg2003-06-111-21/+44
* correct mistakesDaniel Stenberg2003-06-111-11/+7
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-0/+501