From owner-cvs-libexec Sun Oct 20 12:53:03 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA10912 for cvs-libexec-outgoing; Sun, 20 Oct 1996 12:53:03 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA10895; Sun, 20 Oct 1996 12:52:54 -0700 (PDT) Date: Sun, 20 Oct 1996 12:52:54 -0700 (PDT) From: Bill Paul Message-Id: <199610201952.MAA10895@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfr_main.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/20 12:52:54 Modified: libexec/ypxfr ypxfr_main.c Log: Add a couple of reserved port checks: don't talk to either ypserv or rpc.ypxfrd processes on remote systems that aren't bound to reserved ports. The servers already do reserved port checks on the clients. Obtained from: scrutinizing the OpenBSD ypxfr sources. (Note that this applies to the ypserv check only; OpenBSD doesn't have an rpc.ypxfrd.) Revision Changes Path 1.5 +24 -5 src/libexec/ypxfr/ypxfr_main.c