summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
setting up terminal description first
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
get away with fewer setuid binaries.
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 ↵Theo de Raadt
mw@openbsd.org
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
Make sure everything uses {SYS,}LIBC_SCCS properly
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
which is what the ATT version does too.
1996-08-18if setuid, no env variablesTheo de Raadt
1996-08-16ipx.Michael Shalayeff
1996-08-15problems reported by freebsd pr#1493; schweikhardt@rus.uni-stuttgart.deTheo de Raadt
1996-08-15support descriptors > FD_SETSIZE and correct timeout handlingTheo de Raadt
1996-08-14Install iso_addr(3) man pageThorsten Lockert
1996-08-14Add missing referenceThorsten Lockert