summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rcmd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* avoid port 1023 morederaadt1996-08-301-7/+11
|
* call rcmdsh() if euid != 0 and port is shell/tcp. This lets usmillert1996-08-301-1/+9
| | | | get away with fewer setuid binaries.
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* seed rresvport() for aux channel with a known taken port; do not ask forderaadt1996-08-071-0/+6
| | | | next lower port because we might get it (and be predictable!)
* if port 20 incoming, kill it and try againderaadt1996-08-051-0/+9
|
* ensure bindresvport() is told to find a portderaadt1996-07-291-0/+1
|
* rresvport() in terms of bind() & bindresvport()deraadt1996-07-291-14/+12
|
* bzero sockaddr_inderaadt1996-07-221-0/+1
|
* bzero sockaddr before usederaadt1996-07-221-0/+1
|
* support # commentsderaadt1996-07-201-0/+2
|
* iruserok() can finally safely use a u_int32_t for the ip addrderaadt1996-06-101-2/+2
|
* fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toderaadt1995-11-221-55/+94
| | | | | | 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.
* initial import of NetBSD treederaadt1995-10-181-0/+517