Custom Query (1365 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 1365)

Ticket Owner Reporter Resolution Summary
#749 JonghwanChoi wontfix [PATCH] ataprint.cpp Print missing the Valid Value bit in ACS-3 Device Statistics Flags
Description

Dear developers.

Print missing valid value bit in ACS-3 Device Statistics Flags. This bit indicates that the device statistic's value is valid for this device statistic.

Thank you.

#751 Christian Franke Christian Franke fixed update-smart-drivedb should authenticate the downloaded file
Description

The update-smart-drivedb script does not authenticate the downloaded drivedb.h file. At least the smartmontools packages from Debian and Ubuntu do no longer provide this script due to security concerns (see Debian Bug 804299).

A check with GnuPG could be added as follows:

  • Add missing drivedb branches for recent release (e.g. RELEASE_6_5_DRIVEDB) and for current trunk (RELEASE_6_6_DRIVEDB). Then the fallback to a download from trunk is no longer needed.
  • Create a new signing key for drive database files.
  • Add signature files drivedb.h.raw.asc to each maintained branch. These are generated from versions of drivedb.h with unexpanded SVN "$Id$" strings. No such file is needed for the trunk.
  • Modify the update-smart-drivedb script such that it downloads drivedb.h and drivedb.h.raw.asc always from the correct branch and then verifies the signature with GPG. The public key could be kept in the script itself.

When changes to the trunk version of the database are later merged to all maintained branches, the signature files could be updated with the same commit. Only these commits will require access to the private key.

#752 Christian Franke Christian Franke fixed update-smart-drivedb should authenticate the downloaded file [Windows]
Description

Ticket #751 must be implemented separately for Windows.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.