From owner-cvs-usrsbin Wed Apr 9 10:35:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03523 for cvs-usrsbin-outgoing; Wed, 9 Apr 1997 10:35:57 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03516; Wed, 9 Apr 1997 10:35:56 -0700 (PDT) Date: Wed, 9 Apr 1997 10:35:56 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199704091735.KAA03516@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp command.c main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/04/09 10:35:56 Modified: usr.sbin/ppp command.c main.c Log: Ignore SIGPIPE or any user can quit ppp just telnetting to it and quitting telnet immediately (while phone number dialed) Log client connection/disconnection with PHASE_BIT now. Add more error recovery on client disconnection Revision Changes Path 1.37 +2 -1 src/usr.sbin/ppp/command.c 1.41 +16 -9 src/usr.sbin/ppp/main.c From owner-cvs-usrsbin Thu Apr 10 06:49:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA05905 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 06:49:04 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA05898; Thu, 10 Apr 1997 06:49:02 -0700 (PDT) Date: Thu, 10 Apr 1997 06:49:02 -0700 (PDT) From: Bill Paul Message-Id: <199704101349.GAA05898@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.ypxfrd ypxfrd_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 06:49:01 Modified: usr.sbin/rpc.ypxfrd ypxfrd_server.c Log: Add extra paranoia test. In theory this doesn't really gain you anything, but the extra warning message could be useful. Revision Changes Path 1.5 +12 -2 src/usr.sbin/rpc.ypxfrd/ypxfrd_server.c From owner-cvs-usrsbin Thu Apr 10 06:53:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA06191 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 06:53:35 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA06179; Thu, 10 Apr 1997 06:53:33 -0700 (PDT) Date: Thu, 10 Apr 1997 06:53:33 -0700 (PDT) From: Bill Paul Message-Id: <199704101353.GAA06179@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.ypxfrd ypxfrd_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 06:53:32 Branch: usr.sbin/rpc.ypxfrd RELENG_2_2 Modified: usr.sbin/rpc.ypxfrd ypxfrd_server.c Log: Merge from -current: add extra paranoia test. Revision Changes Path 1.2.2.1 +12 -2 src/usr.sbin/rpc.ypxfrd/ypxfrd_server.c From owner-cvs-usrsbin Thu Apr 10 07:12:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07406 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 07:12:55 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07397; Thu, 10 Apr 1997 07:12:53 -0700 (PDT) Date: Thu, 10 Apr 1997 07:12:53 -0700 (PDT) From: Bill Paul Message-Id: <199704101412.HAA07397@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 X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 07:12:53 Modified: usr.sbin/ypserv yp_server.c Log: Add a sanity test to ypproc_xfr_2_svc(): check that the map and domain in the transfer request actually exist. Technically ypxfr can do this too, but why waste the cycles getting ypxfr off the ground for a transfer we already know is going to fail. Also apply stricter access control rules; ypproc_xfr_2_svc() is in a different class than the normal map access procedures procedures. Revision Changes Path 1.21 +48 -8 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Thu Apr 10 07:16:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07569 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 07:16:27 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07543; Thu, 10 Apr 1997 07:16:23 -0700 (PDT) Date: Thu, 10 Apr 1997 07:16:23 -0700 (PDT) From: Bill Paul Message-Id: <199704101416.HAA07543@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 X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 07:16:23 Branch: usr.sbin/ypserv RELENG_2_2 Modified: usr.sbin/ypserv yp_server.c Log: Merge sanity checks from -current to 2.2 branch. Oh, forgot to mention: also removed trailing semicolons from instances of the YPXFR_RETURN() macro. The last line in the macro already ends with a semicolon. Revision Changes Path 1.12.2.3 +48 -8 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Thu Apr 10 07:18:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07697 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 07:18:07 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07675; Thu, 10 Apr 1997 07:18:05 -0700 (PDT) Date: Thu, 10 Apr 1997 07:18:05 -0700 (PDT) From: Bill Paul Message-Id: <199704101418.HAA07675@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 07:18:04 Modified: usr.sbin/ypbind ypbind.c Log: Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAIN and YPBINDPROC_SETDOM procedures. Revision Changes Path 1.24 +12 -1 src/usr.sbin/ypbind/ypbind.c From owner-cvs-usrsbin Thu Apr 10 07:18:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07861 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 07:18:57 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07837; Thu, 10 Apr 1997 07:18:51 -0700 (PDT) Date: Thu, 10 Apr 1997 07:18:51 -0700 (PDT) From: Bill Paul Message-Id: <199704101418.HAA07837@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 07:18:51 Branch: usr.sbin/ypbind RELENG_2_2 Modified: usr.sbin/ypbind ypbind.c Log: Merge from -current (don't process bogus domain names). Revision Changes Path 1.18.2.2 +23 -3 src/usr.sbin/ypbind/ypbind.c From owner-cvs-usrsbin Thu Apr 10 07:41:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA09405 for cvs-usrsbin-outgoing; Thu, 10 Apr 1997 07:41:03 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA09398; Thu, 10 Apr 1997 07:41:01 -0700 (PDT) Date: Thu, 10 Apr 1997 07:41:01 -0700 (PDT) From: Bill Paul Message-Id: <199704101441.HAA09398@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/04/10 07:41:01 Branch: usr.sbin/ypbind RELENG_2_1_0 Modified: usr.sbin/ypbind ypbind.c Log: Backport extra sanity test from -current (watch out for obviously wrong domain names). Revision Changes Path 1.15.4.2 +13 -1 src/usr.sbin/ypbind/ypbind.c From owner-cvs-usrsbin Fri Apr 11 09:58:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02479 for cvs-usrsbin-outgoing; Fri, 11 Apr 1997 09:58:50 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02470; Fri, 11 Apr 1997 09:58:48 -0700 (PDT) Date: Fri, 11 Apr 1997 09:58:48 -0700 (PDT) From: Satoshi Asami Message-Id: <199704111658.JAA02470@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user, cvs-lib, cvs-share, cvs-gnu, cvs-usrsbin Subject: cvs commit: src Makefile src/contrib/gcc/cp reno.texi src/contrib/libgmp gmp.texi src/gnu/lib/libgmp/doc Makefile src/gnu/usr.bin/awk/doc Makefile src/gnu/usr.bin/bison/doc Makefile src/gnu/usr.bin/dc/doc Makefile src/gnu/usr.bin/diff/doc Makefile src/gnu/usr.bin/gdb/doc Makefile src/lib/libcom_err/doc Makefile src/share Makefile src/gnu/lib/libg++/doc Makefile src/gnu/lib/libregex/doc Makefile src/gnu/libexec/uucp/doc Makefile src/gnu/usr.bin/as/doc Makefile src/gnu/usr.bin/cc/doc Makefile src/gnu/usr.bin/cvs/doc Makefile src/gnu/usr.bin/gperf/doc Makefile src/gnu/usr.bin/ptx/doc Makefile src/gnu/usr.bin/send-pr/doc Makefile send-pr.texi src/share/mk bsd.info.mk bsd.own.mk src/usr.sbin/amd/doc Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 97/04/11 09:58:47 Branch: . RELENG_2_2 share RELENG_2_2 share/mk RELENG_2_2 Modified: . Makefile contrib/gcc/cp reno.texi contrib/libgmp gmp.texi gnu/lib/libg++/doc Makefile gnu/lib/libgmp/doc Makefile gnu/lib/libregex/doc Makefile gnu/libexec/uucp/doc Makefile gnu/usr.bin/as/doc Makefile gnu/usr.bin/awk/doc Makefile gnu/usr.bin/bison/doc Makefile gnu/usr.bin/cc/doc Makefile gnu/usr.bin/cvs/doc Makefile gnu/usr.bin/dc/doc Makefile gnu/usr.bin/diff/doc Makefile gnu/usr.bin/gdb/doc Makefile gnu/usr.bin/gperf/doc Makefile gnu/usr.bin/ptx/doc Makefile gnu/usr.bin/send-pr/doc Makefile send-pr.texi lib/libcom_err/doc Makefile share Makefile share/mk bsd.info.mk bsd.own.mk usr.sbin/amd/doc Makefile Log: Merge in from -current all the changes needed to make world with the latest texinfo. Revision Changes Path 1.109.2.3 +5 -2 src/Makefile 1.1.1.1.2.1 +1 -1 src/contrib/gcc/cp/reno.texi 1.1.1.1.2.1 +1 -1 src/contrib/libgmp/gmp.texi 1.1.2.1 +3 -1 src/gnu/lib/libg++/doc/Makefile 1.3.2.1 +3 -4 src/gnu/lib/libgmp/doc/Makefile 1.3.2.1 +3 -0 src/gnu/lib/libregex/doc/Makefile 1.2.6.1 +1 -0 src/gnu/libexec/uucp/doc/Makefile 1.2.6.1 +2 -0 src/gnu/usr.bin/as/doc/Makefile 1.1.6.1 +3 -0 src/gnu/usr.bin/awk/doc/Makefile 1.1.2.1 +3 -1 src/gnu/usr.bin/bison/doc/Makefile 1.3.2.1 +6 -1 src/gnu/usr.bin/cc/doc/Makefile 1.5.2.1 +5 -1 src/gnu/usr.bin/cvs/doc/Makefile 1.1.6.1 +2 -0 src/gnu/usr.bin/dc/doc/Makefile 1.1.4.1 +4 -2 src/gnu/usr.bin/diff/doc/Makefile 1.3.6.3 +5 -1 src/gnu/usr.bin/gdb/doc/Makefile 1.1.2.1 +3 -1 src/gnu/usr.bin/gperf/doc/Makefile 1.1.6.1 +2 -0 src/gnu/usr.bin/ptx/doc/Makefile 1.1.6.1 +1 -0 src/gnu/usr.bin/send-pr/doc/Makefile 1.1.6.1 +1 -1 src/gnu/usr.bin/send-pr/doc/send-pr.texi 1.1.1.1.6.2 +2 -2 src/lib/libcom_err/doc/Makefile 1.12.2.1 +1 -1 src/share/Makefile 1.19.2.1 +128 -18 src/share/mk/bsd.info.mk 1.7.2.1 +8 -1 src/share/mk/bsd.own.mk 1.2.6.1 +3 -1 src/usr.sbin/amd/doc/Makefile From owner-cvs-usrsbin Fri Apr 11 21:23:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA12598 for cvs-usrsbin-outgoing; Fri, 11 Apr 1997 21:23:17 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA12589; Fri, 11 Apr 1997 21:23:15 -0700 (PDT) Date: Fri, 11 Apr 1997 21:23:15 -0700 (PDT) From: Brian Somers Message-Id: <199704120423.VAA12589@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c src/share/man/man5 printcap.5 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/04/11 21:23:14 Modified: share/man/man5 printcap.5 usr.sbin/lpr/lpd printjob.c Log: Support input and output filters with remote printing. Output filters are executed on a per-file basis as it's necessary to supply the file size to the "other side". Revision Changes Path 1.10 +28 -1 src/share/man/man5/printcap.5 1.12 +173 -16 src/usr.sbin/lpr/lpd/printjob.c From owner-cvs-usrsbin Sat Apr 12 15:58:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA28833 for cvs-usrsbin-outgoing; Sat, 12 Apr 1997 15:58:47 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA28823; Sat, 12 Apr 1997 15:58:44 -0700 (PDT) Date: Sat, 12 Apr 1997 15:58:44 -0700 (PDT) From: Brian Somers Message-Id: <199704122258.PAA28823@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/04/12 15:58:43 Modified: usr.sbin/ppp main.c ppp.8 Log: Only wait for the redial timeout when the last phone number in the list has been dialed. Alternate number dialing has no "pause". Suggested by: joerg Document this behaviour. Document that the number of dial attempts applies to the number of phone calls rather than the number of times each number is dialed. Add a missing .El. Give a decent description of how to connect to an ISP. Revision Changes Path 1.42 +20 -9 src/usr.sbin/ppp/main.c 1.27 +190 -23 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sat Apr 12 17:54:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA06636 for cvs-usrsbin-outgoing; Sat, 12 Apr 1997 17:54:50 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA06629; Sat, 12 Apr 1997 17:54:48 -0700 (PDT) Date: Sat, 12 Apr 1997 17:54:48 -0700 (PDT) From: Brian Somers Message-Id: <199704130054.RAA06629@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c modem.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/04/12 17:54:47 Modified: usr.sbin/ppp main.c modem.c ppp.8 Log: Make -background option attempt each phone number at most once. Make -background ignore redial. Output exit value to syslog with "PPP Terminated" message. Revision Changes Path 1.43 +8 -3 src/usr.sbin/ppp/main.c 1.33 +1 -6 src/usr.sbin/ppp/modem.c 1.28 +9 -2 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sat Apr 12 18:07:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07082 for cvs-usrsbin-outgoing; Sat, 12 Apr 1997 18:07:10 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07074; Sat, 12 Apr 1997 18:07:05 -0700 (PDT) Date: Sat, 12 Apr 1997 18:07:05 -0700 (PDT) From: Brian Somers Message-Id: <199704130107.SAA07074@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd auth.c pppd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/04/12 18:07:03 Modified: usr.sbin/pppd auth.c pppd.8 Log: Allow forcing of local_ip:remote_ip in pap-secrets and chap-secrets files. This allows specific users to have pre-allocated IP numbers while others get assigned dynamically. Submitted by: David Nugent Revision Changes Path 1.13 +58 -15 src/usr.sbin/pppd/auth.c 1.10 +6 -3 src/usr.sbin/pppd/pppd.8