1. 21 Jun, 2012 7 commits
  2. 20 Jun, 2012 7 commits
  3. 19 Jun, 2012 12 commits
  4. 18 Jun, 2012 4 commits
  5. 16 Jun, 2012 1 commit
  6. 15 Jun, 2012 7 commits
  7. 14 Jun, 2012 2 commits
    • Yang Tse's avatar
      0fd5dda9
    • Marc Hoersken's avatar
      winbuild: Allow SSPI build with or without Schannel · 9d8375c2
      Marc Hoersken authored
      The changes introduced in commit 2bfa57bc are not enough
      to make it actually possible to use the USE_WINSSL option.
      Makefile.vc was not updated and the configuration name which is
      used in the build path did not match between both build files.
      
      This patch fixes those issues and introduces the following changes:
      
      - Replaced the -schannel name with -winssl in order to be consistent
      with the other options
      - Added ENABLE_WINSSL option to winbuild/Makefile.vc (default yes)
      - Changed winbuild/MakefileBuild.vc to set USE_WINSSL to true if
      USE_SSL is false and USE_WINSSL was not specified as a parameter
      - Separated WINSSL handling from SSPI handling to be consistent with
      the other options and their corresponding code path
      9d8375c2