From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 28176 invoked from network); 24 Apr 2021 09:08:25 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 24 Apr 2021 09:08:25 -0000 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]) by 1ess; Fri Apr 23 16:47:45 -0400 2021 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 778BC351D; Fri, 23 Apr 2021 16:47:42 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 23 Apr 2021 16:47:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=biobuf.link; h= message-id:subject:date:from:to:mime-version:content-type :content-transfer-encoding; s=fm2; bh=G0pH4V1cP9iCwOfsUIxgOwIfY2 0q1P2Pa0eiB1peRsE=; b=hrWANIrfYnGPwgNbnxe8sXRFWJnyVRxRyHSF5ALEgY ZJ+VyPAwb0/ECNalQKWwFBi6m1AOtaTKHLi2TKPeae4eGdbr+p3nSzhqKT2FxtVu 4eR53Z0w2ZRtEoEelEgKNFWGv7p6Yvigy3XULnUaw5qthNeBP6QwquQK6brmRoAb FdprDZEzFSTKiHWLYEYkfoScmnsOi87Vk+/DBYAT6WRMxtFZfdSyKkIKOZr4gvmS uv74+qggNDSIzIdiaEOOTMEFwImXeWvLbiLg2ZVAmARpKoVhDnPUNvJ4UwoxJUz4 u0+X9gpKC/RfsjdqILGFkMIR/tkh5C9vz1FDWOBngXGg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=G0pH4V 1cP9iCwOfsUIxgOwIfY20q1P2Pa0eiB1peRsE=; b=Kom+r5dcNR7ppN13V36hVw hhidMv9a6v1dHN4URDfe35V/JgZ14U4USkr39N8J66s5unmMdgchoDVT6UkL4LEi RnnhxyqnopE/mcZnYbPjXXPOif6+tB1h2ifP1mmDSWKwZREKrckeUXdvSYY5ITbi mzdY8fZWcqlqSKsFW+GYKenXIFcPTUEefb7FuauOv3M+FUrh2aGwoypQxAZ7FlOg drSCC0zdQC1ZpE5jDeYUQ41wddGx4tVdGkrtdQnamFa7r0Z8VKz+D+CXdzLXV0NE 4xZNdlM8AFwLDEBBj5aJ/iJZ0DFr1vAif0okLhFggCldg+m+1ulRS81yu3J78u3A == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdduvddgudehfecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepkffufffhvfggtgfgsehtjeejtd dttddvnecuhfhrohhmpehjrghmvghsuchprghlmhgvrhcuoehjrghmvghssegsihhosghu fhdrlhhinhhkqeenucggtffrrghtthgvrhhnpeevieejtefftddtieehhefhieduhfffte efueehkeejkeduteduhfeukeetgedtfeenucffohhmrghinhepohhkthhurhhinhhgrdgt ohhmnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepjh grmhgvshessghiohgsuhhfrdhlihhnkh X-ME-Proxy: Message-ID: Date: Fri, 23 Apr 2021 20:47:34 +0100 From: james palmer To: 9front@9front.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible compliant engine session-aware cloud Subject: [9front] ip/ftpd patch with tls support. Reply-To: 9front@9front.org Precedence: bulk hello, i have added support for ftps to ip/ftpd and tried to clean it up a bit. old challenge response auth and noworld checks are gone. if anybody misses these features i can add them and update the patch. to use tls you will need to generate a certificate, add the key to factotum and edit /rc/bin/service/tcp21 to have "-c " in the commandline. if you want to use tls with anonymous login you will need to edit /lib/namespace.ftp to not bind over the root. patch is here: http://okturing.com/src/10937/body thanks, - james