summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmd.c
AgeCommit message (Expand)Author
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-06writable, not writeable.wiz
2002-11-17make sure to bound string operation by strlcpyitojun
2002-11-17use strlcpy where it is more appropriate.itojun
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-05-22Revert last change after protoype of getnameinfo(3) has been changed back.tron
2002-05-14Delint after getaddrinfo(), etc. changes.thorpej
2002-04-16botched strn* -> strl*groo
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-07-06add argsused lint directiveschristos
2000-05-30usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoiditojun
2000-03-05fix fatal typo, which misused luser/ruser (PR 9543).itojun
2000-02-24(rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs.itojun
2000-02-18do not perform sleep() every time we get ECONNREFUSED.itojun
2000-01-31visit next addrinfo struct on socket failure.itojun
2000-01-27add IPv6 support to rcmd() and friends.itojun
2000-01-22Use a better type in previous.mycroft
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-07-04add NetBSD RCSID on top.itojun
1999-05-03int -> socklen_tchristos
1999-03-16- fix gcc-2.8.1 warningschristos
1998-11-15delintchristos
1998-11-13delintchristos
1998-10-18Portability. Use #ifdef BSD4_4 for sin_lenchristos
1998-09-26Use posix signal system calls.christos
1998-07-26const poisoning.mycroft
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-01-18use bindresvport for rresvport (from freebsd). old code #if 0-ed outlukem
1997-12-21inet_addr -> inet_atonchristos
1997-07-13Fix RCSID'schristos
1997-05-26allow rcmd() to use something other than rsh protocol.mrg
1997-02-08It's not necessary to initialize the `revents' field of struct pollfd.mycroft
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-12-28iruserok fails to open a ~/.rhosts file if you have a directoryveego
1996-12-18Don't pass a timeout of 0 to poll(2); block indefinitely, like thethorpej
1996-12-17use poll() instead of select()mrg
1996-05-28Change iuserok() to take u_int32_t. Some netgroup fixes (partiallymrg
1995-11-16Remove call to abort() (from John Kohl; PR#1764).pk
1995-06-03Fill in sin_len.mycroft
1995-02-25clean up import. also convert everything to new Id format.cgd
1994-12-04Added code to handle netgroups in user authorization.christos
1994-06-01Avoid stomping on static memory by repeatly calling gethostbyname().pk
1994-06-01Don't try to lookup an empty hostname; some nameservers return the root serverspk
1994-05-27fix the stupid select bug AGAINderaadt
1994-05-18udpated rcmdcgd
1994-03-27but described in a posting by <RHussein@uh.edu> somewhere on the net.deraadt