From owner-cvs-libexec Sun Jun 2 10:10:22 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28772 for cvs-libexec-outgoing; Sun, 2 Jun 1996 10:10:22 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28754; Sun, 2 Jun 1996 10:10:16 -0700 (PDT) Date: Sun, 2 Jun 1996 10:10:16 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606021710.KAA28754@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ftpd Makefile Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/06/02 10:10:16 Modified: libexec/ftpd Makefile Log: backout yacc changes Revision Changes Path 1.14 +2 -2 src/libexec/ftpd/Makefile From owner-cvs-libexec Tue Jun 4 08:43:18 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA21718 for cvs-libexec-outgoing; Tue, 4 Jun 1996 08:43:18 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA21659; Tue, 4 Jun 1996 08:42:15 -0700 (PDT) Date: Tue, 4 Jun 1996 08:42:15 -0700 (PDT) From: Paul Traina Message-Id: <199606041542.IAA21659@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/comsat comsat.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/06/04 08:42:13 Modified: libexec/comsat comsat.c Log: Pass in both username and file to jkfprintf Revision Changes Path 1.3 +7 -6 src/libexec/comsat/comsat.c From owner-cvs-libexec Tue Jun 4 22:43:04 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06458 for cvs-libexec-outgoing; Tue, 4 Jun 1996 22:43:04 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06422; Tue, 4 Jun 1996 22:42:56 -0700 (PDT) Date: Tue, 4 Jun 1996 22:42:56 -0700 (PDT) From: Bill Paul Message-Id: <199606050542.WAA06422@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfrd_getmap.c Makefile yp_dbwrite.c ypxfr.8 ypxfr_extern.h ypxfr_getmap.c ypxfr_main.c ypxfr_misc.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/06/04 22:42:55 Modified: libexec/ypxfr Makefile yp_dbwrite.c ypxfr.8 ypxfr_extern.h ypxfr_getmap.c ypxfr_main.c ypxfr_misc.c Added: libexec/ypxfr ypxfrd_getmap.c Log: Add support for rpc.ypxfrd and document it in the man page. Also generallize the yp_dbwrite functions a little: allow the caller to specify certain flags. I need this mostly for some changes to rpc.yppasswdd to allow in-place updates. Also change Makefile a little to use the same format as ypserv. Revision Changes Path 1.2 +25 -11 src/libexec/ypxfr/Makefile 1.4 +11 -7 src/libexec/ypxfr/yp_dbwrite.c 1.3 +25 -1 src/libexec/ypxfr/ypxfr.8 1.2 +9 -5 src/libexec/ypxfr/ypxfr_extern.h 1.3 +4 -3 src/libexec/ypxfr/ypxfr_getmap.c 1.4 +25 -12 src/libexec/ypxfr/ypxfr_main.c 1.4 +3 -3 src/libexec/ypxfr/ypxfr_misc.c From owner-cvs-libexec Wed Jun 5 20:58:19 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA01104 for cvs-libexec-outgoing; Wed, 5 Jun 1996 20:58:19 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA01087; Wed, 5 Jun 1996 20:58:09 -0700 (PDT) Date: Wed, 5 Jun 1996 20:58:09 -0700 (PDT) From: Bill Paul Message-Id: <199606060358.UAA01087@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr Makefile Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/06/05 20:58:08 Modified: libexec/ypxfr Makefile Log: Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc, which ypxfr links with. (Sorry: left over development bogon.) Just a reminder: you must rebuild librpcsvc before you build this program. Pointed out by: Stephen Hocking Revision Changes Path 1.3 +2 -2 src/libexec/ypxfr/Makefile From owner-cvs-libexec Sat Jun 8 13:13:32 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11771 for cvs-libexec-outgoing; Sat, 8 Jun 1996 13:13:32 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11723; Sat, 8 Jun 1996 13:13:05 -0700 (PDT) Date: Sat, 8 Jun 1996 13:13:05 -0700 (PDT) From: Paul Traina Message-Id: <199606082013.NAA11723@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/comsat comsat.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/06/08 13:13:04 Branch: libexec/comsat RELENG_2_1_0 Modified: libexec/comsat comsat.c Log: Bring in notify changes from head. Revision Changes Path 1.2.6.1 +7 -6 src/libexec/comsat/comsat.c