veego b6257e9e67 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.
1996-12-28 18:48:31 +00:00
..
1996-10-18 05:45:01 +00:00
1996-10-18 05:45:01 +00:00
1996-11-09 23:47:34 +00:00
1996-12-13 08:32:00 +00:00
1996-10-18 05:45:01 +00:00
1996-12-02 06:51:11 +00:00
1996-12-17 04:24:19 +00:00
1996-10-18 05:45:01 +00:00
1996-11-26 17:46:50 +00:00