summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-09-02OopsPer Fogelstrom
1996-09-02Create crtn.o. Right now it's an empty file...Per Fogelstrom
1996-09-02Correct links for getrpcent.3 pagesThorsten Lockert
1996-09-02Don't overwrite the last byte of a line unless we have toThorsten Lockert
1996-09-02shmdt linkTheo de Raadt
1996-09-02perturb xid further. confuse the worldTheo de Raadt
1996-09-02do not leak byname; this needs a complete rewriteTheo de Raadt
1996-09-01talk about rcmdsh()Todd C. Miller
1996-09-01First cut at man page for rcmdsh()Todd C. Miller
1996-09-01Use .Bx macro in HISTORYTodd C. Miller
1996-09-01Don't dup stderr, you lose error messages and rsh does it for us anyway.Todd C. Miller
1996-09-01larger -> smaller.Todd C. Miller
1996-09-01i have changed this enough to put copyright on itTheo de Raadt
1996-08-31check right variableTheo de Raadt
1996-08-31Fix thinko in last changeThorsten Lockert
1996-08-31Avoid crashing when buggy applications check for capabilities withoutThorsten Lockert
1996-08-31Fix a typo; change a comment to reflect realityThorsten Lockert
1996-08-30avoid port 1023 moreTheo de Raadt
1996-08-30call rcmdsh() if euid != 0 and port is shell/tcp. This lets usTodd C. Miller
1996-08-30added a missing typeTodd C. Miller
1996-08-27+issetugidTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-27Ensure strings are NUL terminated after strncpyThorsten Lockert
1996-08-26use issetugid() to protect against bad getenvTheo de Raadt
1996-08-25and a man pageTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-24rely on RES_NOALIASESTheo de Raadt
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).Todd C. Miller
1996-08-22watch for NOMANTheo de Raadt
1996-08-21explain why mktemp is unsafeTheo de Raadt
1996-08-21Fix formatting problem for E2BIG descriptionThorsten Lockert
1996-08-21Move cfree(3) weak symbol into a seperate fileThorsten Lockert
1996-08-21Make it even out.Jason Downs
1996-08-21Document it.Jason Downs
1996-08-21cfree moved to libcJason Downs
1996-08-20memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...Theo de Raadt
1996-08-20only close real socketTheo de Raadt
1996-08-20deal with unintializated __svc_fdsetTheo de Raadt
1996-08-20Make the binding cfree() -> free() weak if possibleThorsten Lockert
1996-08-20Cleaner.Jason Downs
1996-08-20Remove ANSI function delcarations and add a cfree() stub function.Jason Downs
1996-08-19nasty typo by meTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-19No longer usedThorsten Lockert
1996-08-19Not part of current db distributionThorsten Lockert
1996-08-19No longe rpart of the db packageThorsten Lockert
1996-08-19Add return values for sethostent, endhostent, herror (all are void).Todd C. Miller
1996-08-18Fix order of parameters to compare function. Man page says (key, element)Todd C. Miller