aboutsummaryrefslogtreecommitdiff
path: root/lib/socks_sspi.c
AgeCommit message (Expand)Author
2012-06-11sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken
2011-08-08SOCKS: fix the connect timeoutDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-04code style: space between close paren and open braceDaniel Stenberg
2011-05-26compiler warning: fixYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-05Changed some nonportable typesDan Fandrich
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-23add inclusion of curl_memory.hYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2009-02-23use the internal snprintf() functionYang Tse
2009-01-29Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse
2009-01-29added some more messages to SSPI error functionYang Tse
2009-01-29Avoid inclusion of ntsecapi.h and directly provide the KERB_WRAP_NO_ENCRYPTYang Tse
2009-01-29fix compiler warningsYang Tse
2009-01-28- Markus Moeller introduced two new options to libcurl:Daniel Stenberg