summaryrefslogtreecommitdiff
path: root/lib/krb5.c
Commit message (Expand)AuthorAgeFilesLines
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-2/+2
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-231-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-12/+11
* krb5/name_to_level: replace checkprefix with curl_strequalHarry Sintonen2021-05-031-1/+1
* krb5: don't use 'static' to store PBSZ size responseDaniel Stenberg2021-04-261-1/+1
* krb5: remove the unused 'overhead' functionDaniel Stenberg2021-04-251-13/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* lib: remove conn->data usesPatrick Monnerat2021-01-261-37/+38
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-18/+21
* misc: fix typosFabian Keil2021-01-111-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-3/+2
* curl_krb5.h: rename from krb5.hDaniel Stenberg2020-09-221-1/+1
* krb5: merged security.c and krb specific FTP functions in hereDaniel Stenberg2020-09-211-14/+582
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* lib: Use UTF-8 encoding in commentsGergely Nagy2019-07-061-1/+1
* krb5: fix compiler warningMarcel Raad2019-06-131-4/+2
* sendf: use failf() rather than Curl_failf()Daniel Gustafsson2018-09-131-3/+2
* krb5: fix memory leak in krb_authDaniel Gustafsson2018-09-131-0/+1
* krb5: use nondeprecated functionsMarcel Raad2018-03-041-3/+3
* krb5: fix a potential access of uninitialized memoryDaniel Stenberg2017-12-131-1/+2
* krb5: use private buffer for temp string, not receive bufferDaniel Stenberg2017-05-011-5/+9
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* ftp: fix Curl_ftpsendf()Daniel Stenberg2016-10-081-3/+9
* 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-2/+2
* ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme2016-04-081-2/+5
* krb5: improved type handling to avoid clang compiler warningsDaniel Stenberg2016-03-101-9/+6
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* checksrc: use space after commaDaniel Stenberg2015-03-171-2/+4
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme2015-01-091-10/+3
* sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme2014-12-041-0/+1
* krb5_encode: remove unused argumentDaniel Stenberg2014-10-081-6/+2
* GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat2014-07-231-1/+1
* 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
* security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg2013-08-261-2/+2
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-1/+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/+341
* build: rename 93 lib/*.c filesYang Tse2013-01-031-341/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken2012-10-041-2/+3
* krb5.c: fix compiler warning: variable set but not usedYang Tse2012-01-041-3/+6
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* add missing semicolonsDaniel Stenberg2011-08-241-1/+1
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-7/+10
* 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