summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-03-28Don't allow buffer overflowsThorsten Lockert
1997-03-27Err, umm.Jason Downs
1997-03-27Make this code sane.Jason Downs
1997-03-27constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoTheo de Raadt
1997-03-27yet another random() converted to arc4random()Niels Provos
1997-03-26install ktrace(2)Theo de Raadt
1997-03-26fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + moreTheo de Raadt
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
1997-03-24Make sure head, tail, and nitems get zero'd even if weTodd C. Miller
can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes.
1997-03-21Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368Todd C. Miller
from Enami Tsugutomo.
1997-03-21Make struct rusage comments consistent between header fileTodd C. Miller
and man page. NetBSD PR #3367
1997-03-18fix a memory-leak problem in MDXEnd -- even when givenflipk
a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway.
1997-03-16Added NetBSD fix for overflow. Probably not exploitable because it's a static.bitblt
1997-03-16allow settimeofday() at securelevel < 2, rather than < 1.flipk
the consensus was that it was too annoying to not be able to change the clock at securelevel == 1.
1997-03-15res_close is defined in a macro and should apperently not be used as _res_close.Per Fogelstrom
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
Some strcpy() -> strncpy (from NetBSD) Some KNF Add current NetBSD tags
1997-03-14Iterate over signals correctlyThorsten Lockert
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
Includes the DNS aware getnetby*() routines and IPv6 support.
1997-03-09Mention MNT_NOATIME and pull in some changes from the lite2 version.Todd C. Miller
1997-03-07mention collision found by DobbertinNiels Provos
1997-03-07From NetBSD (christos) [fixed typo introduced in comment]:Todd C. Miller
If ``who'' was not specified, set the appropriate bits as the manual page states. ``chmod +s foo'' and ``chmod +t dir'' now work.
1997-03-04sprintf -> snprintf paranoiabitblt
1997-03-04Slightly cleaner.Jason Downs
1997-02-28v 1.2 a different waykstailey
1997-02-28back out changekstailey
1997-02-28cannot lseek(2) on a (FILE *)kstailey
1997-02-27Undo last change. nawk == awk in our tree, and no different behaviour isThorsten Lockert
seen by invoking it as nawk. The problem this change claimed to correct must have had another source.
1997-02-27awk fails to create a couple of files during the build. nawk does theAngelos D. Keromytis
deed.
1997-02-26Switch alpha from libkvm.old to libkvm with code from NetBSD.Niklas Hallqvist
%x -> %lx format fixes from me.
1997-02-26These don't belong here.Jason Downs
1997-02-26Document reality, not a fantasy.Jason Downs
1997-02-26Correct header ref.Jason Downs
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs
1997-02-26Be sure the directory exists.Jason Downs
1997-02-22update to lite2 -- note restriction when securelevel > 0Todd C. Miller
1997-02-21sync to __powerpc__gvf
1997-02-20Document EINVALThorsten Lockert
1997-02-18if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while runningTheo de Raadt
with uid/gid mismatches, P_SUGIDEXEC should persist (in case the environment has not been cleaned). pointed out by wietse@porcupine.org
1997-02-17some cleanupTheo de Raadt
1997-02-17do not leak descriptors and memTheo de Raadt
1997-02-16prelim manpage, cleanup, fixed crippled plaintext: sed does a niceNiels Provos
job on replacing everything, just wouldnt skip it
1997-02-16added password configuration access function, used to determineNiels Provos
password cipher type at the moment
1997-02-16need errno.hTheo de Raadt
1997-02-15buf oflow, danny@freebsd.orgTheo de Raadt
1997-02-15new blowfish crypt interfaces; crank itTheo de Raadt
1997-02-15when using strsep you should be aware that the delimiter will be replacedNiels Provos
by a nifty '0', so you cant check for a colon instead and dump some I am sorry, Dave. I can't do that.
1997-02-15Minor change to bypass compilation failure.Angelos D. Keromytis
1997-02-14header updateNiels Provos
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active!
1997-02-13option handling is a bitchTheo de Raadt