From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3192 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: High-priority library replacements? Date: Thu, 25 Apr 2013 07:05:12 +0200 Message-ID: References: <20130425041553.GA13951@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 X-Trace: ger.gmane.org 1366866343 13376 80.91.229.3 (25 Apr 2013 05:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2013 05:05:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3196-gllmg-musl=m.gmane.org@lists.openwall.com Thu Apr 25 07:05:47 2013 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 1UVENN-0001OD-8s for gllmg-musl@plane.gmane.org; Thu, 25 Apr 2013 07:05:45 +0200 Original-Received: (qmail 13400 invoked by uid 550); 25 Apr 2013 05:05:44 -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 13392 invoked from network); 25 Apr 2013 05:05:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=ZCv+kVylAtVR9I7sqEJcZcdHiJSIeN6A0Kv23nXkLck=; b=RwJz5truOmgtWaZH+u1NwGMm1BMCg0/5Qinhr+nX+COIiCOLDW4d/SH2Y0+n5T5wjC 4Q1ig8QcDot7f4Nk+/l701CNj2pWTWBPOkfiaVDmoUaSWypxU5KoPLPLZnRTSXCKMW8a IiAO2wca+Cl1wEA4Bq4VTDTMa5qYHrm2s97OBr+R9I7zAbMs66kcl4QkHf/NOumXyvA3 4uZezuDXzZSs6xqTnsnfSf3Jip3mLgvXF+wLEVcBgTwsUPbI5p9lpQ2MCmDSXD4YNzcA jc/VTGZHBFPJ5CU8LqghbsaPkZJn/gczFkoITiaKzAqPbhgVLJofpPhDo31NFmu2zyMm Tj1g== X-Received: by 10.112.125.134 with SMTP id mq6mr19048633lbb.33.1366866332431; Wed, 24 Apr 2013 22:05:32 -0700 (PDT) In-Reply-To: <20130425041553.GA13951@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:3192 Archived-At: 2013/4/25 Rich Felker : For a list of core libraries I would add basic, but high-priority tools: ssh, pam (passwd, login, su). ssh - dropbear? pam - openpam? These key software we can also support (static linking etc.). btw. SSL - instead libcrypto clone maybe it's better to use crypto-algorithms from linux kernel? http://cryptodev-linux.org/ Daniel