summaryrefslogtreecommitdiff
path: root/lib/curl_sasl_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* sasl: Updated SPN variables and comments for consistencySteve Holme2015-08-311-5/+5
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-10/+10
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* sasl_gssapi: Make Curl_sasl_build_gssapi_spn() publicSteve Holme2015-01-181-1/+1
* sasl_gssapi: Fixed memory leak with local SPN variableSteve Holme2015-01-181-0/+4
* gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme2015-01-091-10/+1
* sasl_gssapi: Fixed build on NetBSD with built-in GSS-APISteve Holme2015-01-081-1/+2
* sasl_gssapi: Fixed use of dummy username with real usernameSteve Holme2014-12-281-5/+41
* sasl: Corrected formatting of function descriptionsSteve Holme2014-12-051-9/+9
* sasl_gssapi: Added missing function descriptionSteve Holme2014-12-051-0/+10
* sasl_gssapi: Added body to Curl_sasl_create_gssapi_security_message()Steve Holme2014-12-051-6/+122
* sasl_gssapi: Fixed missing include from commit d3cca934eeSteve Holme2014-12-041-0/+1
* sasl_gssapi: Fixed missing decoding debug failure messageSteve Holme2014-12-041-1/+4
* sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme2014-12-041-1/+1
* sasl_gssapi: Added body to Curl_sasl_create_gssapi_user_message()Steve Holme2014-12-031-7/+87
* sasl_gssapi: Added body to Curl_sasl_gssapi_cleanup()Steve Holme2014-12-031-1/+13
* sasl_gssapi: Added Curl_sasl_build_gssapi_spn() functionSteve Holme2014-12-031-0/+21
* sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based buildsSteve Holme2014-12-031-2/+2
* sasl_gssapi: Introduced GSS-API based SASL moduleSteve Holme2014-12-021-0/+119