Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1995-12-18 | i believe i took care of the 32bit and alignment issues, so the comment can ↵ | deraadt | 2 | -16/+2 | |
go away | |||||
1995-12-17 | expose even more internals, for bdes | deraadt | 1 | -1/+308 | |
1995-12-16 | non-USA crypto code by davidb@werj.com.au. The source has been split | deraadt | 4 | -0/+1298 | |
& 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. | |||||
1995-12-15 | from netbsd; do not override other CFLAGS settings | deraadt | 1 | -2/+2 | |
1995-12-14 | make first arg of strtod/strtoq const | deraadt | 1 | -3/+3 | |
1995-11-22 | fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to | deraadt | 1 | -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. | |||||
1995-11-20 | gethostbyname("#.#.#.#") should fail; not return an incompletely and | deraadt | 1 | -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. | |||||
1995-11-01 | error in system(3) man page from John Kohl | deraadt | 1 | -2/+2 | |
1995-10-18 | initial import of NetBSD tree | deraadt | 26 | -0/+3765 | |