summaryrefslogtreecommitdiff
path: root/lib/http_negotiate_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* http_negotiate: Added empty decoded challenge message info textSteve Holme2015-01-171-1/+5
* http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme2015-01-171-18/+18
* http_negotiate_sspi: Prefer use of 'attrs' for context attributesSteve Holme2015-01-171-3/+3
* http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo()Steve Holme2015-01-171-4/+5
* http_negotiate_sspi: Use 'CURLcode result' for CURL result codeSteve Holme2015-01-171-8/+8
* sspi: Define authentication package name constantsSteve Holme2014-11-051-2/+2
* sspi: Synchronization of cleanup code between auth mechanismsSteve Holme2014-10-261-4/+9
* sspi: Renamed max token length variablesSteve Holme2014-10-261-4/+4
* sspi: Renamed expiry time stamp variablesSteve Holme2014-10-261-3/+3
* http_negotiate_sspi: Tidy up to remove the get_gss_name() functionSteve Holme2014-08-091-22/+10
* http_negotiate_sspi: Use a dynamic buffer for SPN generationSteve Holme2014-08-091-16/+10
* sspi: Minor code tidy up to standardise coding styleSteve Holme2014-08-081-21/+16
* http_negotiate_sspi: Fixed specific username and password not workingSteve Holme2014-08-061-5/+45
* http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8Steve Holme2014-08-061-2/+7
* SSPI Negotiate: Fix 3 memory leaksMarcel Raad2014-07-241-6/+7
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-2/+2
* HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov2014-07-231-41/+4
* Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse2014-07-161-1/+0
* http_negotiate_sspi: Fixed compilation when USE_HTTP_NEGOTIATE not definedSteve Holme2014-04-061-4/+4
* http: Post base64 decoding tidy upSteve Holme2013-11-031-3/+0
* 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/+308
* build: rename 93 lib/*.c filesYang Tse2013-01-031-308/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* unicode NTLM SSPI: cleanupYang Tse2012-07-051-8/+2
* Win32: downplay MS bazillion type synonyms gameYang Tse2012-06-161-4/+4
* SSPI related code: Unicode support for WinCE - kill compiler warningsYang Tse2012-06-151-2/+3
* SSPI related code: Unicode support for WinCE - commit 46480bb9 follow-upMark Salisbury2012-06-151-1/+1
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-4/+17
* http_negotiate_sspi.c: fix compiler warningYang Tse2012-01-131-2/+3
* Curl_input_negotiate: use the correct buffer for inputDaniel Stenberg2012-01-011-2/+2
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-10/+15
* http_negotiate_sspi.c: fix compiler warningYang Tse2011-08-141-3/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+1
* get_gss_name: proxy auth without proxy set equals errorDaniel Stenberg2011-06-291-5/+8
* Remove unnecessary typecastYang Tse2011-06-021-3/+3
* negotiate sspi: fix sequential requestsMarcel Roelofs2011-05-161-14/+15
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-6/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-10/+10
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* Added casts to silent gcc warnings.Guenter Knauf2011-01-141-3/+4
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-071-0/+292