Age | Commit message (Expand) | Author |
2015-04-30 | http_negotiate_sspi: added missing data variable | Dan Fandrich |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-17 | http_negotiate: Added empty decoded challenge message info text | Steve Holme |
2015-01-17 | http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int | Steve Holme |
2015-01-17 | http_negotiate_sspi: Prefer use of 'attrs' for context attributes | Steve Holme |
2015-01-17 | http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo() | Steve Holme |
2015-01-17 | http_negotiate_sspi: Use 'CURLcode result' for CURL result code | Steve Holme |
2014-11-05 | sspi: Define authentication package name constants | Steve Holme |
2014-10-26 | sspi: Synchronization of cleanup code between auth mechanisms | Steve Holme |
2014-10-26 | sspi: Renamed max token length variables | Steve Holme |
2014-10-26 | sspi: Renamed expiry time stamp variables | Steve Holme |
2014-08-09 | http_negotiate_sspi: Tidy up to remove the get_gss_name() function | Steve Holme |
2014-08-09 | http_negotiate_sspi: Use a dynamic buffer for SPN generation | Steve Holme |
2014-08-08 | sspi: Minor code tidy up to standardise coding style | Steve Holme |
2014-08-06 | http_negotiate_sspi: Fixed specific username and password not working | Steve Holme |
2014-08-06 | http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8 | Steve Holme |
2014-07-24 | SSPI Negotiate: Fix 3 memory leaks | Marcel Raad |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-23 | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov |
2014-07-16 | Don't clear GSSAPI state between each exchange in the negotiation | David Woodhouse |
2014-04-06 | http_negotiate_sspi: Fixed compilation when USE_HTTP_NEGOTIATE not defined | Steve Holme |
2013-11-03 | http: Post base64 decoding tidy up | Steve Holme |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse |
2012-06-16 | Win32: downplay MS bazillion type synonyms game | Yang Tse |
2012-06-15 | SSPI related code: Unicode support for WinCE - kill compiler warnings | Yang Tse |
2012-06-15 | SSPI related code: Unicode support for WinCE - commit 46480bb9 follow-up | Mark Salisbury |
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury |
2012-01-13 | http_negotiate_sspi.c: fix compiler warning | Yang Tse |
2012-01-01 | Curl_input_negotiate: use the correct buffer for input | Daniel Stenberg |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-08-14 | http_negotiate_sspi.c: fix compiler warning | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-06-29 | get_gss_name: proxy auth without proxy set equals error | Daniel Stenberg |
2011-06-02 | Remove unnecessary typecast | Yang Tse |
2011-05-16 | negotiate sspi: fix sequential requests | Marcel Roelofs |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-01-14 | Added casts to silent gcc warnings. | Guenter Knauf |
2011-01-07 | HTTP: HTTP Negotiate authentication using SSPI | Marcel Roelofs |