From owner-cvs-usrsbin Sun Oct 20 05:55:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14105 for cvs-usrsbin-outgoing; Sun, 20 Oct 1996 05:55:08 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14074; Sun, 20 Oct 1996 05:54:57 -0700 (PDT) Date: Sun, 20 Oct 1996 05:54:57 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610201254.FAA14074@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/20 05:54:57 Modified: usr.sbin/pstat pstat.c Log: Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed to ``/dev/??'' for NFS swap. I had a hard time to figure out whether it's possible to print the actual mounted swap file, but i failed to get any information. If anybody knows how to get ``192.168.0.1:/swap.192.168.0.3'' instead, please step forward! Revision Changes Path 1.25 +7 -3 src/usr.sbin/pstat/pstat.c From owner-cvs-usrsbin Sun Oct 20 10:55:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04526 for cvs-usrsbin-outgoing; Sun, 20 Oct 1996 10:55:57 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04497; Sun, 20 Oct 1996 10:55:38 -0700 (PDT) Date: Sun, 20 Oct 1996 10:55:38 -0700 (PDT) From: Paul Traina Message-Id: <199610201755.KAA04497@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/scripts/stats summary.sh Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/20 10:55:37 Modified: usr.sbin/xntpd/scripts/stats summary.sh Log: Fix a YTK bug. Revision Changes Path 1.2 +80 -4 src/usr.sbin/xntpd/scripts/stats/summary.sh From owner-cvs-usrsbin Mon Oct 21 20:18:21 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA10932 for cvs-usrsbin-outgoing; Mon, 21 Oct 1996 20:18:21 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA10907; Mon, 21 Oct 1996 20:18:13 -0700 (PDT) Date: Mon, 21 Oct 1996 20:18:13 -0700 (PDT) From: Bill Paul Message-Id: <199610220318.UAA10907@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:18:13 Modified: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Begin closing out PR #1519 (this requires a change to chpass too, and both changes need to be pulled into the stable branch). The problem here is that when pwd_mkdb creates /etc/passwd, it turns empty UID and GID fields into zeroes. To fix this, we check the _PWF_UID and _PWF_GID bits in the pw_fields flag: if the bits are not set, we print an empty field instead of a zero. This way, you don't get zeroes in the UID or GID fields unless you explicit want them. Revision Changes Path 1.15 +12 -4 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-usrsbin Mon Oct 21 20:22:09 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11270 for cvs-usrsbin-outgoing; Mon, 21 Oct 1996 20:22:09 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11249; Mon, 21 Oct 1996 20:21:52 -0700 (PDT) Date: Mon, 21 Oct 1996 20:21:52 -0700 (PDT) From: Bill Paul Message-Id: <199610220321.UAA11249@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:21:51 Branch: usr.sbin/pwd_mkdb RELENG_2_1_0 Modified: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Bring in part 1 of fix for PR #1519 from -current. Revision Changes Path 1.9.4.2 +12 -4 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-usrsbin Mon Oct 21 20:53:22 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA13172 for cvs-usrsbin-outgoing; Mon, 21 Oct 1996 20:53:22 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA13158; Mon, 21 Oct 1996 20:53:10 -0700 (PDT) Date: Mon, 21 Oct 1996 20:53:10 -0700 (PDT) From: Bill Paul Message-Id: <199610220353.UAA13158@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd pw_copy.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:53:09 Modified: usr.sbin/rpc.yppasswdd pw_copy.c Log: Since rpc.yppasswdd(8) also supports adding entries to the /var/yp/master.passwd template file and it uses the same kind of code as chpass(1), it may also be vulnerable to the bug from PR #1519. May as well deal with it since I'm in the area. (yppasswdd in -stable doesn't do additions, therefore it shouldn't be have this problem.) Revision Changes Path 1.2 +25 -8 src/usr.sbin/rpc.yppasswdd/pw_copy.c From owner-cvs-usrsbin Mon Oct 21 22:13:53 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18975 for cvs-usrsbin-outgoing; Mon, 21 Oct 1996 22:13:53 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18939; Mon, 21 Oct 1996 22:13:44 -0700 (PDT) Date: Mon, 21 Oct 1996 22:13:44 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610220513.WAA18939@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/timed/timed master.c slave.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/21 22:13:44 Modified: usr.sbin/timed/timed master.c slave.c Log: Fixes: If timed is running when system clock is changed by date command, improper wtmp entry is made. According to wtmp(5), two entries, one with "|" as ut_line field and one with "{" for ut_line, should be recorded, but, one with "|" and one with "}" are made. Closes: PR#bin/1182 Submitted by: Masafumi NAKANE Revision Changes Path 1.2 +2 -2 src/usr.sbin/timed/timed/master.c 1.2 +2 -2 src/usr.sbin/timed/timed/slave.c From owner-cvs-usrsbin Tue Oct 22 07:58:27 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA03908 for cvs-usrsbin-outgoing; Tue, 22 Oct 1996 07:58:27 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA03892; Tue, 22 Oct 1996 07:58:13 -0700 (PDT) Date: Tue, 22 Oct 1996 07:58:13 -0700 (PDT) From: Bill Paul Message-Id: <199610221458.HAA03892@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/22 07:58:12 Modified: usr.sbin/rpc.yppasswdd yppasswdd_main.c Log: Two small changes that were in my development sources at home but never made it here for some reason: - 'u' option was missing from getopt string - Use daemon() to become daemonic. Revision Changes Path 1.5 +7 -25 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c From owner-cvs-usrsbin Tue Oct 22 13:28:04 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28998 for cvs-usrsbin-outgoing; Tue, 22 Oct 1996 13:28:04 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28938; Tue, 22 Oct 1996 13:27:48 -0700 (PDT) Date: Tue, 22 Oct 1996 13:27:48 -0700 (PDT) From: Stefan Esser Message-Id: <199610222027.NAA28938@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pciconf - Imported sources Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/10/22 13:27:48 src/usr.sbin/pciconf - Imported sources Update of /home/ncvs/src/usr.sbin/pciconf In directory freefall.freebsd.org:/a/se/pciconf Revision/Branch: 1.1.1 Log Message: Initial version of the user land code for the PCI config register access functions. Written by Garrett Wollman and modified by me to better match my view of the (PCI) world. Submitted by: wollman Status: Vendor Tag: WOLLMAN Release Tags: v0 N src/usr.sbin/pciconf/Makefile N src/usr.sbin/pciconf/pathnames.h N src/usr.sbin/pciconf/pciconf.c No conflicts created by this import From owner-cvs-usrsbin Tue Oct 22 13:58:32 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02057 for cvs-usrsbin-outgoing; Tue, 22 Oct 1996 13:58:32 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02034; Tue, 22 Oct 1996 13:58:17 -0700 (PDT) Date: Tue, 22 Oct 1996 13:58:17 -0700 (PDT) From: Stefan Esser Message-Id: <199610222058.NAA02034@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/10/22 13:58:16 Modified: usr.sbin Makefile Log: Add pciconf. Revision Changes Path 1.98 +3 -3 src/usr.sbin/Makefile From owner-cvs-usrsbin Tue Oct 22 14:41:56 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA06728 for cvs-usrsbin-outgoing; Tue, 22 Oct 1996 14:41:56 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA06689; Tue, 22 Oct 1996 14:41:45 -0700 (PDT) Date: Tue, 22 Oct 1996 14:41:45 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610222141.OAA06689@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/22 14:41:45 Modified: usr.sbin/pppd main.c Log: Fixes: >Description: pppd failes to set control terminal if -detach option is given. Submitted by: enami@ba2.so-net.or.jp Revision Changes Path 1.7 +3 -3 src/usr.sbin/pppd/main.c From owner-cvs-usrsbin Wed Oct 23 08:42:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA22780 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 08:42:52 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA22765; Wed, 23 Oct 1996 08:42:40 -0700 (PDT) Date: Wed, 23 Oct 1996 08:42:40 -0700 (PDT) From: Bill Paul Message-Id: <199610231542.IAA22765@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/23 08:42:39 Modified: usr.sbin/rpc.yppasswdd yppasswdd_main.c Log: Make error messages more informative. Revision Changes Path 1.6 +9 -4 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c From owner-cvs-usrsbin Wed Oct 23 08:49:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23176 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 08:49:35 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23131; Wed, 23 Oct 1996 08:49:25 -0700 (PDT) Date: Wed, 23 Oct 1996 08:49:25 -0700 (PDT) From: Bill Paul Message-Id: <199610231549.IAA23131@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 96/10/23 08:49:24 Modified: usr.sbin/ypserv yp_server.c Log: In ypxfr_callback(), the failure to create an RPC CLIENT * handle for the callback is a fatal error for this function; return immediatlely if this happens. Also make the "failed to establish callback handle" error mesaage print the IP address of the target callback host. Revision Changes Path 1.11 +6 -4 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Wed Oct 23 13:18:13 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08260 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 13:18:13 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08233; Wed, 23 Oct 1996 13:18:00 -0700 (PDT) Date: Wed, 23 Oct 1996 13:18:00 -0700 (PDT) From: Julian Elischer Message-Id: <199610232018.NAA08233@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-usrsbin Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c src/sys/sys syslog.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/10/23 13:17:59 Modified: sys/sys syslog.h usr.sbin/syslogd syslogd.8 syslogd.c Log: Reviewed by: various (mailing list feedback) Submitted by: whistle communications move the socket from /dev to /var/run by default TRANSITIONALLY make syslog add a symlink.. I PROMISE I'll remove that as soon as I have the makefiles etc fixed as well. Revision Changes Path 1.7 +3 -2 src/sys/sys/syslog.h 1.5 +12 -5 src/usr.sbin/syslogd/syslogd.8 1.11 +45 -2 src/usr.sbin/syslogd/syslogd.c From owner-cvs-usrsbin Wed Oct 23 14:25:25 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA12621 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 14:25:25 -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 OAA12388; Wed, 23 Oct 1996 14:23:22 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA27642; Wed, 23 Oct 1996 23:21:53 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA02038; Wed, 23 Oct 1996 23:21:53 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.6/8.6.9) id XAA28117; Wed, 23 Oct 1996 23:19:17 +0200 (MET DST) From: J Wunsch Message-Id: <199610232119.XAA28117@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c src/sys/sys syslog.h To: julian@freefall.freebsd.org (Julian Elischer) Date: Wed, 23 Oct 1996 23:19:17 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199610232018.NAA08233@freefall.freebsd.org> from Julian Elischer at "Oct 23, 96 01:18:00 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-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Julian Elischer wrote: > move the socket from /dev to /var/run by default > TRANSITIONALLY make syslog add a symlink.. Arrrrrrrrrrg! -- 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-usrsbin Wed Oct 23 14:46:36 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA13741 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 14:46:36 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA13715; Wed, 23 Oct 1996 14:46:22 -0700 (PDT) Date: Wed, 23 Oct 1996 14:46:22 -0700 (PDT) From: Bill Paul Message-Id: <199610232146.OAA13715@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/23 14:46:19 Modified: usr.sbin/rpc.yppasswdd yppasswdd_server.c Log: Add extra sanity checking to the in-place update routine. Sometimes you find two users with the same UID (i.e. root and toor), but yp_mkdb(8) forbits duplicate keys, so only one of them will end up in the *.byuid maps (probably toor, since it comes after root in the template file). If I asked rpc.yppasswdd(8) to change toor's password, it would update the *.byname maps correctly, but incorrectly modify root's entry in the *.byuid maps since the only matching record with UID=0 in those maps belongs to root. To fix this, we check that both the name and UID are correct before trying to write new entries to the maps. Revision Changes Path 1.9 +33 -2 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c From owner-cvs-usrsbin Wed Oct 23 15:02:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14419 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 15:02:38 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14402; Wed, 23 Oct 1996 15:02:32 -0700 (PDT) From: Bill Paul Message-Id: <199610232202.PAA14402@freefall.freebsd.org> Subject: RE: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c To: CVS-committers, cvs-all, cvs-usrsbin Date: Wed, 23 Oct 1996 15:02:31 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > wpaul 96/10/23 14:46:19 > > Modified: usr.sbin/rpc.yppasswdd yppasswdd_server.c > Log: > Add extra sanity checking to the in-place update routine. Sometimes you > find two users with the same UID (i.e. root and toor), but yp_mkdb(8) > forbits duplicate keys, so only one of them will end up in the *.byuid > maps (probably toor, since it comes after root in the template file). This is a mind-o. I meant to say that toor would probably be dropped from the maps since root usually comes first. Bleh. -Bill From owner-cvs-usrsbin Wed Oct 23 21:51:33 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA12915 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 21:51:33 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA12898; Wed, 23 Oct 1996 21:51:16 -0700 (PDT) Date: Wed, 23 Oct 1996 21:51:16 -0700 (PDT) From: Peter Wemm Message-Id: <199610240451.VAA12898@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail - Imported sources Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/23 21:51:15 src/usr.sbin/sendmail - Imported sources Update of /home/ncvs/src/usr.sbin/sendmail In directory freefall.freebsd.org:/f/peter/work/sendmail/sendmail-8.8.2 Revision/Branch: 1.1.1 Log Message: Import sendmail-8.8.2 onto the vendor branch Obtained from: Eric Allman Status: Vendor Tag: ALLMAN Release Tags: v8_8_2 U src/usr.sbin/sendmail/FAQ U src/usr.sbin/sendmail/KNOWNBUGS C src/usr.sbin/sendmail/Makefile U src/usr.sbin/sendmail/READ_ME U src/usr.sbin/sendmail/RELEASE_NOTES U src/usr.sbin/sendmail/doc/op/Makefile U src/usr.sbin/sendmail/doc/op/op.me U src/usr.sbin/sendmail/doc/changes/Makefile U src/usr.sbin/sendmail/doc/changes/changes.me U src/usr.sbin/sendmail/doc/intro/Makefile U src/usr.sbin/sendmail/doc/intro/intro.me U src/usr.sbin/sendmail/doc/usenix/Makefile U src/usr.sbin/sendmail/doc/usenix/usenix.me U src/usr.sbin/sendmail/mail.local/Makefile U src/usr.sbin/sendmail/mail.local/mail.local.8 U src/usr.sbin/sendmail/mail.local/mail.local.c U src/usr.sbin/sendmail/mail.local/pathnames.h C src/usr.sbin/sendmail/mailstats/Makefile C src/usr.sbin/sendmail/mailstats/mailstats.8 C src/usr.sbin/sendmail/mailstats/mailstats.c U src/usr.sbin/sendmail/makemap/Makefile U src/usr.sbin/sendmail/makemap/makemap.8 C src/usr.sbin/sendmail/makemap/makemap.c U src/usr.sbin/sendmail/smrsh/Makefile U src/usr.sbin/sendmail/smrsh/README C src/usr.sbin/sendmail/smrsh/smrsh.8 U src/usr.sbin/sendmail/smrsh/smrsh.c U src/usr.sbin/sendmail/src/Makefile U src/usr.sbin/sendmail/src/makesendmail U src/usr.sbin/sendmail/src/READ_ME U src/usr.sbin/sendmail/src/TRACEFLAGS U src/usr.sbin/sendmail/src/alias.c U src/usr.sbin/sendmail/src/aliases U src/usr.sbin/sendmail/src/aliases.5 U src/usr.sbin/sendmail/src/arpadate.c U src/usr.sbin/sendmail/src/cdefs.h U src/usr.sbin/sendmail/src/clock.c C src/usr.sbin/sendmail/src/collect.c C src/usr.sbin/sendmail/src/conf.c C src/usr.sbin/sendmail/src/conf.h U src/usr.sbin/sendmail/src/convtime.c C src/usr.sbin/sendmail/src/daemon.c C src/usr.sbin/sendmail/src/deliver.c C src/usr.sbin/sendmail/src/domain.c U src/usr.sbin/sendmail/src/envelope.c U src/usr.sbin/sendmail/src/err.c C src/usr.sbin/sendmail/src/headers.c N src/usr.sbin/sendmail/src/ldap_map.h U src/usr.sbin/sendmail/src/macro.c U src/usr.sbin/sendmail/src/mailq.1 U src/usr.sbin/sendmail/src/mailstats.h C src/usr.sbin/sendmail/src/main.c U src/usr.sbin/sendmail/src/map.c U src/usr.sbin/sendmail/src/mci.c U src/usr.sbin/sendmail/src/mime.c U src/usr.sbin/sendmail/src/newaliases.1 C src/usr.sbin/sendmail/src/parseaddr.c U src/usr.sbin/sendmail/src/pathnames.h U src/usr.sbin/sendmail/src/queue.c C src/usr.sbin/sendmail/src/readcf.c C src/usr.sbin/sendmail/src/recipient.c C src/usr.sbin/sendmail/src/savemail.c C src/usr.sbin/sendmail/src/sendmail.8 C src/usr.sbin/sendmail/src/sendmail.h U src/usr.sbin/sendmail/src/sendmail.hf C src/usr.sbin/sendmail/src/srvrsmtp.c U src/usr.sbin/sendmail/src/stab.c U src/usr.sbin/sendmail/src/stats.c U src/usr.sbin/sendmail/src/sysexits.c U src/usr.sbin/sendmail/src/trace.c C src/usr.sbin/sendmail/src/udb.c U src/usr.sbin/sendmail/src/useful.h C src/usr.sbin/sendmail/src/usersmtp.c C src/usr.sbin/sendmail/src/util.c U src/usr.sbin/sendmail/src/version.c U src/usr.sbin/sendmail/test/t_seteuid.c U src/usr.sbin/sendmail/test/t_setreuid.c U src/usr.sbin/sendmail/test/Results U src/usr.sbin/sendmail/cf/README U src/usr.sbin/sendmail/cf/cf/Makefile U src/usr.sbin/sendmail/cf/cf/chez.cs.mc U src/usr.sbin/sendmail/cf/cf/clientproto.mc U src/usr.sbin/sendmail/cf/cf/cs-hpux10.mc U src/usr.sbin/sendmail/cf/cf/cs-hpux9.mc U src/usr.sbin/sendmail/cf/cf/cs-osf1.mc U src/usr.sbin/sendmail/cf/cf/cs-solaris2.mc U src/usr.sbin/sendmail/cf/cf/cs-sunos4.1.mc U src/usr.sbin/sendmail/cf/cf/cs-ultrix4.mc U src/usr.sbin/sendmail/cf/cf/cyrusproto.mc U src/usr.sbin/sendmail/cf/cf/generic-bsd4.4.mc U src/usr.sbin/sendmail/cf/cf/generic-hpux10.mc U src/usr.sbin/sendmail/cf/cf/generic-hpux9.mc N src/usr.sbin/sendmail/cf/cf/generic-nextstep3.3.mc U src/usr.sbin/sendmail/cf/cf/generic-osf1.mc U src/usr.sbin/sendmail/cf/cf/generic-solaris2.mc U src/usr.sbin/sendmail/cf/cf/generic-sunos4.1.mc U src/usr.sbin/sendmail/cf/cf/generic-ultrix4.mc U src/usr.sbin/sendmail/cf/cf/huginn.cs.mc U src/usr.sbin/sendmail/cf/cf/mail.cs.mc U src/usr.sbin/sendmail/cf/cf/mail.eecs.mc U src/usr.sbin/sendmail/cf/cf/mailspool.cs.mc U src/usr.sbin/sendmail/cf/cf/python.cs.mc U src/usr.sbin/sendmail/cf/cf/s2k-osf1.mc U src/usr.sbin/sendmail/cf/cf/s2k-ultrix4.mc U src/usr.sbin/sendmail/cf/cf/tcpproto.mc U src/usr.sbin/sendmail/cf/cf/ucbarpa.mc U src/usr.sbin/sendmail/cf/cf/ucbvax.mc U src/usr.sbin/sendmail/cf/cf/uucpproto.mc U src/usr.sbin/sendmail/cf/cf/vangogh.cs.mc U src/usr.sbin/sendmail/cf/domain/Berkeley.EDU.m4 U src/usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 U src/usr.sbin/sendmail/cf/domain/EECS.Berkeley.EDU.m4 U src/usr.sbin/sendmail/cf/domain/S2K.Berkeley.EDU.m4 U src/usr.sbin/sendmail/cf/domain/generic.m4 U src/usr.sbin/sendmail/cf/domain/berkeley-only.m4 U src/usr.sbin/sendmail/cf/feature/allmasquerade.m4 U src/usr.sbin/sendmail/cf/feature/always_add_domain.m4 U src/usr.sbin/sendmail/cf/feature/bestmx_is_local.m4 U src/usr.sbin/sendmail/cf/feature/bitdomain.m4 U src/usr.sbin/sendmail/cf/feature/domaintable.m4 N src/usr.sbin/sendmail/cf/feature/genericstable.m4 N src/usr.sbin/sendmail/cf/feature/limited_masquerade.m4 U src/usr.sbin/sendmail/cf/feature/local_procmail.m4 U src/usr.sbin/sendmail/cf/feature/mailertable.m4 N src/usr.sbin/sendmail/cf/feature/masquerade_entire_domain.m4 U src/usr.sbin/sendmail/cf/feature/masquerade_envelope.m4 U src/usr.sbin/sendmail/cf/feature/nocanonify.m4 U src/usr.sbin/sendmail/cf/feature/nodns.m4 U src/usr.sbin/sendmail/cf/feature/notsticky.m4 U src/usr.sbin/sendmail/cf/feature/nouucp.m4 U src/usr.sbin/sendmail/cf/feature/nullclient.m4 U src/usr.sbin/sendmail/cf/feature/redirect.m4 U src/usr.sbin/sendmail/cf/feature/smrsh.m4 U src/usr.sbin/sendmail/cf/feature/stickyhost.m4 U src/usr.sbin/sendmail/cf/feature/use_ct_file.m4 U src/usr.sbin/sendmail/cf/feature/use_cw_file.m4 U src/usr.sbin/sendmail/cf/feature/uucpdomain.m4 N src/usr.sbin/sendmail/cf/feature/virtusertable.m4 U src/usr.sbin/sendmail/cf/hack/cssubdomain.m4 U src/usr.sbin/sendmail/cf/m4/cf.m4 U src/usr.sbin/sendmail/cf/m4/cfhead.m4 U src/usr.sbin/sendmail/cf/m4/nullrelay.m4 U src/usr.sbin/sendmail/cf/m4/proto.m4 U src/usr.sbin/sendmail/cf/m4/version.m4 U src/usr.sbin/sendmail/cf/mailer/cyrus.m4 U src/usr.sbin/sendmail/cf/mailer/fax.m4 U src/usr.sbin/sendmail/cf/mailer/local.m4 U src/usr.sbin/sendmail/cf/mailer/mail11.m4 U src/usr.sbin/sendmail/cf/mailer/phquery.m4 U src/usr.sbin/sendmail/cf/mailer/pop.m4 U src/usr.sbin/sendmail/cf/mailer/procmail.m4 C src/usr.sbin/sendmail/cf/mailer/smtp.m4 U src/usr.sbin/sendmail/cf/mailer/usenet.m4 U src/usr.sbin/sendmail/cf/mailer/uucp.m4 N src/usr.sbin/sendmail/cf/ostype/aix2.m4 U src/usr.sbin/sendmail/cf/ostype/aix3.m4 N src/usr.sbin/sendmail/cf/ostype/altos.m4 U src/usr.sbin/sendmail/cf/ostype/amdahl-uts.m4 U src/usr.sbin/sendmail/cf/ostype/aux.m4 U src/usr.sbin/sendmail/cf/ostype/bsd4.3.m4 U src/usr.sbin/sendmail/cf/ostype/bsd4.4.m4 U src/usr.sbin/sendmail/cf/ostype/bsdi1.0.m4 U src/usr.sbin/sendmail/cf/ostype/bsdi2.0.m4 U src/usr.sbin/sendmail/cf/ostype/dgux.m4 U src/usr.sbin/sendmail/cf/ostype/domainos.m4 U src/usr.sbin/sendmail/cf/ostype/dynix3.2.m4 U src/usr.sbin/sendmail/cf/ostype/hpux10.m4 U src/usr.sbin/sendmail/cf/ostype/hpux9.m4 U src/usr.sbin/sendmail/cf/ostype/irix4.m4 U src/usr.sbin/sendmail/cf/ostype/irix5.m4 U src/usr.sbin/sendmail/cf/ostype/isc4.1.m4 U src/usr.sbin/sendmail/cf/ostype/linux.m4 N src/usr.sbin/sendmail/cf/ostype/maxion.m4 U src/usr.sbin/sendmail/cf/ostype/nextstep.m4 U src/usr.sbin/sendmail/cf/ostype/osf1.m4 U src/usr.sbin/sendmail/cf/ostype/ptx2.m4 U src/usr.sbin/sendmail/cf/ostype/riscos4.5.m4 U src/usr.sbin/sendmail/cf/ostype/sco3.2.m4 U src/usr.sbin/sendmail/cf/ostype/solaris2.m4 N src/usr.sbin/sendmail/cf/ostype/solaris2.ml.m4 U src/usr.sbin/sendmail/cf/ostype/sunos3.5.m4 U src/usr.sbin/sendmail/cf/ostype/sunos4.1.m4 U src/usr.sbin/sendmail/cf/ostype/svr4.m4 U src/usr.sbin/sendmail/cf/ostype/ultrix4.m4 U src/usr.sbin/sendmail/cf/ostype/unknown.m4 N src/usr.sbin/sendmail/cf/ostype/uxpds.m4 U src/usr.sbin/sendmail/cf/sh/makeinfo.sh U src/usr.sbin/sendmail/cf/siteconfig/uucp.cogsci.m4 U src/usr.sbin/sendmail/cf/siteconfig/uucp.old.arpa.m4 U src/usr.sbin/sendmail/cf/siteconfig/uucp.ucbarpa.m4 U src/usr.sbin/sendmail/cf/siteconfig/uucp.ucbvax.m4 U src/usr.sbin/sendmail/praliases/Makefile N src/usr.sbin/sendmail/praliases/praliases.8 U src/usr.sbin/sendmail/praliases/praliases.c U src/usr.sbin/sendmail/rmail/Makefile U src/usr.sbin/sendmail/rmail/rmail.8 U src/usr.sbin/sendmail/rmail/rmail.c U src/usr.sbin/sendmail/contrib/README U src/usr.sbin/sendmail/contrib/bitdomain.c U src/usr.sbin/sendmail/contrib/bsdi.mc U src/usr.sbin/sendmail/contrib/converting.sun.configs U src/usr.sbin/sendmail/contrib/expn.pl U src/usr.sbin/sendmail/contrib/mail.local.linux U src/usr.sbin/sendmail/contrib/mailprio U src/usr.sbin/sendmail/contrib/mh.patch U src/usr.sbin/sendmail/contrib/mmuegel U src/usr.sbin/sendmail/contrib/oldbind.compat.c N src/usr.sbin/sendmail/contrib/re-mqueue.pl U src/usr.sbin/sendmail/contrib/rmail.oldsys.patch 25 conflicts created by this import. Use the following command to help the merge: cvs checkout -jALLMAN:yesterday -jALLMAN src/usr.sbin/sendmail From owner-cvs-usrsbin Wed Oct 23 22:07:51 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA14640 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 22:07:51 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA14605; Wed, 23 Oct 1996 22:07:34 -0700 (PDT) Date: Wed, 23 Oct 1996 22:07:34 -0700 (PDT) From: Peter Wemm Message-Id: <199610240507.WAA14605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/smrsh smrsh.8 src/usr.sbin/sendmail/src collect.c conf.c conf.h daemon.c deliver.c domain.c headers.c main.c parseaddr.c readcf.c recipient.c savemail.c sendmail.8 sendmail.h srvrsmtp.c udb.c usersmtp.c util.c src/usr.sbin/sendmail Makefile src/usr.sbin/sendmail/cf/mailer smtp.m4 src/usr.sbin/sendmail/mailstats Makefile mailstats.c src/usr.sbin/sendmail/makemap makemap.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/23 22:07:32 Modified: usr.sbin/sendmail Makefile usr.sbin/sendmail/cf/mailer smtp.m4 usr.sbin/sendmail/mailstats Makefile mailstats.c usr.sbin/sendmail/makemap makemap.c usr.sbin/sendmail/smrsh smrsh.8 usr.sbin/sendmail/src collect.c conf.c conf.h daemon.c deliver.c domain.c headers.c main.c parseaddr.c readcf.c recipient.c savemail.c sendmail.8 sendmail.h srvrsmtp.c udb.c usersmtp.c util.c Log: Fold sendmail-8.8.2 changes into files that have been touched. (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!) Revision Changes Path 1.6 +12 -2 src/usr.sbin/sendmail/Makefile 1.3 +4 -2 src/usr.sbin/sendmail/cf/mailer/smtp.m4 1.3 +2 -2 src/usr.sbin/sendmail/mailstats/Makefile 1.3 +18 -5 src/usr.sbin/sendmail/mailstats/mailstats.c 1.4 +19 -6 src/usr.sbin/sendmail/makemap/makemap.c 1.3 +3 -3 src/usr.sbin/sendmail/smrsh/smrsh.8 1.4 +21 -13 src/usr.sbin/sendmail/src/collect.c 1.13 +703 -158 src/usr.sbin/sendmail/src/conf.c 1.11 +331 -66 src/usr.sbin/sendmail/src/conf.h 1.10 +87 -66 src/usr.sbin/sendmail/src/daemon.c 1.10 +403 -120 src/usr.sbin/sendmail/src/deliver.c 1.7 +20 -23 src/usr.sbin/sendmail/src/domain.c 1.6 +87 -90 src/usr.sbin/sendmail/src/headers.c 1.7 +366 -92 src/usr.sbin/sendmail/src/main.c 1.6 +385 -141 src/usr.sbin/sendmail/src/parseaddr.c 1.6 +267 -123 src/usr.sbin/sendmail/src/readcf.c 1.5 +24 -16 src/usr.sbin/sendmail/src/recipient.c 1.5 +124 -40 src/usr.sbin/sendmail/src/savemail.c 1.6 +144 -53 src/usr.sbin/sendmail/src/sendmail.8 1.5 +208 -60 src/usr.sbin/sendmail/src/sendmail.h 1.4 +150 -46 src/usr.sbin/sendmail/src/srvrsmtp.c 1.6 +72 -44 src/usr.sbin/sendmail/src/udb.c 1.5 +34 -13 src/usr.sbin/sendmail/src/usersmtp.c 1.9 +282 -55 src/usr.sbin/sendmail/src/util.c From owner-cvs-usrsbin Wed Oct 23 22:21:01 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15408 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 22:21:01 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15390; Wed, 23 Oct 1996 22:20:54 -0700 (PDT) Date: Wed, 23 Oct 1996 22:20:54 -0700 (PDT) From: Peter Wemm Message-Id: <199610240520.WAA15390@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/praliases Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/23 22:20:53 Modified: usr.sbin/sendmail/praliases Makefile Log: missed this praliases.8 <-> praliases.0 change Revision Changes Path 1.2 +2 -2 src/usr.sbin/sendmail/praliases/Makefile From owner-cvs-usrsbin Thu Oct 24 02:06:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA04136 for cvs-usrsbin-outgoing; Thu, 24 Oct 1996 02:06:00 -0700 (PDT) Received: from pillar.elsevier.co.uk (root@pillar.elsevier.co.uk [193.131.222.35]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA04073; Thu, 24 Oct 1996 02:05:26 -0700 (PDT) Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by pillar.elsevier.co.uk (8.8.2/8.8.0) with ESMTP id KAA20293; Thu, 24 Oct 1996 10:02:23 +0100 (BST) Received: from cadair.elsevier.co.uk by snowdon.elsevier.co.uk with SMTP (PP); Thu, 24 Oct 1996 10:04:44 +0100 Received: from tees.elsevier.co.uk (tees.elsevier.co.uk [193.131.197.60]) by cadair.elsevier.co.uk (8.8.2/8.8.0) with ESMTP id KAA18819; Thu, 24 Oct 1996 10:04:38 +0100 (BST) Received: (from dpr@localhost) by tees.elsevier.co.uk (8.8.2/8.8.0) id KAA17250; Thu, 24 Oct 1996 10:03:36 +0100 (BST) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: julian@freefall.freebsd.org (Julian Elischer), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c src/sys/sys syslog.h References: <199610232119.XAA28117@uriah.heep.sax.de> From: Paul Richards Date: 24 Oct 1996 10:03:35 +0100 In-Reply-To: J Wunsch's message of Wed, 23 Oct 1996 23:19:17 +0200 (MET DST) Message-ID: <57k9sgvimw.fsf@tees.elsevier.co.uk> Lines: 20 X-Mailer: Gnus v5.3/Emacs 19.30 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk J Wunsch writes: > > As Julian Elischer wrote: > > > move the socket from /dev to /var/run by default > > > TRANSITIONALLY make syslog add a symlink.. > > Arrrrrrrrrrg! I agree, can we back this out please? If nothing else it makes it difficult to see where FreeBSD binaries will fall over since they're not going to even see the problem. -- Paul Richards. Originative Solutions Ltd. (Netcraft Ltd. contractor) Elsevier Science TIS online journal project. Email: p.richards@elsevier.co.uk Phone: 0370 462071 (Mobile), +44 (0)1865 843155 From owner-cvs-usrsbin Thu Oct 24 07:04:16 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22954 for cvs-usrsbin-outgoing; Thu, 24 Oct 1996 07:04:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22937; Thu, 24 Oct 1996 07:04:05 -0700 (PDT) Date: Thu, 24 Oct 1996 07:04:05 -0700 (PDT) From: Peter Wemm Message-Id: <199610241404.HAA22937@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/praliases Makefile praliases.c src/usr.sbin/sendmail/smrsh Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/24 07:04:04 Modified: usr.sbin/sendmail/praliases Makefile praliases.c usr.sbin/sendmail/smrsh Makefile Log: Untangle NEWDB/NDBM options. Enable praliases.c to not use NDBM. Revision Changes Path 1.3 +1 -2 src/usr.sbin/sendmail/praliases/Makefile 1.2 +10 -3 src/usr.sbin/sendmail/praliases/praliases.c 1.3 +1 -1 src/usr.sbin/sendmail/smrsh/Makefile From owner-cvs-usrsbin Thu Oct 24 07:53:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26559 for cvs-usrsbin-outgoing; Thu, 24 Oct 1996 07:53:05 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26539; Thu, 24 Oct 1996 07:52:53 -0700 (PDT) Date: Thu, 24 Oct 1996 07:52:53 -0700 (PDT) From: Bill Paul Message-Id: <199610241452.HAA26539@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/24 07:52:52 Modified: usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c Log: Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries to map databases. Also document said flags in the man page. Adding YP_INTERDOMAIN to a map causes ypserv(8) to do a DNS lookup when a yp_match() on the map fails. (This affects only the hosts.by* maps; for all other maps it's ignored.) The YP_SECURE entry causes ypserv(8) to restrict access to the map so that only clients making requests from reserved ports can get at it. Our ypserv doesn't currently support these features so they're silently ignored for the moment, but this will change. :) Revision Changes Path 1.2 +38 -6 src/usr.sbin/yp_mkdb/yp_mkdb.8 1.3 +29 -5 src/usr.sbin/yp_mkdb/yp_mkdb.c From owner-cvs-usrsbin Thu Oct 24 11:58:47 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14300 for cvs-usrsbin-outgoing; Thu, 24 Oct 1996 11:58:47 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14281; Thu, 24 Oct 1996 11:58:29 -0700 (PDT) Date: Thu, 24 Oct 1996 11:58:29 -0700 (PDT) From: Bill Paul Message-Id: <199610241858.LAA14281@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp yp_access.c yp_dblookup.c yp_extern.h yp_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/24 11:58:28 Modified: usr.sbin/ypserv Makefile.yp yp_access.c yp_dblookup.c yp_extern.h yp_server.c Log: Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from any maps that may have them. If the YP_SECURE key is present, ypserv will only allow access to the map from clients on reserved ports. If the YP_INTERDOMAIN key is present, the server will do DNS lookups for hostnames that it can't find in hosts.byname or hosts.byaddr. This is the same as the -d flag (which is retained for backwards compatibility) but it can be set on a per-map/per-domain basis. Also modified /var/yp/Makefile to add YP_INTERDOMAIN to the hosts.* maps and YP_SECURE to master.passwd.* maps by default. Revision Changes Path 1.13 +12 -1 src/usr.sbin/ypserv/Makefile.yp 1.11 +11 -0 src/usr.sbin/ypserv/yp_access.c 1.9 +64 -2 src/usr.sbin/ypserv/yp_dblookup.c 1.5 +10 -1 src/usr.sbin/ypserv/yp_extern.h 1.12 +67 -16 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Thu Oct 24 13:40:12 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20145 for cvs-usrsbin-outgoing; Thu, 24 Oct 1996 13:40:12 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA20063; Thu, 24 Oct 1996 13:40:00 -0700 (PDT) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.7.6/8.7.3) with SMTP id NAA11834; Thu, 24 Oct 1996 13:34:21 -0700 (PDT) Message-ID: <326FD244.41C67EA6@whistle.com> Date: Thu, 24 Oct 1996 13:32:04 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Paul Richards CC: Joerg Wunsch , Julian Elischer , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c src/sys/sys syslog.h References: <199610232119.XAA28117@uriah.heep.sax.de> <57k9sgvimw.fsf@tees.elsevier.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul Richards wrote: > > J Wunsch writes: > > > > > As Julian Elischer wrote: > > > > > move the socket from /dev to /var/run by default > > > > > TRANSITIONALLY make syslog add a symlink.. > > > > Arrrrrrrrrrg! > > I agree, can we back this out please? If nothing else it makes it > difficult to see where FreeBSD binaries will fall over since they're > not going to even see the problem. The aim is to allow people a couple of weeks to recompile binaries ALL pre-existing binaries will have the problem. (until recompiled, or until the shared libs are replaced.) why generate 10,000 errors when they are not needed? otherwise we'll get hit by complaints we needn't see, and they will MASK the real problems. I will turn it off and back it out.. In a short while. in the meanwhile, it's just breathing room for the transition. > > -- > Paul Richards. Originative Solutions Ltd. (Netcraft Ltd. contractor) > Elsevier Science TIS online journal project. > Email: p.richards@elsevier.co.uk > Phone: 0370 462071 (Mobile), +44 (0)1865 843155 From owner-cvs-usrsbin Fri Oct 25 08:36:54 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27119 for cvs-usrsbin-outgoing; Fri, 25 Oct 1996 08:36:54 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27105; Fri, 25 Oct 1996 08:36:45 -0700 (PDT) Date: Fri, 25 Oct 1996 08:36:45 -0700 (PDT) From: Bruce Evans Message-Id: <199610251536.IAA27105@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ncrcontrol ncrcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/25 08:36:44 Modified: usr.sbin/ncrcontrol ncrcontrol.c Log: Made this work for non-root again. The security fixes in rev.1.11 were equivalent to disabling its setgid'ness, since the default kernel was not distinguished from a user-specified kernel. Revision Changes Path 1.12 +15 -10 src/usr.sbin/ncrcontrol/ncrcontrol.c From owner-cvs-usrsbin Fri Oct 25 11:15:04 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06329 for cvs-usrsbin-outgoing; Fri, 25 Oct 1996 11:15:04 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06300; Fri, 25 Oct 1996 11:14:50 -0700 (PDT) Date: Fri, 25 Oct 1996 11:14:50 -0700 (PDT) From: Warner Losh Message-Id: <199610251814.LAA06300@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/10/25 11:14:50 Modified: usr.sbin/lpr/lpr lpr.c Log: Fix a problem where the command line could be used to overflow a stack buffer which could be made to lead to a root shell. This patch is OpenBSD's solution to the problem, and will silently truncate the output rather than overflow the buffer. Obtained from: OpenBSD Revision Changes Path 1.8 +2 -2 src/usr.sbin/lpr/lpr/lpr.c From owner-cvs-usrsbin Fri Oct 25 17:46:47 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA10117 for cvs-usrsbin-outgoing; Fri, 25 Oct 1996 17:46:47 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA10097; Fri, 25 Oct 1996 17:46:37 -0700 (PDT) Date: Fri, 25 Oct 1996 17:46:37 -0700 (PDT) From: Warner Losh Message-Id: <199610260046.RAA10097@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/10/25 17:46:36 Modified: usr.sbin/lpr/lpr lpr.c Log: Fix transcription error I introduced in last patch. This created a fencepost error that would run one off the end of the buffer. Noticed by: Bruce Evans Revision Changes Path 1.9 +2 -2 src/usr.sbin/lpr/lpr/lpr.c From owner-cvs-usrsbin Fri Oct 25 18:16:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA11982 for cvs-usrsbin-outgoing; Fri, 25 Oct 1996 18:16:57 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA11946; Fri, 25 Oct 1996 18:16:43 -0700 (PDT) Date: Fri, 25 Oct 1996 18:16:43 -0700 (PDT) From: Warner Losh Message-Id: <199610260116.SAA11946@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/10/25 18:16:43 Branch: usr.sbin/lpr/lpr RELENG_2_1_0 Modified: usr.sbin/lpr/lpr lpr.c Log: Backport 1.8 and 1.9 to -stable Revision Changes Path 1.2.4.3 +1 -1 src/usr.sbin/lpr/lpr/lpr.c From owner-cvs-usrsbin Sat Oct 26 20:07:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA00297 for cvs-usrsbin-outgoing; Sat, 26 Oct 1996 20:07:05 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA00278; Sat, 26 Oct 1996 20:06:55 -0700 (PDT) Date: Sat, 26 Oct 1996 20:06:55 -0700 (PDT) From: Warner Losh Message-Id: <199610270306.UAA00278@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpc cmds.c lpc.c src/usr.sbin/lpr/lpr lpr.c src/usr.sbin/lpr/lptest lptest.c src/usr.sbin/lpr/pac pac.c src/usr.sbin/lpr/lpd lpd.c printjob.c recvjob.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/10/26 20:06:54 Modified: usr.sbin/lpr/lpc cmds.c lpc.c usr.sbin/lpr/lpd lpd.c printjob.c recvjob.c usr.sbin/lpr/lpr lpr.c usr.sbin/lpr/lptest lptest.c usr.sbin/lpr/pac pac.c Log: lpc/cmds.c: From NetBSD via OpenBSD to fix NetBSD PR #506 More descriptive message for printer status (OpenBSD: 1.2) Various warnings cleaned up (OpenBSD: 1.4) lpc/lpc.c: Various warnings cleaned up (OpenBSD: 1.3) lpd/lpd.c: Remove trailing blank lines (OpenBSD: 1.2) Potential umask problem with creating /dev/printer (OpenBSD: 1.4 and 1.5) Ftp bounce attack (untested on FreeBSD) (OpenBSD: 1.6, 1.8, 1.9) Fencepost in strncpy (OpenBSD: 1.6) lpd/printjob.c: Fix from freebsd for waiting for an exiting filter, that appears not in the FreeBSD CVS tree. (OpenBSD: 1.6) lpd/recvjob.c: Buffer overflow protection: use strncpy rather than strcpy. (OpenBSD: 1.3) lpr/lpr.c: NetBSD change of return type for main() (OpenBSD: 1.2) Restrict time running as root (OpenBSD: 1.7) Use getcwd rather than getwd (from NetBSD) Use snprintf rather than sprintf (OpenBSD: 1.8) Minor tweak to end of loop and buffer overflow sanity. card() overflow already in FreeBSD (OpenBSD: 1.9) lptest/lptest.c: void -> int return type of main, from NetBSD via OpenBSD (OpenBSD: 1.2) pac/pac.c: void -> int return type of main, from NetBSD via OpenBSD (OpenBSD: 1.3) Obtained from: OpenBSD Revision Changes Path 1.4 +4 -4 src/usr.sbin/lpr/lpc/cmds.c 1.3 +1 -1 src/usr.sbin/lpr/lpc/lpc.c 1.3 +24 -14 src/usr.sbin/lpr/lpd/lpd.c 1.11 +2 -0 src/usr.sbin/lpr/lpd/printjob.c 1.5 +4 -2 src/usr.sbin/lpr/lpd/recvjob.c 1.10 +14 -13 src/usr.sbin/lpr/lpr/lpr.c 1.2 +1 -1 src/usr.sbin/lpr/lptest/lptest.c 1.4 +1 -1 src/usr.sbin/lpr/pac/pac.c