1. 21 Dec, 2014 6 commits
    • Daniel Stenberg's avatar
      openssl: warn for SRP set if SSLv3 is used, not for TLS version · 03e206d1
      Daniel Stenberg authored
      ... as it requires TLS and it was was left to warn on the default from
      when default was SSL...
      03e206d1
    • Daniel Stenberg's avatar
      smb: use memcpy() instead of strncpy() · 2c5f346d
      Daniel Stenberg authored
      ... as it never copies the trailing zero anyway and always just the four
      bytes so let's not mislead anyone into thinking it is actually treated
      as a string.
      
      Coverity CID: 1260214
      2c5f346d
    • John E. Malmberg's avatar
      VMS: Updates for 0740-0D1220 · f9cf3de7
      John E. Malmberg authored
      lib/setup-vms.h : VAX HP OpenSSL port is ancient, needs help.
                        More defines to set symbols to uppercase.
      
      src/tool_main.c : Fix parameter to vms_special_exit() call.
      
      packages/vms/ :
        backup_gnv_curl_src.com : Fix the error message to have the correct package.
      
        build_curl-config_script.com : Rewrite to be more accurate.
      
        build_libcurl_pc.com : Use tool_version.h now.
      
        build_vms.com : Fix to handle lib/vtls directory.
      
        curl_gnv_build_steps.txt : Updated build procedure documentation.
      
        generate_config_vms_h_curl.com :
             * VAX does not support 64 bit ints, so no NTLM support for now.
             * VAX HP SSL port is ancient, needs some help.
             * Disable NGHTTP2 for now, not ported to VMS.
             * Disable UNIX_SOCKETS, not available on VMS yet.
             * HP GSSAPI port does not have gss_nt_service_name.
      
        gnv_link_curl.com : Update for new curl structure.
      
        pcsi_product_gnv_curl.com : Set up to optionally do a complete build.
      f9cf3de7
    • Marc Hoersken's avatar
      sockfilt.c: use non-Ex functions that are available before WinXP · 6f1f5a75
      Marc Hoersken authored
      It was initially reported by Guenter that GetFileSizeEx
      requires (_WIN32_WINNT >= 0x0500) to be true.
      6f1f5a75
    • Marc Hoersken's avatar
      tests: use Cygwin-style paths in SSH, SSHD and SFTP config files · ed68159d
      Marc Hoersken authored
      Second patch to enable Windows support using Cygwin-based OpenSSH.
      
      Tested with CopSSH 5.0.0 free edition using an msys shell on Windows 7.
      ed68159d
    • Marc Hoersken's avatar
      tests: support spaces in paths to SSH, SSHD and SFTP binaries · 01148894
      Marc Hoersken authored
      First patch to enable Windows support using Cygwin-based OpenSSH.
      01148894
  2. 20 Dec, 2014 3 commits
  3. 19 Dec, 2014 4 commits
  4. 18 Dec, 2014 1 commit
  5. 17 Dec, 2014 1 commit
  6. 16 Dec, 2014 6 commits
  7. 15 Dec, 2014 4 commits
  8. 14 Dec, 2014 15 commits