index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
rcmd.c
Age
Commit message (
Expand
)
Author
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-02-10
Make sure $RSH is not the empty string.
Todd C. Miller
2000-02-25
always pass salen as separate argument, so that it can be friendly with
Jun-ichiro itojun Hagino
2000-02-18
do not perform sleep() every time we get ECONNREFUSED.
Jun-ichiro itojun Hagino
2000-01-30
visit next addrinfo structure when rresvport_af() fails.
Jun-ichiro itojun Hagino
2000-01-27
add IPv6-ready rcmd() friends.
Jun-ichiro itojun Hagino
1999-12-16
rresvport_af() and bindresvport_af()
Theo de Raadt
1998-03-19
some -Wall
Todd C. Miller
1998-02-12
correct bounds check
Theo de Raadt
1998-02-12
copyright
Theo de Raadt
1998-02-11
use fgetln() instead of fgets() so that we can catch \0 in the .rhosts
Theo de Raadt
1998-02-11
increased paranoia about .rhosts validity
Theo de Raadt
1997-07-09
Clean up some -Wall flowers.
Todd C. Miller
1997-07-06
if we find an unprintable char, bail totally
Theo de Raadt
1997-06-29
indent
Theo de Raadt
1997-06-04
use bzero instead of FD_ZERO
dm
1997-06-03
howmany(x+1, NFDBITS)
Theo de Raadt
1997-05-28
malloc fd_set dynamically, for very large fd uses
Theo de Raadt
1997-04-05
Use in_addr_t not u_long and use in_port_t in some cases instead
Todd C. Miller
1997-01-25
never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z...
Theo de Raadt
1996-09-05
ignore $RSH if we are setuid
Todd C. Miller
1996-09-03
proper types
Theo de Raadt
1996-09-02
Looks at RSH envariable and calls rcmdsh() with that value if set.
Todd C. Miller
1996-09-01
i have changed this enough to put copyright on it
Theo de Raadt
1996-08-31
check right variable
Theo de Raadt
1996-08-30
avoid port 1023 more
Theo de Raadt
1996-08-30
call rcmdsh() if euid != 0 and port is shell/tcp. This lets us
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-07
seed rresvport() for aux channel with a known taken port; do not ask for
Theo de Raadt
1996-08-05
if port 20 incoming, kill it and try again
Theo de Raadt
1996-07-29
ensure bindresvport() is told to find a port
Theo de Raadt
1996-07-29
rresvport() in terms of bind() & bindresvport()
Theo de Raadt
1996-07-22
bzero sockaddr_in
Theo de Raadt
1996-07-22
bzero sockaddr before use
Theo de Raadt
1996-07-20
support # comments
Theo de Raadt
1996-06-10
iruserok() can finally safely use a u_int32_t for the ip addr
Theo de Raadt
1995-11-22
fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt