Age | Commit message (Expand) | Author |
2012-06-15 | build: add curl_multibyte files to build systems | Yang Tse |
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury |
2012-06-15 | Fixed typo. | Guenter Knauf |
2012-06-14 | winbuild/MakefileBuild.vc: convert line endings to DOS style | Yang Tse |
2012-06-14 | winbuild: Allow SSPI build with or without Schannel | Marc Hoersken |
2012-06-14 | curl.1: 7.27.0 seems next release | Yang Tse |
2012-06-14 | schannel: fix printf-style format strings | Yang Tse |
2012-06-14 | Fix bad failf() and info() usage | Yang Tse |
2012-06-14 | schannel: fix unused parameter warnings | Yang Tse |
2012-06-14 | schannel: fix comparisons between signed and unsigned | Yang Tse |
2012-06-14 | schannel: fix discarding qualifier from pointer type | Yang Tse |
2012-06-14 | schannel: fix shadowing of global declarations | Yang Tse |
2012-06-14 | schannel: fix Curl_schannel_init() and Curl_schannel_cleanup() declarations | Yang Tse |
2012-06-14 | urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.h | Gisle Vanem |
2012-06-13 | MakefileBuild.vc: Allow building without SSL | Yang Tse |
2012-06-13 | configure: new option --with-winssl | Yang Tse |
2012-06-13 | Changed Schannel string to SSL-Windows-native. | Guenter Knauf |
2012-06-13 | schannel: remove version number and identify its use with 'schannel' literal | Yang Tse |
2012-06-12 | singlesocket: remove dead code | Daniel Stenberg |
2012-06-12 | netrc: remove dead code | Daniel Stenberg |
2012-06-12 | Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing" | Yang Tse |
2012-06-12 | socks_sspi.c: further cleanup | Yang Tse |
2012-06-12 | socks_sspi.c: Clean up and removal of obsolete minor status | Marc Hoersken |
2012-06-12 | Removed trailing whitespaces. | Guenter Knauf |
2012-06-12 | strerror.c: make Curl_sspi_strerror() always return code for errors | Yang Tse |
2012-06-12 | curl_sspi.h: provide sspi status definitions missing in old headers | Yang Tse |
2012-06-12 | sspi: make Curl_sspi_strerror() libcurl's sspi status code string function | Yang Tse |
2012-06-12 | sspi: make Curl_sspi_strerror() libcurl's sspi status code string function | Yang Tse |
2012-06-11 | Revert: 634f7cfee40d4658 partially | Daniel Stenberg |
2012-06-11 | checksrc: shorten a few lines to comply | Daniel Stenberg |
2012-06-11 | cleanup: remove trailing whitespace | Daniel Stenberg |
2012-06-11 | winbuild: Removed WITH_SSL=schannel and tie schannel to SSPI | Marc Hoersken |
2012-06-11 | Makefile.vc6: Added version.lib if built with SSPI | Steve Holme |
2012-06-11 | winbuild: Updated winbuild scripts to add schannel | Marc Hoersken |
2012-06-11 | mingw32: Fixed warning of USE_SSL being redefined | Marc Hoersken |
2012-06-11 | sspi: Fixed incompatible parameter pointer type in Curl_sspi_version | Marc Hoersken |
2012-06-11 | sspi: Updated RELEASE-NOTES, FEATURES and THANKS | Marc Hoersken |
2012-06-11 | setup.h: Automatically define USE_SSL if USE_SCHANNEL is defined | Marc Hoersken |
2012-06-11 | version: Replaced SSPI feature information with version string details | Marc Hoersken |
2012-06-11 | sspi.c: Post Curl_sspi_version() rework code tidy up | Steve Holme |
2012-06-11 | sspi: Reworked Curl_sspi_version() to return version components | Steve Holme |
2012-06-11 | configure.ac: Added -lversion if built with SSPI | Guenter Knauf |
2012-06-11 | schannel: Code cleanup and bug fixes | Marc Hoersken |
2012-06-11 | curl_sspi: Added Curl_sspi_version function | Marc Hoersken |
2012-06-11 | schannel: Updated mingw32 makefiles | Guenter Knauf |
2012-06-11 | schannel: Replace ASCII specific code with general defines | Marc Hoersken |
2012-06-11 | schannel: Added definitions which are missing in mingw32 | Marc Hoersken |
2012-06-11 | schannel: Moved interal struct types to urldata.h | Marc Hoersken |
2012-06-11 | schannel: Fixed compiler warnings about pointer type assignments | Marc Hoersken |
2012-06-11 | schannel: Fixed critical typo in conditions and added buffer length checks | Marc Hoersken |