From owner-cvs-usrsbin Sun Feb 25 11:25:31 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13166 for cvs-usrsbin-outgoing; Sun, 25 Feb 1996 11:25:31 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13152 Sun, 25 Feb 1996 11:25:25 -0800 (PST) Date: Sun, 25 Feb 1996 11:25:25 -0800 (PST) From: Bill Paul Message-Id: <199602251925.LAA13152@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_access.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 96/02/25 11:25:25 Modified: usr.sbin/ypserv yp_access.c Log: Duh: remember to #include to pick up declarations for malloc() and free(). Revision Changes Path 1.4 +2 -3 src/usr.sbin/ypserv/yp_access.c From owner-cvs-usrsbin Sun Feb 25 18:34:39 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA13129 for cvs-usrsbin-outgoing; Sun, 25 Feb 1996 18:34:39 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA13100 Sun, 25 Feb 1996 18:34:30 -0800 (PST) Date: Sun, 25 Feb 1996 18:34:30 -0800 (PST) From: Bill Paul Message-Id: <199602260234.SAA13100@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_access.c yp_main.c yp_server.c ypserv.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 96/02/25 18:34:30 Modified: usr.sbin/ypserv yp_access.c yp_main.c yp_server.c ypserv.8 Log: Add support for NIS v1 client procedures. The following procedures are currently implemented: YPOLDPROC_NULL YPOLDPROC_DOMAIN YPOLDPROC_DOMAIN_NONACK YPOLDPROC_FIRST YPOLDPROC_NEXT YPOLDPROC_MATCH YPOLDPROC_POLL These are all implemented as wrappers around their v2 counterparts. The YPOLDPROC_PUSH, PULL and GET procedures are not implemented since a) I couldn't figure out exactly what to have them do, and b) I suspect they're used for doing map transfers between master and slave servers, which we already do using the v2 protocol anyway. This means we can server NIS v1 clients but can't be a master or slave with NIS v1-only servers. I think I'll get over it. :) The -k (sunos_4_kludge) flag and associated code has been removed since it is no longer needed. Also tweaked yp_access() to handle both sets of procedures and updated the man page. Revision Changes Path 1.5 +25 -10 src/usr.sbin/ypserv/yp_access.c 1.4 +14 -25 src/usr.sbin/ypserv/yp_main.c 1.6 +200 -1 src/usr.sbin/ypserv/yp_server.c 1.5 +21 -17 src/usr.sbin/ypserv/ypserv.8 From owner-cvs-usrsbin Mon Feb 26 12:09:48 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA12610 for cvs-usrsbin-outgoing; Mon, 26 Feb 1996 12:09:48 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA12587 Mon, 26 Feb 1996 12:09:23 -0800 (PST) Date: Mon, 26 Feb 1996 12:09:23 -0800 (PST) From: Guido van Rooij Message-Id: <199602262009.MAA12587@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv ypserv.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk guido 96/02/26 12:09:23 Modified: usr.sbin/ypserv ypserv.8 Log: Typo (vi -> v1). Revision Changes Path 1.6 +2 -2 src/usr.sbin/ypserv/ypserv.8 From owner-cvs-usrsbin Mon Feb 26 16:27:30 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA01153 for cvs-usrsbin-outgoing; Mon, 26 Feb 1996 16:27:30 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA01136 Mon, 26 Feb 1996 16:27:22 -0800 (PST) Date: Mon, 26 Feb 1996 16:27:22 -0800 (PST) From: Wolfram Schneider Message-Id: <199602270027.QAA01136@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/zic zdump.8 zic.8 src/usr.sbin/tzsetup tzsetup.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wosch 96/02/26 16:27:22 Modified: usr.sbin/zic zdump.8 zic.8 usr.sbin/tzsetup tzsetup.8 Log: Convert "time zone" to "timezone" in NAME section Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien) Revision Changes Path 1.3 +1 -1 src/usr.sbin/zic/zdump.8 1.4 +1 -1 src/usr.sbin/zic/zic.8 1.2 +2 -2 src/usr.sbin/tzsetup/tzsetup.8 From owner-cvs-usrsbin Wed Feb 28 10:48:11 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01272 for cvs-usrsbin-outgoing; Wed, 28 Feb 1996 10:48:11 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01094 Wed, 28 Feb 1996 10:47:48 -0800 (PST) Date: Wed, 28 Feb 1996 10:47:48 -0800 (PST) From: Garrett Wollman Message-Id: <199602281847.KAA01094@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/routed Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wollman 96/02/28 10:47:48 Modified: usr.sbin/routed Makefile Log: Clean up Makefile. Still needs -lcompat for insque/remque. Revision Changes Path 1.3 +1 -11 src/usr.sbin/routed/Makefile From owner-cvs-usrsbin Thu Feb 29 10:29:42 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28186 for cvs-usrsbin-outgoing; Thu, 29 Feb 1996 10:29:42 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28153 Thu, 29 Feb 1996 10:29:26 -0800 (PST) Date: Thu, 29 Feb 1996 10:29:26 -0800 (PST) From: Adam David Message-Id: <199602291829.KAA28153@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_access.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk adam 96/02/29 10:29:25 Modified: usr.sbin/ypserv yp_access.c Log: sense of 'mask' was reversed in default case of no securenets file. Revision Changes Path 1.6 +2 -2 src/usr.sbin/ypserv/yp_access.c From owner-cvs-usrsbin Thu Feb 29 15:11:02 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17651 for cvs-usrsbin-outgoing; Thu, 29 Feb 1996 15:11:02 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17613 Thu, 29 Feb 1996 15:10:41 -0800 (PST) Date: Thu, 29 Feb 1996 15:10:41 -0800 (PST) From: Bill Paul Message-Id: <199602292310.PAA17613@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 96/02/29 15:10:41 Modified: usr.sbin/ypserv yp_server.c Log: In ypproc_master_2_svc(), don't leave result.peer uninitialized when returning an error. Revision Changes Path 1.7 +3 -1 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Thu Feb 29 19:50:24 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA10116 for cvs-usrsbin-outgoing; Thu, 29 Feb 1996 19:50:24 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA09998 Thu, 29 Feb 1996 19:49:54 -0800 (PST) Date: Thu, 29 Feb 1996 19:49:54 -0800 (PST) From: Bill Paul Message-Id: <199603010349.TAA09998@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 96/02/29 19:49:52 Modified: usr.sbin/ypserv yp_server.c Log: Initialize a few more 'result' members in a few places (both in the v2 and v2 service procedures). Also fixed the formatting in a few places to keep everything under 80 columns. Revision Changes Path 1.8 +61 -14 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Thu Feb 29 22:14:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18787 for cvs-usrsbin-outgoing; Thu, 29 Feb 1996 22:14:52 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18774 Thu, 29 Feb 1996 22:14:47 -0800 (PST) Date: Thu, 29 Feb 1996 22:14:47 -0800 (PST) From: Paul Traina Message-Id: <199603010614.WAA18774@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/qcamcontrol - Imported sources Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk pst 96/02/29 22:14:47 src/usr.sbin/qcamcontrol - Imported sources Update of /home/ncvs/src/usr.sbin/qcamcontrol In directory freefall.freebsd.org:/a/pst/x Revision/Branch: 1.1.1 Log Message: Import improved quickcam driver control utilities, and un-installed histogram program for checking driver timing. Status: Vendor Tag: TRAINA Release Tags: v0_2 U src/usr.sbin/qcamcontrol/Makefile U src/usr.sbin/qcamcontrol/qcamcontrol.c N src/usr.sbin/qcamcontrol/qcamcontrol.1 N src/usr.sbin/qcamcontrol/qcamtime/qcamtime.c N src/usr.sbin/qcamcontrol/qcamtime/Makefile No conflicts created by this import From owner-cvs-usrsbin Fri Mar 1 10:21:50 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29082 for cvs-usrsbin-outgoing; Fri, 1 Mar 1996 10:21:50 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29066 Fri, 1 Mar 1996 10:21:43 -0800 (PST) Date: Fri, 1 Mar 1996 10:21:43 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603011821.KAA29066@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch watch.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk jkh 96/03/01 10:21:42 Modified: usr.sbin/watch watch.c Log: Properly save and restore the terminal characters! Revision Changes Path 1.8 +4 -2 src/usr.sbin/watch/watch.c From owner-cvs-usrsbin Fri Mar 1 10:29:07 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29545 for cvs-usrsbin-outgoing; Fri, 1 Mar 1996 10:29:07 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29528 Fri, 1 Mar 1996 10:28:59 -0800 (PST) Date: Fri, 1 Mar 1996 10:28:59 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603011828.KAA29528@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch watch.8 watch.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk jkh 96/03/01 10:28:59 Branch: usr.sbin/watch RELENG_2_1_0 Modified: usr.sbin/watch watch.8 watch.c Log: Merge from HEAD. Revision Changes Path 1.5.4.2 +1 -1 src/usr.sbin/watch/watch.8 1.4.4.2 +12 -1 src/usr.sbin/watch/watch.c From owner-cvs-usrsbin Fri Mar 1 11:29:54 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02779 for cvs-usrsbin-outgoing; Fri, 1 Mar 1996 11:29:54 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02764 Fri, 1 Mar 1996 11:29:47 -0800 (PST) Date: Fri, 1 Mar 1996 11:29:47 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603011929.LAA02764@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd Makefile args.h auth.c chap.c ipcp.c ipcp.h options.c pppd.8 pppd.h sys-bsd.c md5.c md5.h Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk phk 96/03/01 11:29:46 Modified: usr.sbin/pppd Makefile args.h auth.c chap.c ipcp.c ipcp.h options.c pppd.8 pppd.h sys-bsd.c Removed: usr.sbin/pppd md5.c md5.h Log: Use libmd. Add support for negotiating (more like "informing peer") about DNS. Various cleanup of warnings. Revision Changes Path 1.3 +4 -4 src/usr.sbin/pppd/Makefile 1.3 +4 -4 src/usr.sbin/pppd/args.h 1.6 +2 -3 src/usr.sbin/pppd/auth.c 1.5 +8 -6 src/usr.sbin/pppd/chap.c 1.6 +51 -1 src/usr.sbin/pppd/ipcp.c 1.5 +5 -1 src/usr.sbin/pppd/ipcp.h 1.9 +45 -1 src/usr.sbin/pppd/options.c 1.4 +9 -1 src/usr.sbin/pppd/pppd.8 1.5 +3 -1 src/usr.sbin/pppd/pppd.h 1.6 +2 -1 src/usr.sbin/pppd/sys-bsd.c From owner-cvs-usrsbin Fri Mar 1 11:35:15 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA03367 for cvs-usrsbin-outgoing; Fri, 1 Mar 1996 11:35:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA03350 Fri, 1 Mar 1996 11:35:07 -0800 (PST) Date: Fri, 1 Mar 1996 11:35:07 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603011935.LAA03350@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd Makefile args.h auth.c chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h main.c options.c ppp.h pppd.8 pppd.h sys-bsd.c upap.c upap.h md5.c md5.h Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk phk 96/03/01 11:35:06 Branch: usr.sbin/pppd RELENG_2_1_0 Modified: usr.sbin/pppd Makefile args.h auth.c chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h main.c options.c ppp.h pppd.8 pppd.h sys-bsd.c upap.c upap.h Removed: usr.sbin/pppd md5.c md5.h Log: Use libmd. Add support for negotiating (more like "informing peer") about DNS. Pull in a lot of cosmetic changes from -current to narrow the gap. Revision Changes Path 1.1.6.1 +4 -4 src/usr.sbin/pppd/Makefile 1.2.6.1 +4 -4 src/usr.sbin/pppd/args.h 1.3.4.2 +28 -27 src/usr.sbin/pppd/auth.c 1.3.4.1 +36 -33 src/usr.sbin/pppd/chap.c 1.2.6.1 +10 -10 src/usr.sbin/pppd/chap.h 1.3.4.1 +29 -21 src/usr.sbin/pppd/fsm.c 1.2.6.1 +12 -11 src/usr.sbin/pppd/fsm.h 1.3.4.1 +85 -31 src/usr.sbin/pppd/ipcp.c 1.3.4.1 +13 -9 src/usr.sbin/pppd/ipcp.h 1.3.4.1 +46 -46 src/usr.sbin/pppd/lcp.c 1.2.6.1 +12 -12 src/usr.sbin/pppd/lcp.h 1.2.6.1 +4 -4 src/usr.sbin/pppd/magic.c 1.2.6.1 +3 -3 src/usr.sbin/pppd/magic.h 1.4.4.1 +41 -56 src/usr.sbin/pppd/main.c 1.4.4.2 +127 -83 src/usr.sbin/pppd/options.c 1.2.6.1 +8 -6 src/usr.sbin/pppd/ppp.h 1.2.6.1 +9 -1 src/usr.sbin/pppd/pppd.8 1.3.4.1 +14 -14 src/usr.sbin/pppd/pppd.h 1.3.4.2 +14 -3 src/usr.sbin/pppd/sys-bsd.c 1.3.4.1 +22 -22 src/usr.sbin/pppd/upap.c 1.2.6.1 +11 -11 src/usr.sbin/pppd/upap.h