From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lgo6l-0004sq-9t for mharc-grub-devel@gnu.org; Mon, 09 Mar 2009 18:38:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lgo6j-0004rD-M7 for grub-devel@gnu.org; Mon, 09 Mar 2009 18:38:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lgo6i-0004ps-OU for grub-devel@gnu.org; Mon, 09 Mar 2009 18:38:01 -0400 Received: from [199.232.76.173] (port=32942 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lgo6i-0004pV-Dj for grub-devel@gnu.org; Mon, 09 Mar 2009 18:38:00 -0400 Received: from mail-bw0-f172.google.com ([209.85.218.172]:37564) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lgo6h-000518-Ud for grub-devel@gnu.org; Mon, 09 Mar 2009 18:38:00 -0400 Received: by bwz20 with SMTP id 20so1291086bwz.42 for ; Mon, 09 Mar 2009 15:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9aQoXMoMzlkw52I8D04VkDzSpe7LgchNNPP0N4dwY4k=; b=gi6Lf1bxhW4zBP8k7vVnfQXxY6tlSPgJLcqoYm3jmu+yqyqaCcwivmORth1jM0B7gF BdRfI4Z79HGMQUroo+kfYWJ8ZIwVmodP4ItCmppa8SFk1g0Um8V8hVS2L14EiCz5ICPA 83A9ZFUOn4UukGHa2w6ynggW5Y8xNOD/MaqJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=og+AzzVLCFyrVZfuL91R/sK66nU227rNcr2xWQC2tubW9P7cVSM7tkpsgasuNvC4kp 7BI+fkrVNuhkR+/nGpeAw5ecJNGJ/y6y3e6TLYtzWcP3sFZs9xBF/FSYMCT5heBRKd2K fGLJHFzG2LzWq2AiRzvYTkmtDyYWp6eiGc9j0= Received: by 10.86.95.20 with SMTP id s20mr4465941fgb.77.1236638277713; Mon, 09 Mar 2009 15:37:57 -0700 (PDT) Received: from ?192.168.1.2? (160-169.3-85.cust.bluewin.ch [85.3.169.160]) by mx.google.com with ESMTPS id 12sm4234972fgg.33.2009.03.09.15.37.56 (version=SSLv3 cipher=RC4-MD5); Mon, 09 Mar 2009 15:37:57 -0700 (PDT) Message-ID: <49B59A44.30801@gmail.com> Date: Mon, 09 Mar 2009 23:37:56 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090227205327.GA32242@thorin> <20090308221449.GA15511@vm93.example.net> <49B4C240.5050105@gmail.com> <20090309104951.GB15511@vm93.example.net> <49B4F624.4050503@gmail.com> <20090309205318.GC15511@vm93.example.net> In-Reply-To: <20090309205318.GC15511@vm93.example.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Menu locks / password authentication X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 22:38:02 -0000 Micha³ Radomski wrote: > On Mon, Mar 09, 2009 at 11:57:40AM +0100, phcoder wrote: >> I would recommend using other hashes that md5 (e.g. whirlpool or sha-2) >> because it's been depreceated > I chose md5 because it is in grub2 wiki (see command list) > It is not a problem to add sha-2 or whirlpool. grub1 has been depreceated and command list has been provided as a feature comparison. > >> Do you already have a copyright assignment? > You mean license? GPL3 > No if you want to code for grub2 you have to sign the copyright assignment. look at "contributing changes" > md5 code is based on grub-legacy. Some code is mine, some is from old grub. > I hope that this is not a problem... > I think that your design really has to be discussed -- Regards Vladimir 'phcoder' Serbinenko