summaryrefslogtreecommitdiff
path: root/lib/socks_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-1/+4
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-2/+3
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-4/+4
* code style: use spaces around plusesDaniel Stenberg2017-09-111-8/+8
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-4/+4
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-3/+6
* library: Fix memory leaks found during static analysisMiroslav Franc2016-07-141-2/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-1/+2
* SOCKS5_gssapi_negotiate: don't assume little-endian intsDaniel Stenberg2016-03-311-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-7/+7
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-10/+10
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-9/+9
* sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi moduleSteve Holme2014-08-141-7/+1
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-10/+10
* socks_sspi.c: added pointer guards to FreeContextBuffer callsMarc Hoersken2014-04-181-17/+36
* string formatting: fix 15+ printf-style format stringsYang Tse2013-07-241-13/+13
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+591
* build: rename 93 lib/*.c filesYang Tse2013-01-031-591/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-9/+9
* SOCKS: truly disable it if CURL_DISABLE_PROXY is definedDaniel Stenberg2012-09-061-1/+1
* unicode NTLM SSPI: cleanupYang Tse2012-07-051-8/+4
* Win32: downplay MS bazillion type synonyms gameYang Tse2012-06-161-3/+3
* SSPI related code: Unicode support for WinCE - kill compiler warningsYang Tse2012-06-151-1/+1
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-32/+44
* Fix bad failf() and info() usageYang Tse2012-06-141-1/+1
* socks_sspi.c: further cleanupYang Tse2012-06-121-75/+65
* socks_sspi.c: Clean up and removal of obsolete minor statusMarc Hoersken2012-06-121-41/+30
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-6/+6
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-5/+5
* sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken2012-06-111-86/+4
* SOCKS: fix the connect timeoutDaniel Stenberg2011-08-081-12/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-3/+3
* compiler warning: fixYang Tse2011-05-261-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-16/+20
* Changed some nonportable typesDan Fandrich2011-04-051-1/+1
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* add inclusion of curl_memory.hYang Tse2010-01-231-0/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-3/+0
* use the internal snprintf() functionYang Tse2009-02-231-2/+5
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-109/+115
* added some more messages to SSPI error functionYang Tse2009-01-291-1/+37
* Avoid inclusion of ntsecapi.h and directly provide the KERB_WRAP_NO_ENCRYPTYang Tse2009-01-291-1/+6