From owner-cvs-usrbin Mon Jul 8 19:56:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28759 for cvs-usrbin-outgoing; Mon, 8 Jul 1996 19:56:00 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28729; Mon, 8 Jul 1996 19:55:49 -0700 (PDT) Date: Mon, 8 Jul 1996 19:55:49 -0700 (PDT) From: Julian Elischer Message-Id: <199607090255.TAA28729@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat atalk.c if.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/07/08 19:55:49 Modified: usr.bin/netstat atalk.c if.c Log: appletalk cleanups e.g. Active ATALK connections Proto Recv-Q Send-Q Local Address Foreign Address (state) ddp 0 0 [69.230]130 [*.*]* ddp 0 0 [69.230]128 [*.*]* ddp 0 0 [69.230]1 [*.*]* etc.. Revision Changes Path 1.3 +10 -10 src/usr.bin/netstat/atalk.c 1.13 +5 -0 src/usr.bin/netstat/if.c From owner-cvs-usrbin Tue Jul 9 20:51:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA03537 for cvs-usrbin-outgoing; Tue, 9 Jul 1996 20:51:49 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA03512; Tue, 9 Jul 1996 20:51:31 -0700 (PDT) Date: Tue, 9 Jul 1996 20:51:31 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199607100351.UAA03512@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/07/09 20:51:29 Branch: usr.bin RELENG_2_1_0 Modified: usr.bin Makefile Log: It might help if we actually brought ee into -stable finally.. :-) Revision Changes Path 1.52.4.3 +2 -2 src/usr.bin/Makefile From owner-cvs-usrbin Wed Jul 10 12:45:06 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07993 for cvs-usrbin-outgoing; Wed, 10 Jul 1996 12:45:06 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07914; Wed, 10 Jul 1996 12:44:32 -0700 (PDT) Date: Wed, 10 Jul 1996 12:44:32 -0700 (PDT) From: Julian Elischer Message-Id: <199607101944.MAA07914@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share, cvs-sys, cvs-usrbin, cvs-etc, cvs-sbin Subject: cvs commit: src/etc protocols src/share/man/man4 divert.4 src/sys/conf files src/sys/netinet ip_divert.c in.h in_proto.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h src/usr.bin/netstat main.c src/sbin/ipfw ipfw.8 ipfw.c src/sys/i386/conf LINT Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/07/10 12:44:31 Modified: etc protocols sbin/ipfw ipfw.8 ipfw.c sys/conf files sys/i386/conf LINT sys/netinet in.h in_proto.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h usr.bin/netstat main.c Added: share/man/man4 divert.4 sys/netinet ip_divert.c Log: Adding changes to ipfw and the kernel to support ip packet diversion.. This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up. Revision Changes Path 1.4 +2 -1 src/etc/protocols 1.18 +42 -12 src/sbin/ipfw/ipfw.8 1.29 +38 -20 src/sbin/ipfw/ipfw.c 1.72 +1 -0 src/sys/conf/files 1.274 +4 -1 src/sys/i386/conf/LINT 1.18 +2 -1 src/sys/netinet/in.h 1.32 +11 -1 src/sys/netinet/in_proto.c 1.45 +89 -37 src/sys/netinet/ip_fw.c 1.21 +10 -5 src/sys/netinet/ip_fw.h 1.45 +66 -5 src/sys/netinet/ip_input.c 1.41 +27 -6 src/sys/netinet/ip_output.c 1.21 +14 -2 src/sys/netinet/ip_var.h 1.16 +6 -0 src/usr.bin/netstat/main.c From owner-cvs-usrbin Wed Jul 10 13:43:45 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11824 for cvs-usrbin-outgoing; Wed, 10 Jul 1996 13:43:45 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA11280; Wed, 10 Jul 1996 13:36:15 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id OAA24841; Wed, 10 Jul 1996 14:36:09 -0600 (MDT) Date: Wed, 10 Jul 1996 14:36:09 -0600 (MDT) Message-Id: <199607102036.OAA24841@rocky.mt.sri.com> From: Nate Williams To: Julian Elischer Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-etc@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/etc protocols src/share/man/man4 divert.4 src/sys/conf files src/sys/netinet ip_divert.c in.h in_proto.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h src/usr.bin/netstat main.c src/sbin/ipfw ipfw.8 ipfw.c src/sys/i386/conf LINT In-Reply-To: <199607101944.MAA07914@freefall.freebsd.org> References: <199607101944.MAA07914@freefall.freebsd.org> Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Julian Elischer writes: > julian 96/07/10 12:44:31 > > Modified: etc protocols > sbin/ipfw ipfw.8 ipfw.c > sys/conf files > sys/i386/conf LINT > sys/netinet in.h in_proto.c ip_fw.c ip_fw.h ip_input.c > ip_output.c ip_var.h > usr.bin/netstat main.c > Added: share/man/man4 divert.4 > sys/netinet ip_divert.c > Log: > Adding changes to ipfw and the kernel to support ip packet diversion.. Which is? Where are we diverting the packets? LINT isn't very descriptive of this either. Nate From owner-cvs-usrbin Thu Jul 11 00:53:14 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA23448 for cvs-usrbin-outgoing; Thu, 11 Jul 1996 00:53:14 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA23278; Thu, 11 Jul 1996 00:51:53 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA09309; Thu, 11 Jul 1996 09:51:51 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA11929; Thu, 11 Jul 1996 09:51:50 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id IAA13873; Thu, 11 Jul 1996 08:53:44 +0200 (MET DST) From: J Wunsch Message-Id: <199607110653.IAA13873@uriah.heep.sax.de> Subject: Re: cvs commit: src/etc protocols src/share/man/man4 divert.4 src/sys/conf files src/sys/netinet ip_divert.c in.h in_proto.c ip_fw. To: julian@freefall.freebsd.org (Julian Elischer) Date: Thu, 11 Jul 1996 08:53:44 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-etc@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199607101944.MAA07914@freefall.freebsd.org> from Julian Elischer at "Jul 10, 96 12:44:32 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Julian Elischer wrote: > Modified: etc protocols > sbin/ipfw ipfw.8 ipfw.c > sys/conf files > sys/i386/conf LINT > sys/netinet in.h in_proto.c ip_fw.c ip_fw.h ip_input.c > ip_output.c ip_var.h > usr.bin/netstat main.c > Added: share/man/man4 divert.4 > sys/netinet ip_divert.c This should have been five commits (at least), one in each major area that is affected. Right now, the entire log message has been recorded under $CVSROOT/CVSROOT/commitlogs/etc, which is where people looking for sys/ipfw/ipfw.c changes would hardly expect it. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrbin Thu Jul 11 21:00:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27171 for cvs-usrbin-outgoing; Thu, 11 Jul 1996 21:00:23 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27157; Thu, 11 Jul 1996 21:00:17 -0700 (PDT) Date: Thu, 11 Jul 1996 21:00:17 -0700 (PDT) From: Nate Williams Message-Id: <199607120400.VAA27157@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/rdist defs.h docmd.c expand.c lookup.c server.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/07/11 21:00:17 Modified: usr.bin/rdist defs.h docmd.c expand.c lookup.c server.c Log: Changed all sprintf() calls to snprintf(). Obtained from: Christos Zoulas via NetBSD PR 2621, [ slightly modified since we don't use libcompat anymore. ] I'm not sure if this fixes the rdist security bug completely, but it sure can't hurt! Revision Changes Path 1.2 +1 -1 src/usr.bin/rdist/defs.h 1.4 +4 -3 src/usr.bin/rdist/docmd.c 1.2 +3 -2 src/usr.bin/rdist/expand.c 1.2 +3 -2 src/usr.bin/rdist/lookup.c 1.3 +41 -31 src/usr.bin/rdist/server.c From owner-cvs-usrbin Thu Jul 11 23:19:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06237 for cvs-usrbin-outgoing; Thu, 11 Jul 1996 23:19:58 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06210; Thu, 11 Jul 1996 23:19:50 -0700 (PDT) Date: Thu, 11 Jul 1996 23:19:50 -0700 (PDT) From: Paul Traina Message-Id: <199607120619.XAA06210@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/rdist defs.h docmd.c expand.c lookup.c server.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/07/11 23:19:50 Branch: usr.bin/rdist RELENG_2_1_0 Modified: usr.bin/rdist defs.h docmd.c expand.c lookup.c server.c Log: Correct security problem in 8lgm advisory Revision Changes Path 1.1.1.1.6.1 +1 -1 src/usr.bin/rdist/defs.h 1.3.4.1 +4 -3 src/usr.bin/rdist/docmd.c 1.1.1.1.6.1 +3 -2 src/usr.bin/rdist/expand.c 1.1.1.1.6.1 +3 -2 src/usr.bin/rdist/lookup.c 1.2.4.1 +41 -31 src/usr.bin/rdist/server.c From owner-cvs-usrbin Fri Jul 12 12:06:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07015 for cvs-usrbin-outgoing; Fri, 12 Jul 1996 12:06:39 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06971; Fri, 12 Jul 1996 12:06:27 -0700 (PDT) Date: Fri, 12 Jul 1996 12:06:27 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199607121906.MAA06971@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ar append.c archive.c misc.c replace.c src/usr.bin/compile_et compile_et.c error_table.y et_lex.lex.l src/usr.bin/gcore gcore.c src/usr.bin/make arch.c src/usr.bin/nm nm.c src/usr.bin/ranlib build.c misc.c ranlib.c touch.c src/usr.bin/xlint/lint1 decl.c scan.l tree.c src/usr.bin/xlint/xlint xlint.c src/usr.bin/mk_cmds cmd_tbl.l mk_cmds.c src/usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c rpc_util.h src/usr.bin/xlint/lint2 read.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/07/12 12:06:25 Modified: usr.bin/ar append.c archive.c misc.c replace.c usr.bin/compile_et compile_et.c error_table.y et_lex.lex.l usr.bin/gcore gcore.c usr.bin/make arch.c usr.bin/mk_cmds cmd_tbl.l mk_cmds.c usr.bin/nm nm.c usr.bin/ranlib build.c misc.c ranlib.c touch.c usr.bin/rpcgen rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c rpc_util.h usr.bin/xlint/lint1 decl.c scan.l tree.c usr.bin/xlint/lint2 read.c usr.bin/xlint/xlint xlint.c Log: General -Wall warning cleanup, part I. Submitted-By: Kent Vander Velden Revision Changes Path 1.3 +1 -1 src/usr.bin/ar/append.c 1.7 +1 -1 src/usr.bin/ar/archive.c 1.5 +1 -1 src/usr.bin/ar/misc.c 1.4 +1 -1 src/usr.bin/ar/replace.c 1.3 +6 -7 src/usr.bin/compile_et/compile_et.c 1.4 +6 -2 src/usr.bin/compile_et/error_table.y 1.3 +2 -2 src/usr.bin/compile_et/et_lex.lex.l 1.4 +2 -1 src/usr.bin/gcore/gcore.c 1.4 +1 -1 src/usr.bin/make/arch.c 1.5 +7 -7 src/usr.bin/mk_cmds/cmd_tbl.l 1.4 +3 -0 src/usr.bin/mk_cmds/mk_cmds.c 1.7 +16 -2 src/usr.bin/nm/nm.c 1.5 +9 -1 src/usr.bin/ranlib/build.c 1.3 +8 -2 src/usr.bin/ranlib/misc.c 1.2 +9 -2 src/usr.bin/ranlib/ranlib.c 1.3 +7 -1 src/usr.bin/ranlib/touch.c 1.4 +5 -6 src/usr.bin/rpcgen/rpc_clntout.c 1.4 +37 -31 src/usr.bin/rpcgen/rpc_cout.c 1.4 +28 -26 src/usr.bin/rpcgen/rpc_hout.c 1.5 +43 -36 src/usr.bin/rpcgen/rpc_main.c 1.5 +25 -24 src/usr.bin/rpcgen/rpc_parse.c 1.2 +7 -6 src/usr.bin/rpcgen/rpc_sample.c 1.4 +18 -18 src/usr.bin/rpcgen/rpc_scan.c 1.5 +31 -27 src/usr.bin/rpcgen/rpc_svcout.c 1.2 +5 -4 src/usr.bin/rpcgen/rpc_tblout.c 1.4 +16 -7 src/usr.bin/rpcgen/rpc_util.c 1.4 +4 -0 src/usr.bin/rpcgen/rpc_util.h 1.2 +1 -0 src/usr.bin/xlint/lint1/decl.c 1.5 +2 -0 src/usr.bin/xlint/lint1/scan.l 1.5 +4 -0 src/usr.bin/xlint/lint1/tree.c 1.2 +2 -0 src/usr.bin/xlint/lint2/read.c 1.3 +1 -0 src/usr.bin/xlint/xlint/xlint.c