summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
1997-02-16added password configuration access function, used to determineNiels Provos
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
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
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
1997-01-28encourage a few more udp whacks at the serverTheo de Raadt
1997-01-26Add a link for lchown.2Jason Downs
1997-01-26Add lchown(), increment minor number.Jason Downs
1997-01-25never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z...Theo de Raadt
1997-01-25sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.seJason Downs
1997-01-24SIOCGIFCONF nicelyTheo de Raadt
1997-01-22xref manual pages via SEE ALSOkstailey
1997-01-22add docs about EHOSTUNREACH; from hwr@pilhuhn.deTheo de Raadt
1997-01-22handle SIOCGIFCONF for as many interfaces as providedTheo de Raadt
1997-01-22SIOCGIFCONF more carefullyTheo de Raadt
1997-01-21More sprintf -> snprintf.Todd C. Miller