From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1512 Path: news.gmane.org!not-for-mail From: Nathan McSween Newsgroups: gmane.linux.lib.musl.general Subject: Re: Priorities for next release? Date: Fri, 10 Aug 2012 12:23:17 -0700 Message-ID: <50255FA5.2090506@gmail.com> References: <20120810191254.GA13232@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1344626625 2768 80.91.229.3 (10 Aug 2012 19:23:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 19:23:45 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1513-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 10 21:23:46 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SzuoA-0005ju-5J for gllmg-musl@plane.gmane.org; Fri, 10 Aug 2012 21:23:42 +0200 Original-Received: (qmail 5631 invoked by uid 550); 10 Aug 2012 19:23:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 5623 invoked from network); 10 Aug 2012 19:23:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=39psLemRGwYR9QPXq71xvTQxN5EzqTUIf8EPOFX9mQA=; b=nj5hP2A+m0pBTdtzH56X+GeBRTnOObZFxg7gODtkeBR5jwq6C1JY2/G4JwIMVYepPE Kk9PLM26qon0RXOAsyd0J2JJ/rbkvtKWR2OIB66VqIvgZH/R9vXFAFfvZBlkyR4QU/Ke QilcgkeAK9k6aWHVGZ6X8EsIR1uirgAwED5ZxEzRKdrhIseFmHgEZGX87lmiAkmGR972 9oRtw/BH7SENgYH3ZowmUWyQWGHV2786hwebCMggi0QLg9uqbkeNnAOzV+OgT5muUCRa 9dkqM8MEXLtQ0QXWO/LkBMSf8+mm2087Ieoy7RMTzWYA9t0J5Y93LjkgicOhZa31zl1w VeKQ== User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <20120810191254.GA13232@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:1512 Archived-At: On 8/10/2012 12:12 PM, Rich Felker wrote: > Hi all, > Since we have some major progress since 0.9.3, I'm thinking of making > the next release pretty soon. Big things so far: > > - Blowfish crypt > - MIPS dynamic linker > - Major MIPS bug fixes > - ARM hard float support > > Among the other improvements that are pending, what else would you > like to see in 0.9.4? I know there's a pending bug fix for wcsstr (and > perhaps the wcs* functions could use some checking in general). I have > asm for memcpy on i386 and x86_64 which could be committed. It might > also be desirable to get md5 and sha hash functions for crypt > integrated if anybody can provide efficient ones under appropriate > license. My understanding is that they're mainly for compatibility > with existing password hashes and otherwise inferrior to blowfish, so > I'd really like to focus on having them be small and unobtrusive at > the expense of some speed. > > Other requests? > > Rich Unit tests of some sort, it helps to document the code as well as stop some regressions.