History log of /openbsd-src/usr.bin/patch/common.h (Results 26 – 30 of 30)
Revision Date Author Comments
# 7ecb9955 24-Sep-1996 millert <millert@openbsd.org>

sprintf -> snprintf except where guaranteed safe.


# 7ffd4e56 24-Sep-1996 millert <millert@openbsd.org>

Use mkstemp(). Since temp files get re-used we use mkstemp() to make
us a "place holder" (and discard the fd) to protect from DOS attacks
and then just re-use that.


# b004f8f9 25-Jun-1996 deraadt <deraadt@openbsd.org>

mktemp w/ open & fdopen


# d438cbb6 10-Jun-1996 niklas <niklas@openbsd.org>

Support the long options that FSF's patch version has. $OpenBSD$ added


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12