History log of /netbsd-src/lib/libc/net/rcmd.c (Results 51 – 73 of 73)
Revision Date Author Comments
# 7b485164 18-Jan-1998 lukem <lukem@NetBSD.org>

use bindresvport for rresvport (from freebsd). old code #if 0-ed out


# 24f2924d 21-Dec-1997 christos <christos@NetBSD.org>

inet_addr -> inet_aton


# 8d36d340 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's
Fix gcc warnings
Add missing prototypes
Use "namespace.h"


# 5a1ec981 26-May-1997 mrg <mrg@NetBSD.org>

allow rcmd() to use something other than rsh protocol.


# 041d00cd 08-Feb-1997 mycroft <mycroft@NetBSD.org>

It's not necessary to initialize the `revents' field of struct pollfd.


# 9cd5492c 23-Jan-1997 mrg <mrg@NetBSD.org>

- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


# b6257e9e 28-Dec-1996 veego <veego@NetBSD.org>

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

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.

show more ...


# 32c0c5eb 18-Dec-1996 thorpej <thorpej@NetBSD.org>

Don't pass a timeout of 0 to poll(2); block indefinitely, like the
pre-poll(2) aware implementation.
From enami tsugutomo <enami@ba2.so-net.or.jp>, PR #3043.


# f5e4cc11 17-Dec-1996 mrg <mrg@NetBSD.org>

use poll() instead of select()


# 343a54bb 28-May-1996 mrg <mrg@NetBSD.org>

Change iuserok() to take u_int32_t. Some netgroup fixes (partially
from OpenBSD and Theo).


# 70a90590 16-Nov-1995 pk <pk@NetBSD.org>

Remove call to abort() (from John Kohl; PR#1764).


# c7ad9c47 03-Jun-1995 mycroft <mycroft@NetBSD.org>

Fill in sin_len.


# ef0582f1 25-Feb-1995 cgd <cgd@NetBSD.org>

clean up import. also convert everything to new Id format.


# 876c50bc 04-Dec-1994 christos <christos@NetBSD.org>

Added code to handle netgroups in user authorization.


# 816feb25 01-Jun-1994 pk <pk@NetBSD.org>

Avoid stomping on static memory by repeatly calling gethostbyname().


# 350b02a4 01-Jun-1994 pk <pk@NetBSD.org>

Don't try to lookup an empty hostname; some nameservers return the root servers
for such a query.


# cda7e478 27-May-1994 deraadt <deraadt@NetBSD.org>

fix the stupid select bug AGAIN


# 7aa3357e 18-May-1994 cgd <cgd@NetBSD.org>

udpated rcmd


# e91cd2af 27-Mar-1994 deraadt <deraadt@NetBSD.org>

but described in a posting by <RHussein@uh.edu> somewhere on the net.
select() loop hung if either socket was >=32.


# f92ccee2 05-Dec-1993 deraadt <deraadt@NetBSD.org>

should bzero automatic sockaddr's before use


# 9c20f740 26-Aug-1993 jtc <jtc@NetBSD.org>

Declare rcsid strings so they are stored in text segment.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources


123