summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmd.c
AgeCommit message (Expand)Author
2022-05-22fix various small typos, mainly in comments.andvar
2014-11-26Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointedenami
2014-09-18make more descriptors that we open as close-on-execchristos
2014-05-28CID 975111: Ignore return value from initgroups(). If we failed, thenchristos
2012-07-14bin/46703: BSD r-commands use wrong source address for stderrdarrenr
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-05-31PR/45007: rcmd_af(3) and thusly rsh(1) ignore requested address familychristos
2007-01-03Don't leak file descriptors.ws
2006-11-03nuke perror.christos
2005-12-02constify and remove an unnecessary __UNCONST.yamt
2005-11-29WARNS=4christos
2005-11-28forgot to commit this; cleanup to compile with WARNS=4, since lpd uses it.christos
2005-04-19check for pwd != NULLchristos
2005-03-30use re-entrant versions of getpw*(). In libc only pwcache remains and thischristos
2004-11-29rresvport_af() should return -1 when the address family is unsupportedginsbach
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization processitojun
2004-03-21remove my copyright statementmrg
2004-01-27Retain the euid of the target user whilst reading thelukem
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