| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
go away
|
| |
|
|
|
|
|
|
|
|
| |
& copied into two pieces so that use of crypt() pulls in a crypt.o
that contains only that one programmer interface -- this permits USA
export of binaries that use crypt() for authentication purposes.
morecrypt.c contains the other DES programmer interfaces commonly
used.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
incorrectly initialized hostent. in particular, h_name is supposed to
be `an official name', and gethostbyname() wasn't even trying to meet
that requirement.
|
| |
|
|
|