summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* from netbsd; Rearrange to avoid sign problems with GCC.deraadt1995-12-214-73/+115
|
* i believe i took care of the 32bit and alignment issues, so the comment can ↵deraadt1995-12-182-16/+2
| | | | go away
* expose even more internals, for bdesderaadt1995-12-171-1/+308
|
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-164-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.
* from netbsd; do not override other CFLAGS settingsderaadt1995-12-151-2/+2
|
* make first arg of strtod/strtoq constderaadt1995-12-141-3/+3
|
* 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.
* error in system(3) man page from John Kohlderaadt1995-11-011-2/+2
|
* This commit was generated by cvs2git to track changes on a CVS vendorderaadt1995-10-1826-0/+3765
|\ | | | | branch.
| * initial import of NetBSD treederaadt1995-10-1826-0/+3765
| |
* | This commit was generated by cvs2git to track changes on a CVS vendorderaadt1995-10-180-0/+0
|/ | | branch.
* initial import of NetBSD treederaadt1995-10-18201-0/+24687