summaryrefslogtreecommitdiff
path: root/lib/krb5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-2/+0
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-131-1/+1
* silence picky compilers: mark unused parametersDaniel Stenberg2011-07-121-6/+6
* gssapi.c: Simplified the function.Julien Chaffraix2011-07-121-6/+0
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-121-25/+14
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+5
* compiler warnings fixedDaniel Stenberg2011-03-161-6/+6
* urldata: Capitalize enum protect_level values.Julien Chaffraix2010-11-131-2/+2
* krb5: Use GSS_ERROR to check for error.Julien Chaffraix2010-11-121-4/+4
* krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix2010-10-021-15/+19
* krb5-gssapi: Made the function always return a value.Julien Chaffraix2010-10-021-1/+2
* krb5-gssapi: Delete the GSS-API context.Julien Chaffraix2010-10-021-3/+22
* krb5-gssapi: Remove several memory leaks.Julien Chaffraix2010-09-281-2/+2