1. 13 2月, 2016 2 次提交
    • R
      Better workaround for VMS getnameinfo() bug · 6faffd0a
      Richard Levitte 提交于
      The actual bug with current getnameinfo() on VMS is not that it puts
      gibberish in the service buffer, but that it doesn't touch it at all.
      The gibberish we dealt with before was simply stuff that happened to
      be on the stack.
      
      It's better to initialise the service buffer properly (with the empty
      string) and check if it's still an empty string after the
      getnameinfo() call, and fill it with the direct numerical translation
      of the raw port if that's the case.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      6faffd0a
    • R
      Adjust transfer::Text::Template.pm for alternate directory name · c680f77f
      Richard Levitte 提交于
      On VMS, periods in directory names weren't allowed.  To counter that,
      unpackers such as VMSTAR convert periods in directory names to
      underscores.  We need to count that in and add an alternative library
      path for Text::Template.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      c680f77f
  2. 12 2月, 2016 26 次提交
  3. 11 2月, 2016 12 次提交