summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1996-07-12cannot check for stack underflowderaadt1-4/+1
1996-07-06type fixosderaadt1-1/+4
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inderaadt1-0/+3
1996-07-02for magic MD5 salt, call md5crypt()deraadt1-3/+6
1996-07-02pretty the commentderaadt1-8/+8
1996-06-10iruserok() can finally safely use a u_int32_t for the ip addrderaadt2-4/+4
1996-06-10make 64 bit cleanderaadt4-12/+12
1996-06-10fix %Vderaadt1-3/+7
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas7-364/+9
1996-05-30add md5crypt()deraadt4-2/+508
1996-05-07db release 1.85deraadt3-88/+196
1996-05-04document largest possible value; netbsd pr#2338; from banshee@gabriella.resor...deraadt1-1/+7
1996-05-01switch on _KERNEL to load proper include filederaadt8-11/+43
1996-04-25sync w/ Net 960425mickey1-5/+1
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1-1/+1
1996-03-30Substantially improve random number generation by using the largest primetholo1-9/+21
1996-03-25Add support for building lint(1) librarytholo2-2/+26
1996-03-25Cannot do operations on a void pointertholo1-3/+4
1996-03-25Update prototypes to match declarationstholo3-29/+24
1996-03-25Add prototypes for internal functionstholo4-28/+29
1996-03-25Pull in prototypestholo4-9/+17
1996-03-25Add prototypes for local functions, add const qualifiers where neededtholo1-8/+14
1996-03-19Fix RCS Id botch in last changeniklas1-3/+2
1996-03-19From NetBSD: merge of 960317niklas4-13/+28
1996-03-09From NetBSD: 960217 mergeniklas5-13/+24
1996-02-19netbsd: bind 4.9.3dm15-542/+1120
1996-01-29need errno.h because err declerations have movedderaadt1-1/+2
1996-01-29realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1-2/+11
1996-01-15from netbsd:deraadt1-12/+13
1996-01-07typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905deraadt1-2/+2
1995-12-30from netbsd: Fixed %u to expand to a single digitderaadt1-2/+2
1995-12-21from netbsd; Rearrange to avoid sign problems with GCC.deraadt4-73/+115
1995-12-18i believe i took care of the 32bit and alignment issues, so the comment can g...deraadt2-16/+2
1995-12-17expose even more internals, for bdesderaadt1-1/+308
1995-12-16non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt4-0/+1298
1995-12-15from netbsd; do not override other CFLAGS settingsderaadt1-2/+2
1995-12-14make first arg of strtod/strtoq constderaadt1-3/+3
1995-11-22fix long/u_int32_t botch; do gethostbyname() only if netgroups are going toderaadt1-55/+94
1995-11-20gethostbyname("#.#.#.#") should fail; not return an incompletely andderaadt1-0/+2
1995-11-01error in system(3) man page from John Kohlderaadt1-2/+2
1995-10-18initial import of NetBSD treederaadt26-0/+3765