summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1996-09-26Make sure we don't dereference stray pointer when running suid or sgidThorsten Lockert
1996-09-26be safer about spoofed hostnames; thanks to bitblt and oliver for help with t...Theo de Raadt
1996-09-26Restore check for suid / sgidThorsten Lockert
1996-09-26Latest changes from FreeBSDThorsten Lockert
1996-09-25need limits.hTheo de Raadt
1996-09-25warn about root and the jailTheo de Raadt
1996-09-25nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike....Theo de Raadt
1996-09-24Support XPG/3-style positional arguments in printf family.michaels
1996-09-24unescapeable chroot; thanks to nirva and asriel for helpingTheo de Raadt
1996-09-23Minor warning about unterminated constant fixedimp
1996-09-22cannot be static, named uses itTheo de Raadt
1996-09-22random function nameTheo de Raadt
1996-09-22randomize _res.id at start; could do better i hopeTheo de Raadt
1996-09-20fix docs on return value; netbsd pr#1999; kml@nas.nasa.govTheo de Raadt
1996-09-20fix example; netbsd pr#2735, bgrayson@ece.utexas.eduTheo de Raadt
1996-09-20Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-20From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-19From FreeBSD:Thorsten Lockert
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-16Avoid pulling in stdioThorsten 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-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-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-03proper typesTheo de Raadt
1996-09-03constrain to MAXHOSTNAMELENTheo de Raadt
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-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