Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/28/1996 18:50:02
tls
Sat Dec 28 10:44:56 PST 1996
Update of /a/cvsroot/src/games/gomoku
In directory netbsd1:/home/tls/tmp/lite2-games/gomoku

Log Message:
Import of 4.4BSD-Lite2 source

Status:

Vendor Tag:	CSRG
Release Tags:	lite-2
		
N src/games/gomoku/stoc.c
I src/games/gomoku/obj
N src/games/gomoku/gomoku.6
N src/games/gomoku/main.c
I src/games/gomoku/tags
N src/games/gomoku/Makefile
N src/games/gomoku/bdinit.c
N src/games/gomoku/gomoku.h
N src/games/gomoku/makemove.c
N src/games/gomoku/pickmove.c
N src/games/gomoku/bdisp.c

No conflicts created by this import


veego
Sat Dec 28 10:48:32 PST 1996
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv24810

Modified Files:
	rcmd.c 
Log Message:
iruserok fails to open a ~/.rhosts file if you have a directory
above the home dir which is only group acessable:

directroy       owner   group   permission
/a              root    wheel   755
/a/b            root    b       750       <
/a/b/c          c       b       700
/a/b/c/.rhosts  c       b       600

add getegid and initgroups before and setegid behind fopen to fix this.
add <netgroup.h> for the prototype of innetgr.