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
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