1. 13 Jul, 2012 3 commits
  2. 12 Jul, 2012 5 commits
  3. 11 Jul, 2012 15 commits
  4. 10 Jul, 2012 2 commits
  5. 09 Jul, 2012 6 commits
  6. 08 Jul, 2012 6 commits
  7. 07 Jul, 2012 3 commits
    • Marc Hoersken's avatar
      winbuild: Make USE_WINSSL depend on USE_SSPI · d39bbcfa
      Marc Hoersken authored
      Since WinSSL cannot be build without SSPI being enabled,
      USE_WINSSL now defaults to the value of USE_SSPI.
      
      The makefile does now raise an error if WinSSL is enabled
      while SSPI is disabled.
      d39bbcfa
    • Marc Hoersken's avatar
      winbuild: Aligned USE_SSPI with other USE_x defines · 86871577
      Marc Hoersken authored
      Renamed external parameter USE_SSPI = yes/no to ENABLE_SSPI = yes/no.
      Backwards compatible change: USE_SSPI can still be passed as external
      parameter with yes/no value as long as ENABLE_SSPI is not given.
      
      USE_x defines are passed around with true/false values internally,
      USE_SSPI is now aligned to this approach, but still accepts external
      values yes/no being passed, just like the other defines.
      86871577
    • Marc Hoersken's avatar
      winbuild: Clean up formatting and variable naming · aeca33f9
      Marc Hoersken authored
      - Changed space usage to line up with the whole file
      - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be
        consistent with the other CFLAGS_x variables
      - Make use of existing CFLAGS_IPV6 (previously IPV6_CFLAGS)
        instead of appending directly to CFLAGS
      aeca33f9