Ticket Change Details
Not logged in
Overview

Artifact ID: 514aea13ed66a431f0f2cebbd6ce587d52309eec
Ticket: 9ae4043d8b2d4419609091d08caf1585be0e08f0
Please merge fixes for Solaris 10 into trunk
User & Date: ben 2011-05-22 07:57:52
Changes

  1. comment changed to:
    Please merge the solaris10 branch into trunk. This fixes problems on Solaris 10:
    
    * Doesn't build. Makefile used non-standard syntax for getting value of uname -s. Changed to use standard syntax. Checked build on Solaris 10, Mac OS X, FreeBSD and Ubuntu Linux.
    
    * Doesn't support passwords > 8 chars, because getpass() truncates to 8 chars. Fixed by adding conditional #define getpass getpassphrase in config.h
    
    Thanks.
    
  2. foundin changed to: "trunk"
  3. private_contact changed to: "50da7412b8b802b1c9f7ddc204270d069d3c2e2b"
  4. severity changed to: "Critical"
  5. status changed to: "Open"
  6. title changed to: "Please merge fixes for Solaris 10 into trunk"
  7. type changed to: "Code_Defect"