aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl_gssapi.c
AgeCommit message (Expand)Author
2015-08-31sasl: Updated SPN variables and comments for consistencySteve Holme
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-18sasl_gssapi: Make Curl_sasl_build_gssapi_spn() publicSteve Holme
2015-01-18sasl_gssapi: Fixed memory leak with local SPN variableSteve Holme
2015-01-09gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme
2015-01-08sasl_gssapi: Fixed build on NetBSD with built-in GSS-APISteve Holme
2014-12-28sasl_gssapi: Fixed use of dummy username with real usernameSteve Holme
2014-12-05sasl: Corrected formatting of function descriptionsSteve Holme
2014-12-05sasl_gssapi: Added missing function descriptionSteve Holme
2014-12-05sasl_gssapi: Added body to Curl_sasl_create_gssapi_security_message()Steve Holme
2014-12-04sasl_gssapi: Fixed missing include from commit d3cca934eeSteve Holme
2014-12-04sasl_gssapi: Fixed missing decoding debug failure messageSteve Holme
2014-12-04sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme
2014-12-03sasl_gssapi: Added body to Curl_sasl_create_gssapi_user_message()Steve Holme
2014-12-03sasl_gssapi: Added body to Curl_sasl_gssapi_cleanup()Steve Holme
2014-12-03sasl_gssapi: Added Curl_sasl_build_gssapi_spn() functionSteve Holme
2014-12-03sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based buildsSteve Holme
2014-12-02sasl_gssapi: Introduced GSS-API based SASL moduleSteve Holme