FreeBSD src
Go to file
Warner Losh 335524b9ad Various security related deltas from OpenBSD
dirs.c:
	From OpenBSD 1.2, 1.3, 1.5, 1.8, 1.10, 1.11, 1.12
	1.2:
		use unique temporary files; netbsd pr#2544;
		lukem@supp.cpr.itg.telecom.com.au
	1.3:
		updated patch from lukem@supp.cpr.itg.telecom.com.au
		to also make -r and -R work again
	1.5:
		mktemp open & fdopen
	1.8:
		/tmp// -> /tmp/
	1.10:
		Fix strncpy usage and correct strncat length field,
		from Theo.  Also change some occurrence of MAXPATHLEN
		with sizeof(foo).
	1.11:
		does noone know how to use strncat correctly?
	1.12:
		use mkstemp()
	From NetBSD:
		Use open rather than create so we can specify
		exclusive open mode.

main.c:
	From OpenBSD 1.2, 1.5
	1.2:
		From NetBSD: support $TAPE.
	1.5
		Set umask to be read only by owner until we set real
		file permissions.
tape.c:
	From NetBSD:
		Use open rather than create so we can specify
		exclusive open mode.
1997-01-01 00:03:49 +00:00
bin add some string examples, eg. test "" -o "" 1996-12-28 13:31:29 +00:00
contrib This commit was generated by cvs2svn to compensate for changes in r21138, 1996-12-31 19:51:17 +00:00
eBones Fix a cosmetic bug that has bothered me for ages. :-) 1996-12-21 06:21:16 +00:00
etc Add share/examples dir. 1996-12-31 14:00:05 +00:00
games comma police for section SEE ALSO 1996-12-22 23:17:39 +00:00
gnu Fix spelling error in manpage. 1996-12-26 21:51:09 +00:00
include Missed prototype for svc_getreqset2() 1996-12-31 09:08:44 +00:00
lib prototype of shared function now in include file 1996-12-31 09:16:12 +00:00
libexec Add a new 'de' capability, specifying a number of seconds to sleep before 1996-12-31 01:30:38 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Added the package catagories astro, chinese, mbone, and vietnamese; 1996-12-31 14:37:06 +00:00
sbin Various security related deltas from OpenBSD 1997-01-01 00:03:49 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Add i386 to the .Dt macro call. 1996-12-31 22:47:50 +00:00
sys A very significant improvement in the management of process maps 1996-12-31 16:23:38 +00:00
tools epfe - extract printing filter examples from printing.sgml 1996-12-28 16:24:57 +00:00
usr.bin icelandic collation 1996-12-31 18:57:26 +00:00
usr.sbin Added the package catagories astro, chinese, mbone, and vietnamese; 1996-12-31 14:37:06 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add comment on -DALLLANG. 1996-12-20 08:18:47 +00:00