Share

TrustedGRUB

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-04-14 cvs -d:pserver:anonymous@trustedgrub.cvs.sourceforge.net:/cvsroot/trustedgrub login

cvs -z3 -d:pserver:anonymous@trustedgrub.cvs.sourceforge.net:/cvsroot/trustedgrub co -P modulename

Show:

What's happening?

  • create_sha1 and verify_pcr fail for large files

    Files with >32 bit file sizes cause the create_sha1 and verify_pcr utilities to fail, even though GRUB itself has no problems with them when booting. The problem appears to be in sha1.c, in the calculate_sha1 function; it uses ints for some values such as fiesize, bytes_to_copy, and round, where larger number types such as long long int should be used instead. (I'm not certain whether round...

    2007-02-27 20:50:31 UTC by asegall

  • TrustedGRUB

    Anonymous committed patchset 1 of module CVSROOT to the TrustedGRUB CVS repository, changing 11 files.

    2006-04-14 20:10:28 UTC by nobody

  • trustedgrub

    selhorst registered the TrustedGRUB project.

    2006-04-14 19:31:37 UTC by selhorst

Our Numbers