X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=DjUzZf5PPJf7/8JkHnc/EYaQt+sdwKeWRY4qSQ0Nm6C nE0v1U8KO4ajsIc7AuXRxCFw6T/o9mSHiXx28aHJevQvJPabE54Fj7kvGodkfsp8 DwVeLJKL4ZP1S8hzjaARI1GmBUfAx8TVsZ0daA+LgBK8//XFrzH1SK1LIeLAgi6o = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=VYZEtqBTeW7fHBxdoQa06SlpHLs=; b=nUCZ5xEF5p6tw4cAS UOGe2pKPg5BX/J+0BjKtHlhaLGvYVRAb2PAkNg8SuFsAhOJgTXRVNbtUGyFBR12E EJUmS3sZOYoN2nsFR0iPyTm1HL4SdBcu84JcrGG9vOJG3WPECwjWsjUII+lxW/NJ QfXQNSknpco6vucCVJ6MowlFdA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.9 required=5.0 tests=AWL,BAYES_20,RP_MATCHES_RCVD,SPAM_BODY1,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mailout2.w1.samsung.com From: Pavel Fedin

To: cygwin AT cygwin DOT com References: <001701cf0e08$e399abe0$aacd03a0$%fedin AT samsung DOT com> <20140110135208 DOT GG10296 AT calimero DOT vinschen DOT de> In-reply-to: <20140110135208.GG10296@calimero.vinschen.de> Subject: RE: Bringing up NFS server on 64 bits Date: Fri, 10 Jan 2014 18:29:50 +0400 Message-id: <002301cf0e10$6c1ed7e0$445c87a0$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s0AEUAwu030367 Hello! > Thanks for working on that. It's highly appreciated. Did you already > make yourself familiar with Cygwin package maintainance(*)? Yes, i did. However, perhaps you'll call me a bad guy, but the answer to the first question: * Do you have the time to maintain the package? is "sorry, but likely no". I happen to have time only episodically. What obligations does this put on me exactly ? For example, does this mean that i must keep the package up to date and sync up with the mainstream ? Actually i have come into this only because i sometimes need NFS server myself. I work with embedded Linux systems, and sometimes i boot them up over NFS. > (3) sounds right to me. As for NIS, I don't think this is important, > especially not for the NFS server. In theory the OS (Windows) > decouples the NFS server from having to look for NIS stuff by itself. > Account info should be available via the OS (Cygwin) calls anyway and > worse, assuming the NFS server fetches info directly via NIS, the > entire user/group -> uid/gid -> SID mapping might be screwed up. No, this doesn't have anything to do with NFS server at all. It's about rpcbind, transport-independent replacement for portmap. I have examined ONC docs on Oracle's web site and now i have a little clue about this magic code. portmapper has a capability to perform indirect calls. This means that instead of querying for port number and sending direct request to the program you want to talk with, you can ask portmapper to do this instead of you. This code forcibly disables indirect calls for some things which were considered too dangerous by the author. However it looks like the whole ONC RPC is a security nightmare by design. By the way, does anybody know who is the original author of this NFS server ? Where is upstream repository ? I failed to find one. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple