Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sprintf -> snprintf except where guaranteed safe. | 1996-09-24 | 5 | -34/+35 | |
| | |||||
* | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | 1996-09-24 | 2 | -9/+18 | |
| | | | | | 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 | 2 | -16/+10 | |
| | |||||
* | Be slightly safer opening temp files. | 1996-09-15 | 2 | -10/+16 | |
| | |||||
* | undo mktemp cleanup until i get it right | 1996-07-01 | 3 | -27/+13 | |
| | |||||
* | mktemp w/ open & fdopen | 1996-06-25 | 4 | -14/+30 | |
| | |||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 19 | -46/+130 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 21 | -0/+5160 | |