From owner-cvs-games Wed Feb 19 19:05:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09882 for cvs-games-outgoing; Wed, 19 Feb 1997 19:05:06 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09873; Wed, 19 Feb 1997 19:05:03 -0800 (PST) Date: Wed, 19 Feb 1997 19:05:03 -0800 (PST) From: Eivind Eklund Message-Id: <199702200305.TAA09873@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/19 19:05:01 Modified: games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Log: Remove buffer overflow and tempfile race, remove hack (and need for it), change definition of setbit() macro and friends to be compatible with . The bugs were discovered and fixed as a result of the FreeBSD code audit. Submitted by: Aaron Bornstein , Mark Huizer Revision Changes Path 1.3 +1 -0 src/games/battlestar/Makefile 1.3 +14 -14 src/games/battlestar/com1.c 1.3 +6 -6 src/games/battlestar/com2.c 1.3 +5 -5 src/games/battlestar/com3.c 1.3 +7 -7 src/games/battlestar/com4.c 1.3 +13 -13 src/games/battlestar/com5.c 1.3 +4 -4 src/games/battlestar/com6.c 1.3 +6 -6 src/games/battlestar/com7.c 1.3 +5 -5 src/games/battlestar/cypher.c 1.3 +10 -7 src/games/battlestar/externs.h 1.2 +4 -4 src/games/battlestar/fly.c 1.3 +2 -2 src/games/battlestar/init.c 1.3 +1 -1 src/games/battlestar/room.c 1.2 +44 -13 src/games/battlestar/save.c From owner-cvs-games Thu Feb 20 15:11:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA14047 for cvs-games-outgoing; Thu, 20 Feb 1997 15:11:33 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA14014; Thu, 20 Feb 1997 15:11:24 -0800 (PST) Date: Thu, 20 Feb 1997 15:11:24 -0800 (PST) From: Mike Pritchard Message-Id: <199702202311.PAA14014@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/libexec/ftpd skey-stuff.c src/games/hangman hangman.h src/usr.sbin/bootparamd/bootparamd bootparamd.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/20 15:11:23 Modified: games/hangman hangman.h libexec/ftpd skey-stuff.c usr.sbin/bootparamd/bootparamd bootparamd.c Log: #include to help silence -Wall. Revision Changes Path 1.2 +1 -0 src/games/hangman/hangman.h 1.8 +1 -0 src/libexec/ftpd/skey-stuff.c 1.5 +1 -0 src/usr.sbin/bootparamd/bootparamd/bootparamd.c From owner-cvs-games Sat Feb 22 06:47:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA29957 for cvs-games-outgoing; Sat, 22 Feb 1997 06:47:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA29950; Sat, 22 Feb 1997 06:47:00 -0800 (PST) Date: Sat, 22 Feb 1997 06:47:00 -0800 (PST) From: Peter Wemm Message-Id: <199702221447.GAA29950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games Makefile src/games/bs Makefile src/games/piano piano.c src/games/fortune/fortune fortune.6 src/games/grdc Makefile src/games/phantasia phantasia.6 src/games/sail sail.6 Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/02/22 06:46:59 Modified: games Makefile games/bs Makefile games/fortune/fortune fortune.6 games/grdc Makefile games/phantasia phantasia.6 games/piano piano.c games/sail sail.6 Log: Revert $FreeBSD$ to $Id$ Revision Changes Path 1.12 +1 -1 src/games/Makefile 1.3 +1 -1 src/games/bs/Makefile 1.5 +1 -1 src/games/fortune/fortune/fortune.6 1.3 +1 -1 src/games/grdc/Makefile 1.4 +1 -1 src/games/phantasia/phantasia.6 1.4 +1 -1 src/games/piano/piano.c 1.4 +1 -1 src/games/sail/sail.6 From owner-cvs-games Sat Feb 22 19:29:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA12116 for cvs-games-outgoing; Sat, 22 Feb 1997 19:29:40 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA12108; Sat, 22 Feb 1997 19:29:38 -0800 (PST) Date: Sat, 22 Feb 1997 19:29:38 -0800 (PST) From: Eivind Eklund Message-Id: <199702230329.TAA12108@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/cribbage instr.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/22 19:29:38 Modified: games/cribbage instr.c Log: Add setuid() before running the pager - from the code audit. Submitted by: Mark Huizer Revision Changes Path 1.2 +4 -0 src/games/cribbage/instr.c From owner-cvs-games Sat Feb 22 21:15:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18349 for cvs-games-outgoing; Sat, 22 Feb 1997 21:15:56 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18342; Sat, 22 Feb 1997 21:15:53 -0800 (PST) Date: Sat, 22 Feb 1997 21:15:53 -0800 (PST) From: Eivind Eklund Message-Id: <199702230515.VAA18342@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/sail pl_main.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/22 21:15:53 Modified: games/sail pl_main.c Log: Fix sizeof/strlen typo and limit scanf length. scanf spotted by: Aarn Bornstein Revision Changes Path 1.4 +2 -2 src/games/sail/pl_main.c