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
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
1997-12-21
inet_addr -> inet_aton
christos
1997-07-13
Fix RCSID's
christos
1997-05-26
allow rcmd() to use something other than rsh protocol.
mrg
1997-02-08
It'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-28
iruserok fails to open a ~/.rhosts file if you have a directory
veego
1996-12-18
Don't pass a timeout of 0 to poll(2); block indefinitely, like the
thorpej
1996-12-17
use poll() instead of select()
mrg
1996-05-28
Change iuserok() to take u_int32_t. Some netgroup fixes (partially
mrg
1995-11-16
Remove call to abort() (from John Kohl; PR#1764).
pk
1995-06-03
Fill in sin_len.
mycroft
1995-02-25
clean up import. also convert everything to new Id format.
cgd
1994-12-04
Added code to handle netgroups in user authorization.
christos
1994-06-01
Avoid stomping on static memory by repeatly calling gethostbyname().
pk
1994-06-01
Don't try to lookup an empty hostname; some nameservers return the root servers
pk
1994-05-27
fix the stupid select bug AGAIN
deraadt
1994-05-18
udpated rcmd
cgd
1994-03-27
but described in a posting by <RHussein@uh.edu> somewhere on the net.
deraadt
[next]