index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
socks_sspi.c
Age
Commit message (
Expand
)
Author
2019-02-26
strerror: make the strerror function use local buffers
Daniel Stenberg
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-07-14
library: Fix memory leaks found during static analysis
Miroslav Franc
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-09
CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME
Steve Holme
2016-03-31
SOCKS5_gssapi_negotiate: don't assume little-endian ints
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-08-14
sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module
Steve Holme
2014-07-23
docs: Improve inline GSS-API naming in code documentation
Michael Osipov
2014-04-18
socks_sspi.c: added pointer guards to FreeContextBuffer calls
Marc Hoersken
2013-07-24
string formatting: fix 15+ printf-style format strings
Yang Tse
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-09-06
SOCKS: truly disable it if CURL_DISABLE_PROXY is defined
Daniel Stenberg
2012-07-05
unicode NTLM SSPI: cleanup
Yang Tse
2012-06-16
Win32: downplay MS bazillion type synonyms game
Yang Tse
2012-06-15
SSPI related code: Unicode support for WinCE - kill compiler warnings
Yang Tse
2012-06-15
SSPI related code: Unicode support for WinCE
Mark Salisbury
2012-06-14
Fix bad failf() and info() usage
Yang Tse
2012-06-12
socks_sspi.c: further cleanup
Yang Tse
2012-06-12
socks_sspi.c: Clean up and removal of obsolete minor status
Marc Hoersken
2012-06-12
sspi: make Curl_sspi_strerror() libcurl's sspi status code string function
Yang Tse
2012-06-12
sspi: make Curl_sspi_strerror() libcurl's sspi status code string function
Yang Tse
2012-06-11
sspi: Refactored socks_sspi and schannel to use same error message functions
Marc Hoersken
2011-08-08
SOCKS: fix the connect timeout
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-04
code style: space between close paren and open brace
Daniel Stenberg
2011-05-26
compiler warning: fix
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-05
Changed some nonportable types
Dan Fandrich
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-23
add inclusion of curl_memory.h
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2009-02-23
use the internal snprintf() function
Yang Tse
2009-01-29
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
Yang Tse
2009-01-29
added some more messages to SSPI error function
Yang Tse
2009-01-29
Avoid inclusion of ntsecapi.h and directly provide the KERB_WRAP_NO_ENCRYPT
Yang Tse
2009-01-29
fix compiler warnings
Yang Tse
[next]