summaryrefslogtreecommitdiff
path: root/lib/socks_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-14/+17
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-2/+4
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-3/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-15/+15
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-6/+6
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* curl_multibyte: add to curlxMarcel Raad2020-05-141-2/+2
* 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