From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13999 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: vlse Newsgroups: gmane.linux.lib.musl.general Subject: Supporting git access via smart HTTPS protocol for musl-libc Date: Tue, 26 Mar 2019 06:39:34 +0530 Message-ID: <20190326010933.GC3713@localhost> References: <20190324103306.GB1830@localhost> <20190326003411.GC1872@localhost> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="22447"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.4.2.3i To: musl@lists.openwall.com Original-X-From: musl-return-14015-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 26 02:09:10 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1h8aaU-0005kM-Ii for gllmg-musl@m.gmane.org; Tue, 26 Mar 2019 02:09:10 +0100 Original-Received: (qmail 24363 invoked by uid 550); 26 Mar 2019 01:09:08 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 24332 invoked from network); 26 Mar 2019 01:09:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=veera.biz; s=default; h=In-Reply-To:Content-Type:Mime-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=cDq8gFpX70C7LmJNOQS5YvNp0V7QkrfeIQOC7XxfkYg=; b=RQ5L1B1fKq6IqzYRfyjhhNqCs0 oE2APhVeXVXBpkMeJZy8nEZNXVTjZoWK0H4MaJoEu5Vtbd7d+/LBdLCjLyN9QBI6YqPPyJSfsQSCZ jxke9pBta/IhRtK6mlxsNx+hV4D7ofrm8iFBgm+DS+dMLVTP7u4FlnwPDUcEuUxevxWCfOIVbGLm/ 73V3sKmmnXgcV8pP2hT6eypQfeo1PDWRsd/sxYIFaKo8A8bXc5jdygNP5UglzVZkGK4Wr7mOYj7fF dX4wjGlsj4r3NV19XzwHGpOliUgSeKI3dQqpHGVCVXh/Ny6T/UCKUahNN7WMSTEvd4DMahmDnLRhx b8nL159g==; Content-Disposition: inline In-Reply-To: <20190326003411.GC1872@localhost> X-OutGoing-Spam-Status: No, score=-0.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - in-pun-ln-srv139.advancedserverdns.com X-AntiAbuse: Original Domain - lists.openwall.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - veera.biz X-Get-Message-Sender-Via: in-pun-ln-srv139.advancedserverdns.com: authenticated_id: vlse@veera.biz X-Authenticated-Sender: in-pun-ln-srv139.advancedserverdns.com: vlse@veera.biz Xref: news.gmane.org gmane.linux.lib.musl.general:13999 Archived-At: Hello, Would musl-libc support git access via smart HTTPS protocol. As git man page says as well as stackoverflow site that using git protocol is fine for lan operations. But for internet git access, either ssh or https smart protocol use is necessary to prevent man in the middle attack. Please consider giving secure git access. Also smart http/s protocol is way better than dumb protocol. It avoids downloading too much data again and also shows progress and stats. Regards, Veera