Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Nov 19 20:03:51 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mAK43p5Z004458 for ; Wed, 19 Nov 2008 20:03:51 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mAK4123b014184 for ; Wed, 19 Nov 2008 20:01:02 -0800 Message-Id: <200811200401.mAK4123b014184@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: CSCI 551: final project 2 : Doubt in delete Date: Wed, 19 Nov 2008 20:01:02 -0800 From: Bill Cheng Someone wrote: > I am a little confused about delete? If the user entering delete has the one > time password, he should delete the file from the cwd and the > minifilesystem and then flood a delete message. The file in the current working directory should not be deleted. Just the file in the mini-filesystem and flood a DELETE message. > In this case everyone who > receives this message would check the password using SHA1 and the nonce and > it if was correct they would delete the file, if not they would do nothing > and forward it along. Correct. -- Bill Cheng // bill.cheng@usc.edu