Age | Commit message (Expand) | Author |
1996-09-26 | Make sure we don't dereference stray pointer when running suid or sgid | Thorsten Lockert |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with t... | Theo de Raadt |
1996-09-26 | Restore check for suid / sgid | Thorsten Lockert |
1996-09-26 | Latest changes from FreeBSD | Thorsten Lockert |
1996-09-25 | need limits.h | Theo de Raadt |
1996-09-25 | warn about root and the jail | Theo de Raadt |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.... | Theo de Raadt |
1996-09-24 | Support XPG/3-style positional arguments in printf family. | michaels |
1996-09-24 | unescapeable chroot; thanks to nirva and asriel for helping | Theo de Raadt |
1996-09-23 | Minor warning about unterminated constant fixed | imp |
1996-09-22 | cannot be static, named uses it | Theo de Raadt |
1996-09-22 | Always use private utmp structure definition; don't depend on host system | Thorsten Lockert |
1996-09-22 | Avoid name clashes with rusers.x | Thorsten Lockert |
1996-09-22 | Make this work properly; we have to let the XDR routines allocate and free | Thorsten Lockert |
1996-09-22 | random function name | Theo de Raadt |
1996-09-22 | randomize _res.id at start; could do better i hope | Theo de Raadt |
1996-09-21 | Need to include <term.h> here when no weak symbols. | Thorsten Lockert |
1996-09-21 | Make it compile without weak symbols | Thorsten Lockert |
1996-09-21 | Make vidattr() and vidputs() weak bindings, avoids problems with linking to | Thorsten Lockert |
1996-09-20 | fix docs on return value; netbsd pr#1999; kml@nas.nasa.gov | Theo de Raadt |
1996-09-20 | fix example; netbsd pr#2735, bgrayson@ece.utexas.edu | Theo de Raadt |
1996-09-20 | Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert |
1996-09-20 | From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert |
1996-09-19 | From FreeBSD: | Thorsten Lockert |
1996-09-18 | tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1996-09-16 | uid_t is now a u_int32_t, treat it as such. | Todd C. Miller |
1996-09-16 | Avoid pulling in stdio | Thorsten Lockert |
1996-09-16 | Fix some warnings | Thorsten Lockert |
1996-09-16 | Bring prototypes into scope | Thorsten Lockert |
1996-09-16 | Use __inline | Thorsten Lockert |
1996-09-15 | Add manpage link | Thorsten Lockert |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert |
1996-09-15 | Remove dead code | Thorsten Lockert |
1996-09-15 | sh(1) has now has ulimit so that's no longer a bug. | Todd C. Miller |
1996-09-11 | protect $HOME expansion; from das33@cornell.edu | Theo de Raadt |
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | Theo de Raadt |
1996-09-07 | Understand about union mounts as well as union file system | Thorsten Lockert |
1996-09-07 | openpty() returns int. | Jason Downs |
1996-09-06 | asm -> __asm, clean lint(1) warnings | Thorsten Lockert |
1996-09-05 | issetugid backwards, duh; thanks bitblt | Theo de Raadt |
1996-09-05 | bsd.own.mk before YP test | Theo de Raadt |
1996-09-05 | 1 char oflow; bitblt & deraadt | Theo de Raadt |
1996-09-05 | protect getenv, do not oflow, fix unused debug; bitblt and deraadt | Theo de Raadt |
1996-09-05 | 1 char oflow | Theo de Raadt |
1996-09-05 | Move fflush() from signal handler into endwin(), that way it will work in | Thorsten Lockert |
1996-09-05 | Add strategic fflush() before suspending on keyboard generated signal | Thorsten Lockert |
1996-09-05 | document latest rcmd change | Todd C. Miller |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt |
1996-09-03 | fix buf oflows better | Theo de Raadt |