Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r?index -> strr?chr | 1997-01-17 | 1 | -3/+3 | ||
| | ||||||
* | sprintf -> snprintf except where guaranteed safe. | 1996-09-24 | 1 | -9/+9 | ||
| | ||||||
* | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | 1996-09-24 | 1 | -6/+14 | ||
| | | | | | us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that. | |||||
* | undo last; mkstemp is *hard* to do in here | 1996-09-23 | 1 | -10/+6 | ||
| | ||||||
* | Be slightly safer opening temp files. | 1996-09-15 | 1 | -6/+10 | ||
| | ||||||
* | undo mktemp cleanup until i get it right | 1996-07-01 | 1 | -16/+6 | ||
| | ||||||
* | mktemp w/ open & fdopen | 1996-06-25 | 1 | -6/+16 | ||
| | ||||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 1 | -5/+79 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+843 | ||