From owner-cvs-usrsbin Sun Jan 12 00:18:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA15984 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 00:18:21 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA15977; Sun, 12 Jan 1997 00:18:19 -0800 (PST) Date: Sun, 12 Jan 1997 00:18:19 -0800 (PST) From: Bill Paul Message-Id: <199701120818.AAA15977@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_dnslookup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/01/12 00:18:18 Modified: usr.sbin/ypserv yp_dnslookup.c Log: Ack. When I moved the getsockopt() calls, I forgot to move the lines that initialize the getsockopt() args (type and len) too. Revision Changes Path 1.8 +4 -4 src/usr.sbin/ypserv/yp_dnslookup.c From owner-cvs-usrsbin Sun Jan 12 13:45:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24980 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 13:45:01 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24963; Sun, 12 Jan 1997 13:44:58 -0800 (PST) Date: Sun, 12 Jan 1997 13:44:58 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122144.NAA24963@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 13:44:57 Branch: usr.sbin/ypbind RELENG_2_2 Modified: usr.sbin/ypbind ypbind.c Log: YAMFC (rev 1.20) Revision Changes Path 1.18.2.1 +50 -13 src/usr.sbin/ypbind/ypbind.c From owner-cvs-usrsbin Sun Jan 12 13:52:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA25726 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 13:52:56 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA25715; Sun, 12 Jan 1997 13:52:54 -0800 (PST) Date: Sun, 12 Jan 1997 13:52:54 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122152.NAA25715@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp alias_ftp.c arp.c auth.c ccp.c chat.c chat.h command.c ipcp.c log.c main.c modem.c os.c passwdauth.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 13:52:54 Branch: usr.sbin/ppp RELENG_2_2 Modified: usr.sbin/ppp alias_ftp.c arp.c auth.c ccp.c chat.c chat.h command.c ipcp.c log.c main.c modem.c os.c passwdauth.c Log: YAMFC (various buffer overflow condx, imp's commit from 97/01/09 23:53:31) Revision Changes Path 1.1.2.1 +1 -1 src/usr.sbin/ppp/alias_ftp.c 1.5.2.1 +3 -2 src/usr.sbin/ppp/arp.c 1.7.2.1 +3 -3 src/usr.sbin/ppp/auth.c 1.7.2.1 +3 -3 src/usr.sbin/ppp/ccp.c 1.11.2.3 +43 -24 src/usr.sbin/ppp/chat.c 1.1.4.1 +2 -2 src/usr.sbin/ppp/chat.h 1.24.2.3 +7 -1 src/usr.sbin/ppp/command.c 1.9.2.3 +8 -6 src/usr.sbin/ppp/ipcp.c 1.4.2.1 +8 -7 src/usr.sbin/ppp/log.c 1.22.2.4 +2 -2 src/usr.sbin/ppp/main.c 1.24.2.2 +6 -4 src/usr.sbin/ppp/modem.c 1.7.2.3 +5 -5 src/usr.sbin/ppp/os.c 1.2.2.1 +1 -1 src/usr.sbin/ppp/passwdauth.c From owner-cvs-usrsbin Sun Jan 12 14:06:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA26895 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 14:06:24 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA26878; Sun, 12 Jan 1997 14:06:18 -0800 (PST) Date: Sun, 12 Jan 1997 14:06:18 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122206.OAA26878@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd auth.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 14:06:18 Branch: usr.sbin/pppd RELENG_2_2 Modified: usr.sbin/pppd auth.c Log: YAMFC (don't log twice to wtmp file) Revision Changes Path 1.7.2.2 +2 -3 src/usr.sbin/pppd/auth.c From owner-cvs-usrsbin Sun Jan 12 18:52:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA13993 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 18:52:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA13983; Sun, 12 Jan 1997 18:52:31 -0800 (PST) Date: Sun, 12 Jan 1997 18:52:31 -0800 (PST) From: Peter Wemm Message-Id: <199701130252.SAA13983@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/inetd Makefile inetd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/01/12 18:52:31 Modified: usr.sbin/inetd Makefile inetd.c Log: Implement minimal login class support (ie: does a setusercontext()). Enabled by defining LOGIN_CAP in Makefile, on by default. Revision Changes Path 1.5 +1 -1 src/usr.sbin/inetd/Makefile 1.18 +26 -1 src/usr.sbin/inetd/inetd.c From owner-cvs-usrsbin Mon Jan 13 02:14:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA03860 for cvs-usrsbin-outgoing; Mon, 13 Jan 1997 02:14:31 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA03853; Mon, 13 Jan 1997 02:14:29 -0800 (PST) Date: Mon, 13 Jan 1997 02:14:29 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701131014.CAA03853@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/13 02:14:28 Modified: usr.sbin/pkg_install/add perform.c Log: Correct a problem which broke +DISPLAY file handling. Revision Changes Path 1.38 +4 -3 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-usrsbin Mon Jan 13 17:34:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA23088 for cvs-usrsbin-outgoing; Mon, 13 Jan 1997 17:34:04 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA23068; Mon, 13 Jan 1997 17:34:01 -0800 (PST) Date: Mon, 13 Jan 1997 17:34:01 -0800 (PST) From: Bill Paul Message-Id: <199701140134.RAA23068@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile yp_access.c yp_dblookup.c yp_dnslookup.c yp_extern.h yp_main.c yp_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/01/13 17:34:00 Branch: usr.sbin/ypserv RELENG_2_2 Modified: usr.sbin/ypserv Makefile yp_access.c yp_dblookup.c yp_dnslookup.c yp_extern.h yp_main.c yp_server.c Log: Sync ypserv with current. This brings in the async resolver support, which is needed to help prevent ypserv from blocking due to repeated DNS lookup requests. (Sendmail seems to be a source of lots of these; if you mail to an domain who's nameserver is dead or unreachable, lots of child ypservs can accumulate while waiting for the timeout. This is no longer a problem with the async resolver.) Tested and suggested by: Peter Wemm Revision Changes Path 1.6.2.1 +2 -2 src/usr.sbin/ypserv/Makefile 1.11.2.1 +2 -1 src/usr.sbin/ypserv/yp_access.c 1.9.2.1 +99 -10 src/usr.sbin/ypserv/yp_dblookup.c 1.3.2.1 +455 -29 src/usr.sbin/ypserv/yp_dnslookup.c 1.5.2.1 +28 -3 src/usr.sbin/ypserv/yp_extern.h 1.6.2.1 +19 -6 src/usr.sbin/ypserv/yp_main.c 1.12.2.1 +60 -112 src/usr.sbin/ypserv/yp_server.c From owner-cvs-usrsbin Mon Jan 13 17:53:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA24494 for cvs-usrsbin-outgoing; Mon, 13 Jan 1997 17:53:08 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA24343; Mon, 13 Jan 1997 17:51:25 -0800 (PST) From: Bill Paul Message-Id: <199701140151.RAA24343@freefall.freebsd.org> Subject: Re: cvs commit: src/usr.sbin/ypserv Makefile yp_access.c yp_dblookup.c yp_dnslookup.c yp_extern.h yp_main.c yp_server.c To: wpaul@freefall.freebsd.org (Bill Paul) Date: Mon, 13 Jan 1997 17:51:25 -0800 (PST) Cc: CVS-committers, cvs-all, cvs-usrsbin In-Reply-To: <199701140134.RAA23068@freefall.freebsd.org> from "Bill Paul" at Jan 13, 97 05:34:01 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > wpaul 97/01/13 17:34:00 > > Branch: usr.sbin/ypserv RELENG_2_2 > Modified: usr.sbin/ypserv Makefile yp_access.c yp_dblookup.c > yp_dnslookup.c yp_extern.h yp_main.c yp_server.c > Log: > Sync ypserv with current. [chop] Note that the file src/usr.sbin/ypserv/yp_svc_udp.c was also tagged onto the RELENG_2_2 branch. -Bill From owner-cvs-usrsbin Tue Jan 14 02:30:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05231 for cvs-usrsbin-outgoing; Tue, 14 Jan 1997 02:30:51 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05221; Tue, 14 Jan 1997 02:30:49 -0800 (PST) Date: Tue, 14 Jan 1997 02:30:49 -0800 (PST) From: Bruce Evans Message-Id: <199701141030.CAA05221@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/kernbb kernbb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/14 02:30:48 Modified: usr.sbin/kernbb kernbb.c Log: Fixed misapplied patch in rev.1.2. A loop continuation test was outside the loop. This usually caused most of the output to be skipped. Revision Changes Path 1.5 +1 -1 src/usr.sbin/kernbb/kernbb.c From owner-cvs-usrsbin Tue Jan 14 02:35:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05413 for cvs-usrsbin-outgoing; Tue, 14 Jan 1997 02:35:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05406; Tue, 14 Jan 1997 02:35:12 -0800 (PST) Date: Tue, 14 Jan 1997 02:35:12 -0800 (PST) From: Bruce Evans Message-Id: <199701141035.CAA05406@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/kernbb kernbb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/14 02:35:11 Branch: usr.sbin/kernbb RELENG_2_2 Modified: usr.sbin/kernbb kernbb.c Log: YAMFC (fixed misapplied patch in rev.1.3 (not in rev.1.2 like the HEAD log says)). Revision Changes Path 1.3.2.1 +2 -2 src/usr.sbin/kernbb/kernbb.c From owner-cvs-usrsbin Thu Jan 16 03:47:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA17613 for cvs-usrsbin-outgoing; Thu, 16 Jan 1997 03:47:48 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA17604; Thu, 16 Jan 1997 03:47:46 -0800 (PST) Date: Thu, 16 Jan 1997 03:47:46 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701161147.DAA17604@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sliplogin sliplogin.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/16 03:47:45 Modified: usr.sbin/sliplogin sliplogin.c Log: Modification to sliplogin prints desitination's IP address before going into SLIP mode, useful for scripts that can automatically grok IP addresses ala Trumpet Winsock. Closes PR#2293 Submitted-By: andrew@fortress.org Revision Changes Path 1.8 +27 -1 src/usr.sbin/sliplogin/sliplogin.c From owner-cvs-usrsbin Thu Jan 16 13:58:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA16233 for cvs-usrsbin-outgoing; Thu, 16 Jan 1997 13:58:43 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA16226; Thu, 16 Jan 1997 13:58:41 -0800 (PST) Date: Thu, 16 Jan 1997 13:58:41 -0800 (PST) From: Alex Nash Message-Id: <199701162158.NAA16226@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-lib, cvs-user, cvs-share, cvs-usrbin, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/bin/cp utils.c src/lib/libc/db/recno rec_open.c src/libexec/lfs_cleanerd library.c src/release/sysinstall uc_main.c src/usr.bin/cmp regular.c src/usr.bin/look look.c src/usr.bin/strip strip.c src/usr.bin/tail forward.c reverse.c src/usr.bin/xinstall xinstall.c src/usr.bin/xlint/lint1 mem1.c src/usr.bin/xlint/lint2 mem2.c src/usr.sbin/config main.c src/usr.sbin/ctm/mkCTM mkctm.c src/usr.sbin/kvm_mkdb nlist.c src/usr.sbin/rpc.statd file.c src/lib/libc/gen nlist.c src/libexec/ftpd ftpd.c src/sbin/newfs mkfs.c src/share/examples/meteor rgb16.c test-n.c yuvpk.c yuvpl.c src/share/man/man4/man4.i386 meteor.4 src/usr.bin/locate/locate locate.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 97/01/16 13:58:41 Modified: bin/cp utils.c lib/libc/db/recno rec_open.c lib/libc/gen nlist.c libexec/ftpd ftpd.c libexec/lfs_cleanerd library.c release/sysinstall uc_main.c sbin/newfs mkfs.c share/examples/meteor rgb16.c test-n.c yuvpk.c yuvpl.c share/man/man4/man4.i386 meteor.4 usr.bin/cmp regular.c usr.bin/locate/locate locate.c usr.bin/look look.c usr.bin/strip strip.c usr.bin/tail forward.c reverse.c usr.bin/xinstall xinstall.c usr.bin/xlint/lint1 mem1.c usr.bin/xlint/lint2 mem2.c usr.sbin/config main.c usr.sbin/ctm/mkCTM mkctm.c usr.sbin/kvm_mkdb nlist.c usr.sbin/rpc.statd file.c Log: Sweep through the tree fixing mmap() usage: - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Revision Changes Path 1.12 +1 -1 src/bin/cp/utils.c 1.2 +28 -17 src/lib/libc/db/recno/rec_open.c 1.6 +2 -2 src/lib/libc/gen/nlist.c 1.29 +1 -1 src/libexec/ftpd/ftpd.c 1.6 +4 -4 src/libexec/lfs_cleanerd/library.c 1.17 +1 -1 src/release/sysinstall/uc_main.c 1.13 +1 -1 src/sbin/newfs/mkfs.c 1.2 +2 -2 src/share/examples/meteor/rgb16.c 1.2 +2 -2 src/share/examples/meteor/test-n.c 1.2 +2 -2 src/share/examples/meteor/yuvpk.c 1.2 +2 -2 src/share/examples/meteor/yuvpl.c 1.3 +4 -3 src/share/man/man4/man4.i386/meteor.4 1.4 +2 -2 src/usr.bin/cmp/regular.c 1.8 +1 -1 src/usr.bin/locate/locate/locate.c 1.4 +1 -1 src/usr.bin/look/look.c 1.8 +1 -1 src/usr.bin/strip/strip.c 1.6 +1 -1 src/usr.bin/tail/forward.c 1.6 +1 -1 src/usr.bin/tail/reverse.c 1.20 +5 -5 src/usr.bin/xinstall/xinstall.c 1.2 +1 -1 src/usr.bin/xlint/lint1/mem1.c 1.2 +1 -1 src/usr.bin/xlint/lint2/mem2.c 1.16 +4 -4 src/usr.sbin/config/main.c 1.7 +3 -3 src/usr.sbin/ctm/mkCTM/mkctm.c 1.6 +3 -0 src/usr.sbin/kvm_mkdb/nlist.c 1.2 +1 -1 src/usr.sbin/rpc.statd/file.c From owner-cvs-usrsbin Sat Jan 18 00:43:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA02059 for cvs-usrsbin-outgoing; Sat, 18 Jan 1997 00:43:25 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA02052; Sat, 18 Jan 1997 00:43:23 -0800 (PST) Date: Sat, 18 Jan 1997 00:43:23 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199701180843.AAA02052@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/parse/util dcfd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/01/18 00:43:23 Modified: usr.sbin/xntpd/parse/util dcfd.c Log: Add the trickery to power the "Conrad" DCF77 receiver. Revision Changes Path 1.5 +15 -0 src/usr.sbin/xntpd/parse/util/dcfd.c