Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | Mark static globals that are only used in their respective .c files. | Todd C. Miller | |
Also make stdin unbuffered since that is the same as using a single-byte buffer. OK tobias@ | |||
2014-05-18 | use reallocarray | Marc Espie | |
okay miod@, millert@ | |||
2012-12-04 | remove sunos backwards compat | Theo de Raadt | |
ok guenther | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2002-03-24 | Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK | Todd C. Miller | |
2001-01-16 | cleanup strcpy, strncpy, signal races, etc | Theo de Raadt | |
1996-10-12 | Back out my sprintf -> snprintf changes where they don't make sense and | Todd C. Miller | |
use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense. | |||
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |