From owner-cvs-usrsbin Sun Nov 30 11:01:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA25356 for cvs-usrsbin-outgoing; Sun, 30 Nov 1997 11:01:11 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25156; Sun, 30 Nov 1997 10:58:49 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA18994; Sun, 30 Nov 1997 10:58:19 -0800 (PST) Date: Sun, 30 Nov 1997 10:58:19 -0800 (PST) Message-Id: <199711301858.KAA18994@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/11/30 10:58:19 PST Modified files: usr.sbin/newsyslog newsyslog.c Log: Sleep 10secs after kill -HUP instead of 3secs, some daemons like Apache may have log time to re-configure Revision Changes Path 1.15 +2 -2 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-usrsbin Sun Nov 30 15:30:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13669 for cvs-usrsbin-outgoing; Sun, 30 Nov 1997 15:30:47 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA13470; Sun, 30 Nov 1997 15:28:59 -0800 (PST) (envelope-from jmb@FreeBSD.org) From: "Jonathan M. Bresler" Received: (from jmb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA21315; Sun, 30 Nov 1997 15:28:29 -0800 (PST) Date: Sun, 30 Nov 1997 15:28:29 -0800 (PST) Message-Id: <199711302328.PAA21315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/cf hub.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmb 1997/11/30 15:28:28 PST Modified files: usr.sbin/sendmail/cf/cf hub.mc Log: improve anti-spam rulesets: check_relay, check_mail, check_rcpt. break each ruleset into identified sections. (called groups). note which groups can be reordered. each group accepts and returns the same strings, as much as possible. reactivate Paul Vixie's RBL (in check_mail) add rules to limit mail relaying to a list of hosts and domains in the R class (check_rcpt, not active on hub.freebsd.org) Submitted by: jmb Revision Changes Path 1.5 +103 -29 src/usr.sbin/sendmail/cf/cf/hub.mc From owner-cvs-usrsbin Tue Dec 2 12:49:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02216 for cvs-usrsbin-outgoing; Tue, 2 Dec 1997 12:49:12 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02069; Tue, 2 Dec 1997 12:47:10 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA09323; Tue, 2 Dec 1997 12:46:24 -0800 (PST) Date: Tue, 2 Dec 1997 12:46:24 -0800 (PST) Message-Id: <199712022046.MAA09323@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr Makefile.inc Makefile src/usr.sbin/lpr/SMM.doc Makefile src/usr.sbin/lpr/chkprintcap Makefile chkprintcap.8 chkprintcap.c src/usr.sbin/lpr/common_source Makefile net.c printcap.c request.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/12/02 12:46:23 PST Modified files: usr.sbin/lpr Makefile usr.sbin/lpr/SMM.doc Makefile usr.sbin/lpr/common_source common.c displayq.c lp.h pathnames.h rmjob.c startdaemon.c usr.sbin/lpr/lp Makefile usr.sbin/lpr/lpc Makefile cmds.c cmdtab.c extern.h lpc.c lpc.h usr.sbin/lpr/lpd Makefile extern.h lpd.c lpdchar.c modes.c printjob.c recvjob.c usr.sbin/lpr/lpq Makefile lpq.c usr.sbin/lpr/lpr Makefile lpr.c usr.sbin/lpr/lprm Makefile lprm.c usr.sbin/lpr/pac Makefile pac.c Added files: usr.sbin/lpr Makefile.inc usr.sbin/lpr/chkprintcap Makefile chkprintcap.8 chkprintcap.c usr.sbin/lpr/common_source Makefile net.c printcap.c request.c Log: Mega lpd/lpd upgrade, part I: - Get rid of a lot of the static variables which were shared by many routines and programs in the suite. - Create an abstract interface to the printcap database, so that other retrieval and iteration mechanisms could be developed (e.g., YP, Hesiod, or automatic retrieval from a trusted server). - Give each capability a human-readable name in addition to the historic two-character one. - Otherwise generally clean up a lot of dark corners. Many still remain. - When submitting jobs, use the official login name record (from getlogin()) if there is one, rather than reverse-mapping the uid. More to come... Revision Changes Path 1.3 +3 -2 src/usr.sbin/lpr/Makefile 1.2 +5 -4 src/usr.sbin/lpr/SMM.doc/Makefile 1.10 +80 -174 src/usr.sbin/lpr/common_source/common.c 1.13 +58 -61 src/usr.sbin/lpr/common_source/displayq.c 1.7 +158 -58 src/usr.sbin/lpr/common_source/lp.h 1.2 +1 -0 src/usr.sbin/lpr/common_source/pathnames.h 1.11 +82 -61 src/usr.sbin/lpr/common_source/rmjob.c 1.7 +18 -17 src/usr.sbin/lpr/common_source/startdaemon.c 1.4 +1 -1 src/usr.sbin/lpr/lp/Makefile 1.3 +5 -3 src/usr.sbin/lpr/lpc/Makefile 1.11 +246 -514 src/usr.sbin/lpr/lpc/cmds.c 1.2 +13 -9 src/usr.sbin/lpr/lpc/cmdtab.c 1.2 +10 -9 src/usr.sbin/lpr/lpc/extern.h 1.6 +11 -4 src/usr.sbin/lpr/lpc/lpc.c 1.2 +3 -0 src/usr.sbin/lpr/lpc/lpc.h 1.4 +5 -5 src/usr.sbin/lpr/lpd/Makefile 1.3 +9 -3 src/usr.sbin/lpr/lpd/extern.h 1.9 +109 -91 src/usr.sbin/lpr/lpd/lpd.c 1.4 +4 -0 src/usr.sbin/lpr/lpd/lpdchar.c 1.4 +4 -2 src/usr.sbin/lpr/lpd/modes.c 1.18 +321 -345 src/usr.sbin/lpr/lpd/printjob.c 1.12 +28 -25 src/usr.sbin/lpr/lpd/recvjob.c 1.3 +5 -4 src/usr.sbin/lpr/lpq/Makefile 1.5 +55 -32 src/usr.sbin/lpr/lpq/lpq.c 1.3 +5 -3 src/usr.sbin/lpr/lpr/Makefile 1.22 +72 -91 src/usr.sbin/lpr/lpr/lpr.c 1.3 +5 -3 src/usr.sbin/lpr/lprm/Makefile 1.4 +23 -11 src/usr.sbin/lpr/lprm/lprm.c 1.3 +4 -2 src/usr.sbin/lpr/pac/Makefile 1.8 +18 -16 src/usr.sbin/lpr/pac/pac.c From owner-cvs-usrsbin Wed Dec 3 02:26:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA27485 for cvs-usrsbin-outgoing; Wed, 3 Dec 1997 02:26:37 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA27422; Wed, 3 Dec 1997 02:24:47 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA14607; Wed, 3 Dec 1997 02:23:57 -0800 (PST) Date: Wed, 3 Dec 1997 02:23:57 -0800 (PST) Message-Id: <199712031023.CAA14607@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp deflate.c deflate.h Makefile ccp.c ccp.h fsm.c fsm.h hdlc.c hdlc.h ipcp.c lcp.c lcp.h main.c mbuf.h os.c ppp.8 pred.c pred.h server.c vars.c vars.h vjcomp.c vjcomp.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/03 02:23:56 PST Modified files: usr.sbin/ppp Makefile ccp.c ccp.h fsm.c fsm.h hdlc.c hdlc.h ipcp.c lcp.c lcp.h main.c mbuf.h os.c ppp.8 pred.c pred.h server.c vars.c vars.h vjcomp.c vjcomp.h Added files: usr.sbin/ppp deflate.c deflate.h Log: Abstract the CCP layer a level. Add DEFLATE support. Revision Changes Path 1.33 +5 -5 src/usr.sbin/ppp/Makefile 1.21 +172 -40 src/usr.sbin/ppp/ccp.c 1.10 +33 -4 src/usr.sbin/ppp/ccp.h 1.23 +4 -5 src/usr.sbin/ppp/fsm.c 1.13 +2 -1 src/usr.sbin/ppp/fsm.h 1.23 +44 -13 src/usr.sbin/ppp/hdlc.c 1.13 +2 -1 src/usr.sbin/ppp/hdlc.h 1.39 +27 -14 src/usr.sbin/ppp/ipcp.c 1.49 +152 -74 src/usr.sbin/ppp/lcp.c 1.14 +11 -7 src/usr.sbin/ppp/lcp.h 1.106 +38 -43 src/usr.sbin/ppp/main.c 1.10 +1 -2 src/usr.sbin/ppp/mbuf.h 1.36 +2 -1 src/usr.sbin/ppp/os.c 1.81 +23 -10 src/usr.sbin/ppp/ppp.8 1.18 +123 -24 src/usr.sbin/ppp/pred.c 1.7 +2 -4 src/usr.sbin/ppp/pred.h 1.12 +1 -2 src/usr.sbin/ppp/server.c 1.38 +9 -8 src/usr.sbin/ppp/vars.c 1.36 +13 -11 src/usr.sbin/ppp/vars.h 1.14 +15 -5 src/usr.sbin/ppp/vjcomp.c 1.3 +2 -1 src/usr.sbin/ppp/vjcomp.h From owner-cvs-usrsbin Wed Dec 3 15:30:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22948 for cvs-usrsbin-outgoing; Wed, 3 Dec 1997 15:30:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA22857; Wed, 3 Dec 1997 15:28:59 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA04470; Wed, 3 Dec 1997 15:28:04 -0800 (PST) Date: Wed, 3 Dec 1997 15:28:04 -0800 (PST) Message-Id: <199712032328.PAA04470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h deflate.c deflate.h ppp.8 vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/03 15:28:03 PST Modified files: usr.sbin/ppp ccp.c ccp.h deflate.c deflate.h ppp.8 vars.c vars.h Log: Fix the CCP Type field value for DEFLATE. (I *really* meant to do this *before* committing the deflate changes in the first place - oops). Pppd is horribly broken in this respect - refer to the ppp man page for details. Ppp *WON'T* negotiate deflate with pppd by default - you must ``enable'' and ``accept'' ``pppd-deflate'' in your config. While I'm in there, update the cftypes in ccp.c so that we recognise some more protocols (we don't actually do anything with them - just send a REJ). Revision Changes Path 1.22 +22 -17 src/usr.sbin/ppp/ccp.c 1.11 +3 -2 src/usr.sbin/ppp/ccp.h 1.2 +77 -13 src/usr.sbin/ppp/deflate.c 1.2 +2 -1 src/usr.sbin/ppp/deflate.h 1.82 +42 -1 src/usr.sbin/ppp/ppp.8 1.39 +3 -2 src/usr.sbin/ppp/vars.c 1.37 +11 -10 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Thu Dec 4 10:51:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA15866 for cvs-usrsbin-outgoing; Thu, 4 Dec 1997 10:51:24 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA15633; Thu, 4 Dec 1997 10:50:28 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA29885; Thu, 4 Dec 1997 10:49:27 -0800 (PST) Date: Thu, 4 Dec 1997 10:49:27 -0800 (PST) Message-Id: <199712041849.KAA29885@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp hdlc.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/04 10:49:26 PST Modified files: usr.sbin/ppp hdlc.c Log: Identify rejected protocol types according to rfc1700. Revision Changes Path 1.24 +130 -4 src/usr.sbin/ppp/hdlc.c From owner-cvs-usrsbin Thu Dec 4 10:51:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA15873 for cvs-usrsbin-outgoing; Thu, 4 Dec 1997 10:51:26 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA15643; Thu, 4 Dec 1997 10:50:31 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA29914; Thu, 4 Dec 1997 10:49:29 -0800 (PST) Date: Thu, 4 Dec 1997 10:49:29 -0800 (PST) Message-Id: <199712041849.KAA29914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/04 10:49:29 PST Modified files: usr.sbin/ppp lcp.h Log: Parenthesise the REJECTED macro. Revision Changes Path 1.15 +2 -2 src/usr.sbin/ppp/lcp.h From owner-cvs-usrsbin Thu Dec 4 10:51:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA15889 for cvs-usrsbin-outgoing; Thu, 4 Dec 1997 10:51:27 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA15683; Thu, 4 Dec 1997 10:50:42 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA00101; Thu, 4 Dec 1997 10:49:40 -0800 (PST) Date: Thu, 4 Dec 1997 10:49:40 -0800 (PST) Message-Id: <199712041849.KAA00101@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp route.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/04 10:49:40 PST Modified files: usr.sbin/ppp route.c Log: Understand ``sockaddr_dl''s where sdl_nlen != 0 Revision Changes Path 1.29 +25 -24 src/usr.sbin/ppp/route.c From owner-cvs-usrsbin Thu Dec 4 10:51:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA15899 for cvs-usrsbin-outgoing; Thu, 4 Dec 1997 10:51:29 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA15672; Thu, 4 Dec 1997 10:50:39 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA29972; Thu, 4 Dec 1997 10:49:37 -0800 (PST) Date: Thu, 4 Dec 1997 10:49:37 -0800 (PST) Message-Id: <199712041849.KAA29972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/04 10:49:37 PST Modified files: usr.sbin/ppp ipcp.c Log: Remove duplicate REJECTED macro. Remove extraneous pointers. Revision Changes Path 1.40 +18 -24 src/usr.sbin/ppp/ipcp.c From owner-cvs-usrsbin Thu Dec 4 10:51:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA15908 for cvs-usrsbin-outgoing; Thu, 4 Dec 1997 10:51:31 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA15658; Thu, 4 Dec 1997 10:50:35 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA29943; Thu, 4 Dec 1997 10:49:32 -0800 (PST) Date: Thu, 4 Dec 1997 10:49:32 -0800 (PST) Message-Id: <199712041849.KAA29943@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/04 10:49:32 PST Modified files: usr.sbin/ppp ccp.c Log: Initialize ccpstate when CCP comes down. Remove extraneous pointers. Revision Changes Path 1.23 +19 -32 src/usr.sbin/ppp/ccp.c From owner-cvs-usrsbin Fri Dec 5 21:39:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA20084 for cvs-usrsbin-outgoing; Fri, 5 Dec 1997 21:39:21 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA19977; Fri, 5 Dec 1997 21:38:32 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA00400; Fri, 5 Dec 1997 21:37:19 -0800 (PST) Date: Fri, 5 Dec 1997 21:37:19 -0800 (PST) Message-Id: <199712060537.VAA00400@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/chkprintcap chkprintcap.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/12/05 21:37:18 PST Modified files: usr.sbin/lpr/chkprintcap chkprintcap.c Log: Add missing argument to warn() call. Revision Changes Path 1.2 +2 -2 src/usr.sbin/lpr/chkprintcap/chkprintcap.c From owner-cvs-usrsbin Sat Dec 6 04:02:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12789 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 04:02:28 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA12728; Sat, 6 Dec 1997 04:01:52 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA01390; Sat, 6 Dec 1997 04:00:37 -0800 (PST) Date: Sat, 6 Dec 1997 04:00:37 -0800 (PST) Message-Id: <199712061200.EAA01390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/natd natd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/06 04:00:35 PST Modified files: usr.sbin/natd natd.c Log: Reverse my previous change and use htons() on an int instead of htonl() ! This results in the int a,b,c,d changing to b,a,c,d, but as it's subsequently coerced to a u_short, the ultimate answer is correct. If this isn't fixed properly soon (by the author) I'll have a look at it again. Noted by: eivind & ari@suutari.iki.fi Revision Changes Path 1.6 +1 -1 src/usr.sbin/natd/natd.c From owner-cvs-usrsbin Sat Dec 6 09:50:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02619 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 09:50:42 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA02610; Sat, 6 Dec 1997 09:50:25 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA25151; Sat, 6 Dec 1997 17:50:17 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id SAA06765; Sat, 6 Dec 1997 18:49:55 +0100 (MET) To: Brian Somers Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/natd natd.c References: <199712061200.EAA01390@freefall.freebsd.org> From: Eivind Eklund Date: 06 Dec 1997 18:49:54 +0100 In-Reply-To: Brian Somers's message of Sat, 6 Dec 1997 04:00:37 -0800 (PST) Message-ID: <867m9i4b0d.fsf@bitbox.follo.net> Lines: 24 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers writes: > brian 1997/12/06 04:00:35 PST > > Modified files: > usr.sbin/natd natd.c > Log: > Reverse my previous change and use htons() on an int > instead of htonl() ! > > This results in the int a,b,c,d changing to b,a,c,d, > but as it's subsequently coerced to a u_short, the > ultimate answer is correct. > > If this isn't fixed properly soon (by the author) I'll > have a look at it again. > > Noted by: eivind & ari@suutari.iki.fi Don't credit the messenger ;-) This was originally found by Aage Roebekk as noted in my original message (w/patch). Eivind. From owner-cvs-usrsbin Sat Dec 6 09:56:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02951 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 09:56:51 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA02920; Sat, 6 Dec 1997 09:56:25 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA23814; Sat, 6 Dec 1997 09:55:08 -0800 (PST) Date: Sat, 6 Dec 1997 09:55:08 -0800 (PST) Message-Id: <199712061755.JAA23814@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/12/06 09:55:07 PST Modified files: usr.sbin/lpr/lpr lpr.c Log: Fix incorrect format string in call to errx(). Revision Changes Path 1.23 +2 -2 src/usr.sbin/lpr/lpr/lpr.c From owner-cvs-usrsbin Sat Dec 6 14:45:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20646 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 14:45:47 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA20620; Sat, 6 Dec 1997 14:45:19 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA24258; Sat, 6 Dec 1997 14:44:00 -0800 (PST) Date: Sat, 6 Dec 1997 14:44:00 -0800 (PST) Message-Id: <199712062244.OAA24258@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/06 14:43:59 PST Modified files: usr.sbin/ppp ipcp.c Log: Correct cftypes128 index. Revision Changes Path 1.41 +2 -2 src/usr.sbin/ppp/ipcp.c From owner-cvs-usrsbin Sat Dec 6 18:31:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07250 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 18:31:07 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07043; Sat, 6 Dec 1997 18:29:10 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27800; Sat, 6 Dec 1997 18:27:50 -0800 (PST) Date: Sat, 6 Dec 1997 18:27:50 -0800 (PST) Message-Id: <199712070227.SAA27800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/12/06 18:27:49 PST Modified files: usr.sbin Makefile Log: add procctl Revision Changes Path 1.114 +2 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Sat Dec 6 18:32:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07420 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 18:32:48 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07222; Sat, 6 Dec 1997 18:30:50 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27838; Sat, 6 Dec 1997 18:29:30 -0800 (PST) Date: Sat, 6 Dec 1997 18:29:30 -0800 (PST) Message-Id: <199712070229.SAA27838@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/procctl Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/12/06 18:29:30 PST Modified files: usr.sbin/procctl Makefile Log: delete -static, add $Id$ Revision Changes Path 1.2 +2 -2 src/usr.sbin/procctl/Makefile From owner-cvs-usrsbin Sat Dec 6 18:34:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07581 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 18:34:11 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07355; Sat, 6 Dec 1997 18:32:05 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27891; Sat, 6 Dec 1997 18:30:44 -0800 (PST) Date: Sat, 6 Dec 1997 18:30:44 -0800 (PST) Message-Id: <199712070230.SAA27891@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/procctl procctl.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/12/06 18:30:44 PST Modified files: usr.sbin/procctl procctl.8 Log: Add $Id$ Revision Changes Path 1.2 +1 -0 src/usr.sbin/procctl/procctl.8 From owner-cvs-usrsbin Sat Dec 6 18:38:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08016 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 18:38:28 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07829; Sat, 6 Dec 1997 18:36:40 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27989; Sat, 6 Dec 1997 18:35:20 -0800 (PST) Date: Sat, 6 Dec 1997 18:35:20 -0800 (PST) Message-Id: <199712070235.SAA27989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/procctl Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/12/06 18:35:19 PST Modified files: usr.sbin/procctl Makefile Log: explicitly set MAN8 since only MAN1 is defaulted. Revision Changes Path 1.3 +2 -1 src/usr.sbin/procctl/Makefile From owner-cvs-usrsbin Sat Dec 6 20:12:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12805 for cvs-usrsbin-outgoing; Sat, 6 Dec 1997 20:12:24 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12632; Sat, 6 Dec 1997 20:10:37 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA29789; Sat, 6 Dec 1997 20:09:16 -0800 (PST) Date: Sat, 6 Dec 1997 20:09:16 -0800 (PST) Message-Id: <199712070409.UAA29789@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8 route.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/06 20:09:16 PST Modified files: usr.sbin/ppp command.c ppp.8 route.c Log: Only allow one arg to `delete' - the mask & gateway aren't necessary. Delete AF_LINK routes as well as AF_INET. Allow the word `default' as the arg to `delete' or in place of the first two args (dest & netmask) to `add'. Accept INTERFACE as the third arg to `add'. You can now say `add default interface' to create a default route through the tun interface. It's reported that subsequent bind()s will bind to a broadcast address and not to the address currently assigned to the tun device - this is the first step towards supporting that first connection that was around from before the dynamic IP negotiation.... Revision Changes Path 1.107 +36 -32 src/usr.sbin/ppp/command.c 1.83 +45 -30 src/usr.sbin/ppp/ppp.8 1.30 +44 -34 src/usr.sbin/ppp/route.c