[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Linux Kernel Summit

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-04-02 19:50:47 CEST

On Mon, Apr 02, 2001 at 06:24:00AM -0500, Jim Blandy wrote:
> Greg Stein <gstein@lyra.org> writes:
> > * Use some kind of checksum on the wire and in the DB. Given that whatever
>...
> I think someone pointed this out a while back. The skels for
> deltafied storage include checksums. There's no external FS interface
> for retrieving them at the moment, but that's a few minutes' work.

Ah. I see that in "structure". Two points there:

1) the checksum probably ought to go on both clear text and on deltas

2) MD5 is a hash algorithm rather than a checksum
   (although, now that I think of it, is any checksum algorithm anything but
    a hash? mebbe GregH can clarify the hash vs checksum terminology)

We would then want an API to set the checksum, and one to fetch. I'm not
sure that the FS needs to compute or verify the value at any point. The
client will compute it, Apache will verify it, and a (weekly) cron job can
scan the database verifying records against their stated checksums.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:27 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.