aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5.c
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-07-06lib: Use UTF-8 encoding in commentsGergely Nagy
2019-06-13krb5: fix compiler warningMarcel Raad
2018-09-13sendf: use failf() rather than Curl_failf()Daniel Gustafsson
2018-09-13krb5: fix memory leak in krb_authDaniel Gustafsson
2018-03-04krb5: use nondeprecated functionsMarcel Raad
2017-12-13krb5: fix a potential access of uninitialized memoryDaniel Stenberg
2017-05-01krb5: use private buffer for temp string, not receive bufferDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-10-08ftp: fix Curl_ftpsendf()Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-08ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme
2016-03-10krb5: improved type handling to avoid clang compiler warningsDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-09gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme
2014-12-04sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme
2014-10-08krb5_encode: remove unused argumentDaniel Stenberg
2014-07-23GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat
2014-07-23curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov
2014-07-16Use SPNEGO for HTTP NegotiateDavid Woodhouse
2013-08-26security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-10-04krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken
2012-01-04krb5.c: fix compiler warning: variable set but not usedYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-24add missing semicolonsDaniel Stenberg
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-28Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-13gssapi: rename our files to avoid conflictsDaniel Stenberg
2011-07-12silence picky compilers: mark unused parametersDaniel Stenberg
2011-07-12gssapi.c: Simplified the function.Julien Chaffraix
2011-07-12Added Curl_gss_init_sec_context.Julien Chaffraix
2011-07-04code style: space between close paren and open braceDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-03-16compiler warnings fixedDaniel Stenberg
2010-11-13urldata: Capitalize enum protect_level values.Julien Chaffraix
2010-11-12krb5: Use GSS_ERROR to check for error.Julien Chaffraix
2010-10-02krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix
2010-10-02krb5-gssapi: Made the function always return a value.Julien Chaffraix
2010-10-02krb5-gssapi: Delete the GSS-API context.Julien Chaffraix