#
22c1ec3f |
| 30-Aug-1996 |
deraadt <deraadt@openbsd.org> |
avoid port 1023 more
|
#
1437b3ae |
| 30-Aug-1996 |
millert <millert@openbsd.org> |
call rcmdsh() if euid != 0 and port is shell/tcp. This lets us get away with fewer setuid binaries.
|
#
e9b2b68c |
| 19-Aug-1996 |
tholo <tholo@openbsd.org> |
Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
|
#
4c98b448 |
| 07-Aug-1996 |
deraadt <deraadt@openbsd.org> |
seed rresvport() for aux channel with a known taken port; do not ask for next lower port because we might get it (and be predictable!)
|
#
efa7ea8e |
| 05-Aug-1996 |
deraadt <deraadt@openbsd.org> |
if port 20 incoming, kill it and try again
|
#
e3bf207f |
| 29-Jul-1996 |
deraadt <deraadt@openbsd.org> |
ensure bindresvport() is told to find a port
|
#
16ef94ee |
| 29-Jul-1996 |
deraadt <deraadt@openbsd.org> |
rresvport() in terms of bind() & bindresvport()
|
#
2817004d |
| 22-Jul-1996 |
deraadt <deraadt@openbsd.org> |
bzero sockaddr_in
|
#
2233f5a3 |
| 22-Jul-1996 |
deraadt <deraadt@openbsd.org> |
bzero sockaddr before use
|
#
9983e72c |
| 20-Jul-1996 |
deraadt <deraadt@openbsd.org> |
support # comments
|
#
8f6952f5 |
| 10-Jun-1996 |
deraadt <deraadt@openbsd.org> |
iruserok() can finally safely use a u_int32_t for the ip addr
|
#
6bd11984 |
| 22-Nov-1995 |
deraadt <deraadt@openbsd.org> |
fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to be used and do not abort; check for A->PTR->A loop otherwise only match on #.#.#.# addresses; do not assume !0 is 1 as in A
fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to be used and do not abort; check for A->PTR->A loop otherwise only match on #.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to finding these problems.
show more ...
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|