Age | Commit message (Expand) | Author |
2014-11-06 | http_digest: Reworked the SSPI based input token storage | Steve Holme |
2014-11-06 | sasl_sspi: Fixed compilation warning from commit 2d2a62e3d9 | Steve Holme |
2014-11-06 | sspi: Align definition values to even columns as we use 2 char spacing | Steve Holme |
2014-11-06 | sspi: Fixed missing definition of ISC_REQ_USE_HTTP_STYLE | Steve Holme |
2014-11-06 | sasl: Removed non-SSPI Digest functions and defines from SSPI based builds | Steve Holme |
2014-11-06 | sasl_sspi: Added HTTP digest response generation code | Steve Holme |
2014-11-06 | http_digest: Added SSPI based challenge decoding code | Steve Holme |
2014-11-06 | http_digest: Added SSPI based clean-up code | Steve Holme |
2014-11-06 | http_digest: Added SSPI based authentication functions | Steve Holme |
2014-11-06 | http_digest: Added required SSPI based variables to digest structure | Steve Holme |
2014-11-06 | contributors.sh: --releasenotes reads in names from RELEASE-NOTES | Frank Gevaerts |
2014-11-06 | RELEASE-NOTES: synced with 68542e72a9 | Daniel Stenberg |
2014-11-06 | curl_easy_setopt.3: add CURLOPT_PINNEDPUBLICKEY | Daniel Stenberg |
2014-11-05 | build: Fixed Visual Studio project file generation of strdup.[c|h] | Steve Holme |
2014-11-05 | tool_strdup.c: include the tool strdup.h | Daniel Stenberg |
2014-11-05 | THANKS-filter: added another Michał Górny version we've used | Daniel Stenberg |
2014-11-05 | contributors.sh: split lists using " and " | Daniel Stenberg |
2014-11-05 | http_digest: Fixed memory leaks from commit 6f8d8131b1 | Steve Holme |
2014-11-05 | sasl: Fixed compilation warning from commit 25264131e2 | Steve Holme |
2014-11-05 | sasl: Fixed HTTP digest challenges with spaces between auth parameters | Steve Holme |
2014-11-05 | http_digest: Fixed compilation errors from commit 6f8d8131b1 | Steve Holme |
2014-11-05 | http_digest: Moved response generation into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved challenge decoding into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved clean-up function into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved algorithm definitions to SASL module | Steve Holme |
2014-11-05 | ssh: Fixed build on platforms where R_OK is not defined | Gisle Vanem |
2014-11-05 | strdup: Removed irrelevant comment | Steve Holme |
2014-11-05 | url.c: Fixed compilation warning | Steve Holme |
2014-11-05 | http_digest: Use CURLcode instead of CURLdigest | Steve Holme |
2014-11-05 | contributors.sh: filter common alternative name spellings | Daniel Stenberg |
2014-11-05 | THANKS: added missing contributor from 2012 | Daniel Stenberg |
2014-11-05 | Remove duplicate names. | Frank Gevaerts |
2014-11-05 | sspi: Define authentication package name constants | Steve Holme |
2014-11-05 | Adjust OS400-specific support to last release | Patrick Monnerat |
2014-11-05 | THANKS: added two missing names and removed a duplicate | Daniel Stenberg |
2014-11-05 | bump: towards next release | Daniel Stenberg |
2014-11-05 | THANKS: added names from 7.39.0 release notes | Daniel Stenberg |
2014-11-05 | RELEASE-NOTES: 7.39.0 release (commit b3875606925) | Daniel Stenberg |
2014-11-05 | curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds | Daniel Stenberg |
2014-11-05 | lib544.c: use duphandle for test 545 | Daniel Stenberg |
2014-11-04 | tests: add new feature 'SSLpinning' | Daniel Stenberg |
2014-11-04 | buildconf: update copyright year | Daniel Stenberg |
2014-11-04 | INSTALL: Consistent spacing in section headings, paragraphs and examples | Steve Holme |
2014-11-04 | buildconf: stop checking for libtool | Daniel Stenberg |
2014-11-04 | INSTALL: Corrected MIT Kerberos and Heimdal package names | Steve Holme |
2014-11-04 | README: Corrected inconsistent use of --help | Steve Holme |
2014-11-04 | INSTALL: Use GSS-API rather than GSSAPI | Steve Holme |
2014-11-04 | README: Added note about using Visual Studio projects out of git repository | Steve Holme |
2014-11-04 | cmake: fix ZLIB_INCLUDE_DIRS use | K. R. Walker |
2014-11-04 | SSL: PolarSSL default min SSL version TLS 1.0 | Jay Satiro |