NetBSD/lib/libc/net
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
..
byteorder.3 in_addr_t and in_port_t changes 1996-10-13 04:08:34 +00:00
ethers.3
ethers.c
gethostbyname.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
gethostnamadr.c _gethtbyname's arg should be const char *, not char * 1996-12-20 19:41:30 +00:00
getnetbyaddr.c
getnetbyname.c
getnetent.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
getnetent.c
getproto.c
getprotoent.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
getprotoent.c
getprotoname.c
getservbyname.c
getservbyport.c
getservent.3 fix prototype for getservbyport, from babafou@ensta.fr [misc/2916], 1996-11-09 08:30:22 +00:00
getservent.c
herror.c
htonl.c fix a typo: take and cast a pointer to the argument, rather than trying 1996-10-17 01:39:40 +00:00
htons.c in_addr_t and in_port_t changes 1996-10-13 04:08:34 +00:00
inet_addr.c
inet_lnaof.c
inet_makeaddr.c
inet_netof.c
inet_network.c
inet_ntoa.c
inet.3
iso_addr.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
iso_addr.c
linkaddr.3
linkaddr.c
Makefile.inc Add iso_addr.3 to MAN. Fixes misc/2942. 1996-11-17 04:37:14 +00:00
ns_addr.c
ns_ntoa.c
ns.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
nsap_addr.c
ntohl.c in_addr_t and in_port_t changes 1996-10-13 04:08:34 +00:00
ntohs.c in_addr_t and in_port_t changes 1996-10-13 04:08:34 +00:00
rcmd.3 Change iuserok() to take u_int32_t. Some netgroup fixes (partially 1996-05-28 02:07:32 +00:00
rcmd.c iruserok fails to open a ~/.rhosts file if you have a directory 1996-12-28 18:48:31 +00:00
recv.c
res_comp.c
res_debug.c
res_init.c
res_mkquery.c
res_query.c
res_send.c use poll() instead of select() 1996-12-17 03:35:52 +00:00
resolver.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
send.c
sethostent.c