From owner-cvs-libexec Fri Oct 25 09:13:30 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA29195 for cvs-libexec-outgoing; Fri, 25 Oct 1996 09:13:30 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA29170; Fri, 25 Oct 1996 09:13:12 -0700 (PDT) Date: Fri, 25 Oct 1996 09:13:12 -0700 (PDT) From: Bill Paul Message-Id: <199610251613.JAA29170@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfr_extern.h ypxfr_main.c ypxfr_misc.c ypxfrd_getmap.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/25 09:13:11 Modified: libexec/ypxfr ypxfr_extern.h ypxfr_main.c ypxfr_misc.c ypxfrd_getmap.c Log: Give ypxfr the ability to detect the presence of the YP_INTERDOMAIN and YP_SECURE flags so that it can properly add them to newly created maps when needed. This applies only when using the 'standard' method for map transfers. When using rpc.ypxfrd, the whole map is copied verbatim, along with any special entries that may be encoded in it. Also made -Wall a little quieter for ypxfrd_getmap.c. Revision Changes Path 1.3 +2 -1 src/libexec/ypxfr/ypxfr_extern.h 1.6 +36 -2 src/libexec/ypxfr/ypxfr_main.c 1.5 +48 -2 src/libexec/ypxfr/ypxfr_misc.c 1.3 +5 -2 src/libexec/ypxfr/ypxfrd_getmap.c