summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-13added bcrypt + blowfishNiels Provos
1997-02-13added hook for bcryptNiels Provos
1997-02-13password hashing algorithm using blowfishNiels Provos
1997-02-13Unpatended fast block cipher for new password hashing.Niels Provos
1997-02-13permit 32-bit uid/gid, help from millertTheo de Raadt
1997-02-13Mention that certain fields are accessible to the super-user only.Todd C. Miller
1997-02-12more XXXX for mktempTheo de Raadt
1997-02-11is we were set[ug]id an unitialized ptr bit usNiklas Hallqvist
1997-02-10Pull in stdlib.h for arc4random prototype.Todd C. Miller
1997-02-10Make printf's match actual type (%lu -> %u).Todd C. Miller
1997-02-09Make this 64-bit safe againThorsten Lockert
1997-02-09do not make changes here that hide a problem which needs fixingTheo de Raadt
1997-02-09do not print extra \nTheo de Raadt
1997-02-07pre-pad with random alphabetic letters instead of digit 0Theo de Raadt
1997-02-07destroy everything with source routesTheo de Raadt
1997-02-05clarify more why this is neededTheo de Raadt
1997-02-05i like my sentences to end with periodsTheo de Raadt
1997-02-05that cannot be rightTheo de Raadt
1997-02-03wimpy docs for SA_SIGINFOTheo de Raadt
1997-02-03Back out stringlistTodd C. Miller
1997-02-02++minor_versionTodd C. Miller
1997-02-02stringlist routines are now public (ftp uses them)Todd C. Miller
1997-02-02Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSDThorsten Lockert
1997-02-01mem leak, from lidl@va.pubnix.comTheo de Raadt
1997-01-30careful about MAXADDRS, abrown@eecs.harvard.eduTheo de Raadt
1997-01-30proto; felix@mamba.pond.sub.orgTheo de Raadt