summaryrefslogtreecommitdiff
path: root/lib
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-22Always use private utmp structure definition; don't depend on host systemThorsten Lockert
1996-09-22Avoid name clashes with rusers.xThorsten Lockert
1996-09-22Make this work properly; we have to let the XDR routines allocate and freeThorsten Lockert
1996-09-22random function nameTheo de Raadt
1996-09-22randomize _res.id at start; could do better i hopeTheo de Raadt
1996-09-21Need to include <term.h> here when no weak symbols.Thorsten Lockert
1996-09-21Make it compile without weak symbolsThorsten Lockert
1996-09-21Make vidattr() and vidputs() weak bindings, avoids problems with linking toThorsten Lockert
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-18tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jpTheo de Raadt
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-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