index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
rcmd.c
Age
Commit message (
Expand
)
Author
2022-05-22
fix various small typos, mainly in comments.
andvar
2014-11-26
Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointed
enami
2014-09-18
make more descriptors that we open as close-on-exec
christos
2014-05-28
CID 975111: Ignore return value from initgroups(). If we failed, then
christos
2012-07-14
bin/46703: BSD r-commands use wrong source address for stderr
darrenr
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2011-05-31
PR/45007: rcmd_af(3) and thusly rsh(1) ignore requested address family
christos
2007-01-03
Don't leak file descriptors.
ws
2006-11-03
nuke perror.
christos
2005-12-02
constify and remove an unnecessary __UNCONST.
yamt
2005-11-29
WARNS=4
christos
2005-11-28
forgot to commit this; cleanup to compile with WARNS=4, since lpd uses it.
christos
2005-04-19
check for pwd != NULL
christos
2005-03-30
use re-entrant versions of getpw*(). In libc only pwcache remains and this
christos
2004-11-29
rresvport_af() should return -1 when the address family is unsupported
ginsbach
2004-11-16
NI_WITHSCOPEID was not picked up by IETF standardization process
itojun
2004-03-21
remove my copyright statement
mrg
2004-01-27
Retain the euid of the target user whilst reading the
lukem
2003-10-13
Move Matt Green's code from a 4-clause to a 3-clause licence by removing
agc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-06
writable, not writeable.
wiz
2002-11-17
make sure to bound string operation by strlcpy
itojun
2002-11-17
use strlcpy where it is more appropriate.
itojun
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2002-05-22
Revert last change after protoype of getnameinfo(3) has been changed back.
tron
2002-05-14
Delint after getaddrinfo(), etc. changes.
thorpej
2002-04-16
botched strn* -> strl*
groo
2001-11-04
fix WARNS=2 (-Wshadow) warnings
lukem
2000-07-07
Passing "char" values to ctype(3) functions is problematic.
itohy
2000-07-06
add argsused lint directives
christos
2000-05-30
usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid
itojun
2000-03-05
fix 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-18
do not perform sleep() every time we get ECONNREFUSED.
itojun
2000-01-31
visit next addrinfo struct on socket failure.
itojun
2000-01-27
add IPv6 support to rcmd() and friends.
itojun
2000-01-22
Use a better type in previous.
mycroft
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-07-04
add NetBSD RCSID on top.
itojun
1999-05-03
int -> socklen_t
christos
1999-03-16
- fix gcc-2.8.1 warnings
christos
1998-11-15
delint
christos
1998-11-13
delint
christos
1998-10-18
Portability. Use #ifdef BSD4_4 for sin_len
christos
1998-09-26
Use posix signal system calls.
christos
1998-07-26
const poisoning.
mycroft
1998-07-18
use AF_LOCAL instead of AF_UNIX
lukem
1998-01-18
use bindresvport for rresvport (from freebsd). old code #if 0-ed out
lukem
[next]