summaryrefslogtreecommitdiff
path: root/lib/socks_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-21/+23
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-2/+4
* gssapi: initialize gss_buffer_desc stringsDaniel Gustafsson2022-05-121-1/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-2/+2
* 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-6/+6
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-6/+6
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-1/+1
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-1/+1
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-1/+2
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-1/+5
* 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