summaryrefslogtreecommitdiff
path: root/lib/socks_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-3/+3
* code style: use spaces around plusesDaniel Stenberg2017-09-111-12/+13
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-18/+18
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-3/+3
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-5/+7
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+3
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-1/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-17/+17
* checksrc: use space before paren in "return (expr);"Daniel Stenberg2015-03-171-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme2015-01-091-14/+4
* sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme2014-12-041-0/+1
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-10/+10
* GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat2014-07-231-1/+1
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-28/+28
* curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov2014-07-231-1/+1
* Use SPNEGO for HTTP NegotiateDavid Woodhouse2014-07-161-0/+1
* 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/+533
* build: rename 93 lib/*.c filesYang Tse2013-01-031-533/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-8/+8
* Fix bad failf() and info() usageYang Tse2012-06-141-1/+2
* SOCKS: fix the connect timeoutDaniel Stenberg2011-08-081-12/+4
* Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac2011-08-031-1/+2
* Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich2011-07-281-0/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-131-1/+1
* gssapi.c: Simplified the function.Julien Chaffraix2011-07-121-9/+3
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-121-13/+14
* compiler warning: fixYang Tse2011-05-261-2/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* Changed some nonportable typesDan Fandrich2011-04-051-1/+1
* scan-build warningDaniel Stenberg2011-03-161-3/+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
* Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reportingDan Fandrich2009-01-301-0/+4
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-0/+547