summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-09-16Fix some warningsThorsten Lockert
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-16Use __inlineThorsten Lockert
1996-09-15Add manpage linkThorsten Lockert
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-09-15sh(1) has now has ulimit so that's no longer a bug.Todd C. Miller
1996-09-11protect $HOME expansion; from das33@cornell.eduTheo de Raadt
1996-09-11only support MALLOC_OPTIONS for non-setuidTheo de Raadt
1996-09-07Understand about union mounts as well as union file systemThorsten Lockert
1996-09-07openpty() returns int.Jason Downs
1996-09-06asm -> __asm, clean lint(1) warningsThorsten Lockert
1996-09-05issetugid backwards, duh; thanks bitbltTheo de Raadt
1996-09-05bsd.own.mk before YP testTheo de Raadt
1996-09-051 char oflow; bitblt & deraadtTheo de Raadt
1996-09-05protect getenv, do not oflow, fix unused debug; bitblt and deraadtTheo de Raadt
1996-09-051 char oflowTheo de Raadt
1996-09-05Move fflush() from signal handler into endwin(), that way it will work inThorsten Lockert
1996-09-05Add strategic fflush() before suspending on keyboard generated signalThorsten Lockert
1996-09-05document latest rcmd changeTodd C. Miller
1996-09-05ignore $RSH if we are setuidTodd C. Miller
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-09-03fix buf oflows betterTheo de Raadt
1996-09-03proper typesTheo de Raadt
1996-09-03constrain to MAXHOSTNAMELENTheo de Raadt
1996-09-03Protect against buffer overflowThorsten Lockert
1996-09-03Protect against buffer overflowThorsten Lockert
1996-09-02talk about $RSHTodd C. Miller
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.Todd C. Miller
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