468fcf0 Update to 0.75

Authored and Committed by Nalin Dahyabhai 9 years ago
    Update to 0.75
    
    - add a -w (wait) flag to the getcert's request/resubmit/start-tracking
      commands, and add a non-waiting "status" command
    - add the "local" signer, a local toy CA that signs anything you'll
      ask it to sign
    - fix self-test errors that we trigger with new OpenSSL
    - fix a build error that would sometimes happen when we're told to
      build PIE binaries
    - quiet a compile warning
    - retrieve CA information from CAs, if the helpers can do so, and
      add a command to explicitly refresh that data: "getcert refresh-ca"
    - offer to save CA certificates to files and databases, when specified with
      new -a and -F flags to getcert request/resubmit/start-tracking (#1098208,
      trac #31)
    - add IP address subject alternate names when getcert request/resubmit
      is passed the -A option (trac #35)
    - read and cache the freshestCRL extension in certificates
    - properly interpret KDC-unreachable errors encountered in the IPA
      submission error as a server-unreachable error that we will retry,
      rather than a misconfiguration error which we won't
    - don't let tests get tripped up by new formatting used in dos2unix status
      messages (#1099080)
    - updated translations
    - be explicit that we are going to use bashisms in test scripts by calling
      the shell interpreter as 'bash' rather than 'sh' (trac #27)
    
        
file modified
+2 -0
file modified
+55 -3
file modified
+2 -2