summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix RCS Id botch in last changeniklas1996-03-191-3/+2
|
* From NetBSD: merge of 960317niklas1996-03-191-5/+5
|
* netbsd: bind 4.9.3dm1996-02-1915-542/+1120
|
* from netbsd:deraadt1996-01-151-12/+13
| | | | | Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
* 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.
* gethostbyname("#.#.#.#") should fail; not return an incompletely andderaadt1995-11-201-0/+2
| | | | | | incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement.
* initial import of NetBSD treederaadt1995-10-1849-0/+8313