From owner-cvs-libexec Mon Jan 1 00:35:15 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12903 for cvs-libexec-outgoing; Mon, 1 Jan 1996 00:35:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12896 Mon, 1 Jan 1996 00:35:13 -0800 (PST) Date: Mon, 1 Jan 1996 00:35:13 -0800 (PST) From: Peter Wemm Message-Id: <199601010835.AAA12896@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/ftpd Makefile extern.h ftpcmd.y ftpd.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk peter 96/01/01 00:35:13 Modified: libexec/ftpd Makefile extern.h ftpcmd.y ftpd.c Log: Make ftpd use setproctitle() from libutil I've left the old code in there under #ifdef OLD_SETPROCTITLE in case somebody wants to try to compile out ftpd on some other machine. Revision Changes Path 1.11 +2 -2 src/libexec/ftpd/Makefile 1.2 +2 -0 src/libexec/ftpd/extern.h 1.5 +1 -0 src/libexec/ftpd/ftpcmd.y 1.14 +11 -8 src/libexec/ftpd/ftpd.c From owner-cvs-libexec Wed Jan 3 01:53:51 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA26212 for cvs-libexec-outgoing; Wed, 3 Jan 1996 01:53:51 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA26197 Wed, 3 Jan 1996 01:53:47 -0800 (PST) Date: Wed, 3 Jan 1996 01:53:47 -0800 (PST) From: Peter Wemm Message-Id: <199601030953.BAA26197@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/fingerd fingerd.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk peter 96/01/03 01:53:46 Modified: libexec/fingerd fingerd.c Log: Copy in change from rev 1.4 to fix the infamous bug which allows users to avoid the ``secure mode''... Revision Changes Path 1.3.4.1 +3 -2 src/libexec/fingerd/fingerd.c From owner-cvs-libexec Wed Jan 3 10:02:24 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26950 for cvs-libexec-outgoing; Wed, 3 Jan 1996 10:02:24 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA26936 Wed, 3 Jan 1996 10:02:14 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id KAA05369; Wed, 3 Jan 1996 10:02:13 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id LAA00511; Wed, 3 Jan 1996 11:09:23 -0800 (PST) Message-Id: <199601031909.LAA00511@corbin.Root.COM> To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/libexec/fingerd fingerd.c In-reply-to: Your message of "Wed, 03 Jan 96 01:53:47 PST." <199601030953.BAA26197@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 03 Jan 1996 11:09:22 -0800 Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk >peter 96/01/03 01:53:46 > > Modified: libexec/fingerd fingerd.c > Log: > Copy in change from rev 1.4 to fix the infamous bug which allows > users to avoid the ``secure mode''... > > Revision Changes Path > 1.3.4.1 +3 -2 src/libexec/fingerd/fingerd.c Why didn't the "Branch:" line come out above? -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-cvs-libexec Wed Jan 3 10:09:50 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27454 for cvs-libexec-outgoing; Wed, 3 Jan 1996 10:09:50 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA27425 Wed, 3 Jan 1996 10:09:36 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id CAA12371; Thu, 4 Jan 1996 02:09:20 +0800 (WST) Date: Thu, 4 Jan 1996 02:09:19 +0800 (WST) From: Peter Wemm To: David Greenman cc: CVS-committers@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/libexec/fingerd fingerd.c In-Reply-To: <199601031909.LAA00511@corbin.Root.COM> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk On Wed, 3 Jan 1996, David Greenman wrote: > >peter 96/01/03 01:53:46 > > > > Modified: libexec/fingerd fingerd.c > > Log: > > Copy in change from rev 1.4 to fix the infamous bug which allows > > users to avoid the ``secure mode''... > > > > Revision Changes Path > > 1.3.4.1 +3 -2 src/libexec/fingerd/fingerd.c > > Why didn't the "Branch:" line come out above? > > -DG Hmm.. Probably because of the way that I did it. I only did a 'cvs update -r RELENG_2_1_0 fingerd.c' and committed on that file.. The rest of the directory was in "HEAD" mode, meaning there was no CVS/Tag file like there would have been if I had updated the whole directory.. I'll make sure I dont do it again, now that we know another thing to avoid doing... -Peter > David Greenman > Core Team/Principal Architect, The FreeBSD Project > From owner-cvs-libexec Fri Jan 5 00:47:15 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19530 for cvs-libexec-outgoing; Fri, 5 Jan 1996 00:47:15 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19522 Fri, 5 Jan 1996 00:47:13 -0800 (PST) Date: Fri, 5 Jan 1996 00:47:13 -0800 (PST) From: Thomas Graichen Message-Id: <199601050847.AAA19522@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/rpc.rquotad - Imported sources Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk graichen 96/01/05 00:47:12 Branch: libexec/rpc.rquotad 1.1.1 Log: Obtained from: NetBSD Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs Status: Vendor Tag: NETBSD Release Tags: v1_0 N src/libexec/rpc.rquotad/rpc.rquotad.8 N src/libexec/rpc.rquotad/rquotad.c N src/libexec/rpc.rquotad/Makefile No conflicts created by this import From owner-cvs-libexec Fri Jan 5 00:53:42 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19949 for cvs-libexec-outgoing; Fri, 5 Jan 1996 00:53:42 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19942 Fri, 5 Jan 1996 00:53:41 -0800 (PST) Date: Fri, 5 Jan 1996 00:53:41 -0800 (PST) From: Thomas Graichen Message-Id: <199601050853.AAA19942@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/rpc.sprayd - Imported sources Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk graichen 96/01/05 00:53:40 Branch: libexec/rpc.sprayd 1.1.1 Log: Obtained from: NetBSD imported the rpc.sprayd from NetBSD - it is used by the new spray command for network analysis Status: Vendor Tag: NETBSD Release Tags: v1_0 N src/libexec/rpc.sprayd/rpc.sprayd.8 N src/libexec/rpc.sprayd/Makefile N src/libexec/rpc.sprayd/sprayd.c No conflicts created by this import From owner-cvs-libexec Fri Jan 5 01:44:43 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24077 for cvs-libexec-outgoing; Fri, 5 Jan 1996 01:44:43 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24063 Fri, 5 Jan 1996 01:44:38 -0800 (PST) Date: Fri, 5 Jan 1996 01:44:38 -0800 (PST) From: Thomas Graichen Message-Id: <199601050944.BAA24063@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec Makefile Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk graichen 96/01/05 01:44:37 Modified: libexec Makefile Log: added rpc.rquotad and rpc.sprayd Revision Changes Path 1.14 +2 -2 src/libexec/Makefile From owner-cvs-libexec Fri Jan 5 08:13:28 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13882 for cvs-libexec-outgoing; Fri, 5 Jan 1996 08:13:28 -0800 (PST) Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA13867 Fri, 5 Jan 1996 08:13:16 -0800 (PST) Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM) id AA06808; Fri, 5 Jan 1996 11:13:13 -0500 Date: Fri, 5 Jan 1996 11:13:13 -0500 From: "Garrett A. Wollman" Message-Id: <9601051613.AA06808@halloran-eldar.lcs.mit.edu> To: Thomas Graichen Cc: CVS-committers@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: cvs commit: src/libexec Makefile In-Reply-To: <199601050944.BAA24063@freefall.freebsd.org> References: <199601050944.BAA24063@freefall.freebsd.org> Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk < said: > graichen 96/01/05 01:44:37 > Modified: libexec Makefile > Log: > added rpc.rquotad and rpc.sprayd I would very, very much have preferred if these could have been named reasonably rather than following Sun's brain-damage. We don't call the server TELNET `in.telnetd'... -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-cvs-libexec Sat Jan 6 12:28:12 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA14306 for cvs-libexec-outgoing; Sat, 6 Jan 1996 12:28:12 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA14299 Sat, 6 Jan 1996 12:28:10 -0800 (PST) Date: Sat, 6 Jan 1996 12:28:10 -0800 (PST) From: Bill Paul Message-Id: <199601062028.MAA14299@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/ypxfr yp_dbwrite.c ypxfr_main.c Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk wpaul 96/01/06 12:28:09 Modified: libexec/ypxfr yp_dbwrite.c ypxfr_main.c Log: Sync with my sources at home (these are really tiny changes): - Fix a SEGV condition in ypxfr_main.c that reared its ugly head while I was working on the 'parallel jobs' feature of the new yppush. After we've completed the map transfer and created a local temporary copy, we check the order number of the map on ypserv again to make sure it didn't change while the transfer was in progress (map skew). If for some reason we flat out fail to get the order number from the server, we flag this as an error and bail, telling ypxfr_exit() to clean up our temporary files for us. However, ypxfr_exit() tries to close the database before unkining it, not realizing that it has already been closed prior to the skew check. The second attempt to close the database causes a SEGV somewhere inside the DB code. (Well, it does on my 2.0.5 machine anyway. I haven't seen anyone modify the DB library code in ages, so the condition is probably still there.) To work around this, we deliberately set dbp to NULL after closing the database and check for the condition in ypxfr_exit(), being careful to avoid the second close if we see the NULL. - In yp_dbwrite.c, make yp_open_db_rw() open the database with O_EXLOCK flag set. This probably won't affect much of anything, but I feel better having it there. Revision Changes Path 1.2 +3 -3 src/libexec/ypxfr/yp_dbwrite.c 1.2 +12 -9 src/libexec/ypxfr/ypxfr_main.c From owner-cvs-libexec Sat Jan 6 12:40:50 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15024 for cvs-libexec-outgoing; Sat, 6 Jan 1996 12:40:50 -0800 (PST) Received: from omega.physik.fu-berlin.de (omega.physik.fu-berlin.de [130.133.3.51]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA14972 Sat, 6 Jan 1996 12:40:28 -0800 (PST) Received: from mordillo (oberon.physik.fu-berlin.de [130.133.3.126]) by omega.physik.fu-berlin.de (8.7.1/8.7.1) with ESMTP id VAA31998; Sat, 6 Jan 1996 21:40:19 +0100 (MET) Received: (from graichen@localhost) by mordillo (8.6.12/8.6.12) id JAA02295; Sat, 6 Jan 1996 09:32:07 +0100 From: Thomas Graichen Message-Id: <199601060832.JAA02295@mordillo> Subject: Re: cvs commit: src/libexec Makefile To: wollman@lcs.mit.edu (Garrett A. Wollman) Date: Sat, 6 Jan 1996 09:32:06 +0100 (MET) Cc: graichen@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org In-Reply-To: <9601051613.AA06808@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Jan 5, 96 11:13:13 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-libexec@FreeBSD.ORG Precedence: bulk hasn't Garrett A. Wollman said ? ... > > < said: > > > graichen 96/01/05 01:44:37 > > Modified: libexec Makefile > > Log: > > added rpc.rquotad and rpc.sprayd > > I would very, very much have preferred if these could have been named > reasonably rather than following Sun's brain-damage. We don't call > the server TELNET `in.telnetd'... > i think this discussion started currently in the -current list t _______________________________________________________||___________________ __|| Perfection is reached, not when there is no __|| thomas graichen longer anything to add, but when there __|| freie universitaet berlin is no longer anything to take away __|| fachbereich physik __|| - Antoine de Saint-Exupery - __|| graichen@mail.physik.fu-berlin.de ___________________________||__________________graichen@FreeBSD.org_________