summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1997-01-19Make function decl match prototype in stdlib.hmillert1-3/+3
1997-01-17r?index -> strr?chrmillert1-6/+6
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert3-4/+4
1997-01-09port is powerpc not, ppc.rahnds1-2/+2
1997-01-05Integrate latest malloc(3) from FreeBSDtholo1-264/+124
1996-12-28arc4random() number generator, for use with things like RPC xid's.dm2-2/+177
1996-12-21-Wall madness.millert4-4/+9
1996-12-21Add powerpc support. To bad this needs to be modified for everyrahnds1-2/+3
1996-12-14Clean up lint and compile warningstholo2-20/+20
1996-12-12Update {hton,ntoh}[ls] argument and return types to match changes intholo4-22/+18
1996-12-11Fix typotholo1-2/+2
1996-12-10"the the" purgederaadt3-6/+6
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theniklas1-11/+15
1996-11-24more 64bit fixesniklas1-10/+12
1996-11-2364 bit cleanniklas1-3/+25
1996-11-22removed plus sign from start of linekstailey1-2/+2
1996-11-14sys/types.h will serve us better than machine/endian.h.etheisen1-3/+2
1996-11-14memcpy needs proto from string.h.etheisen1-1/+2
1996-11-14Include <machine/types.h> for now.etheisen1-1/+2
1996-11-01explain better how to make exportable binsderaadt1-5/+11
1996-10-29typo.michaels1-2/+2
1996-10-28Deal correctly with time zonestholo1-2/+3
1996-10-26Manpage update to match changed functionality; by alex@FreeBSD.orgtholo1-3/+3
1996-10-25add decldownsj1-1/+3
1996-10-25POSIX requires stdio buffers be flushed on aborttholo1-1/+7
1996-10-15unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdderaadt1-5/+12
1996-10-08Attempt at cleanup.michaels1-2/+2
1996-09-28bzzztderaadt1-11/+14
1996-09-27more INADDRSZ pedantryderaadt1-14/+11
1996-09-27use INADDRSZ, more careful length checkingderaadt1-7/+8
1996-09-26Make sure we don't dereference stray pointer when running suid or sgidtholo1-1/+3
1996-09-26be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...deraadt1-14/+50
1996-09-26Restore check for suid / sgidtholo1-2/+2
1996-09-26Latest changes from FreeBSDtholo2-228/+381
1996-09-25need limits.hderaadt1-1/+2
1996-09-25nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike....deraadt2-10/+15
1996-09-22cannot be static, named uses itderaadt1-2/+2
1996-09-22random function namederaadt1-3/+2
1996-09-22randomize _res.id at start; could do better i hopederaadt1-3/+7
1996-09-19From FreeBSD:tholo1-3/+4
1996-09-16Avoid pulling in stdiotholo3-11/+43
1996-09-15Add a couple of syscalls; bring more prototypes into scopetholo1-1/+2
1996-09-15Remove dead codetholo10-25/+31
1996-09-11only support MALLOC_OPTIONS for non-setuidderaadt1-3/+5
1996-09-06asm -> __asm, clean lint(1) warningstholo1-15/+16
1996-09-05nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersderaadt30-0/+4789
1996-09-05document latest rcmd changemillert1-5/+7
1996-09-05ignore $RSH if we are setuidmillert1-2/+2
1996-09-03proper typesderaadt1-1/+2
1996-09-03constrain to MAXHOSTNAMELENderaadt1-2/+7