1. 27 Dec, 2014 7 commits
  2. 26 Dec, 2014 7 commits
  3. 25 Dec, 2014 6 commits
  4. 24 Dec, 2014 10 commits
  5. 23 Dec, 2014 1 commit
  6. 22 Dec, 2014 4 commits
  7. 21 Dec, 2014 5 commits
    • Marc Hoersken's avatar
      003dd2e7
    • 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