History log of /openbsd-src/lib/libc/net/rcmd.c (Results 26 – 50 of 63)
Revision Date Author Comments
# f1a075da 27-Jun-2001 lebel <lebel@openbsd.org>

use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.


# 865ae75b 10-Feb-2001 millert <millert@openbsd.org>

Make sure $RSH is not the empty string.


# 2d083200 25-Feb-2000 itojun <itojun@openbsd.org>

always pass salen as separate argument, so that it can be friendly with
systems with pre-4.2 sockaddrs.


# 84f8024c 18-Feb-2000 itojun <itojun@openbsd.org>

do not perform sleep() every time we get ECONNREFUSED.
try all the set of addresses before go to sleep() and retry.

not sure if we still need sleep() - retry logic. why is it so persistent?


# f5a2605f 30-Jan-2000 itojun <itojun@openbsd.org>

visit next addrinfo structure when rresvport_af() fails.
this should fix situation like:
- try to rcmd() to dual stack node from IPv4-only node/kernel


# 16582178 27-Jan-2000 itojun <itojun@openbsd.org>

add IPv6-ready rcmd() friends.
rcmd(): IPv4 only
rcmd_af(): af independent
ruserok(): af independent
iruserok(): IPv4 only
iruserok_sa(): af independent


# 01cdefb0 16-Dec-1999 deraadt <deraadt@openbsd.org>

rresvport_af() and bindresvport_af()


# dfa5a4f6 19-Mar-1998 millert <millert@openbsd.org>

some -Wall


# 9428f4d3 12-Feb-1998 deraadt <deraadt@openbsd.org>

correct bounds check


# f2ff748b 12-Feb-1998 deraadt <deraadt@openbsd.org>

copyright


# 9701c265 11-Feb-1998 deraadt <deraadt@openbsd.org>

use fgetln() instead of fgets() so that we can catch \0 in the .rhosts
file. Thanks to fc@parkone.ci.oakland.ca.us for lots of testing and
diagnosis help.


# 23deffce 11-Feb-1998 deraadt <deraadt@openbsd.org>

increased paranoia about .rhosts validity


# 58720cef 09-Jul-1997 millert <millert@openbsd.org>

Clean up some -Wall flowers.


# 034b81d3 06-Jul-1997 deraadt <deraadt@openbsd.org>

if we find an unprintable char, bail totally


# 8043b832 29-Jun-1997 deraadt <deraadt@openbsd.org>

indent


# b54a2aa3 04-Jun-1997 dm <dm@openbsd.org>

use bzero instead of FD_ZERO


# 8061bb02 03-Jun-1997 deraadt <deraadt@openbsd.org>

howmany(x+1, NFDBITS)


# 4e012652 28-May-1997 deraadt <deraadt@openbsd.org>

malloc fd_set dynamically, for very large fd uses


# 32210aa3 05-Apr-1997 millert <millert@openbsd.org>

Use in_addr_t not u_long and use in_port_t in some cases instead
of u_short or u_int16_t.


# 9700c37f 25-Jan-1997 deraadt <deraadt@openbsd.org>

never hand over a nonresv port, even if asked. problem reported by gmeinerj@ZUMtOBEL.co.at


# 7005e6aa 05-Sep-1996 millert <millert@openbsd.org>

ignore $RSH if we are setuid


# d4b79a24 03-Sep-1996 deraadt <deraadt@openbsd.org>

proper types


# 542c8643 02-Sep-1996 millert <millert@openbsd.org>

Looks at RSH envariable and calls rcmdsh() with that value if set.


# 8ffd66b8 01-Sep-1996 deraadt <deraadt@openbsd.org>

i have changed this enough to put copyright on it


# 304caed9 31-Aug-1996 deraadt <deraadt@openbsd.org>

check right variable


123