Go to file
jonathan de80d1419e Diff to netinet/ip_input.c (restore ip_id, initialize) for ip_id fix:
Revert the (default) ip_id algorithm to the pre-randomid algorithm,
due to demonstrated low-period repeated IDs from the randomized IP_id
code.  Consensus is that the low-period repetition (much less than
2^15) is not suitable for general-purpose use.

Allocators of new IPv4 IDs should now call the function ip_newid().
Randomized IP_ids is now a config-time option, "options RANDOM_IP_ID".
ip_newid() can use ip_random-id()_IP_ID if and only if configured
with RANDOM_IP_ID. A sysctl knob should be  provided.

This API may be reworked in the near future to support linear ip_id
counters per (src,dst) IP-address pair.
2003-11-17 22:34:16 +00:00
bin Improve how various "simple" host tools are built and invoked. 2003-11-16 14:14:18 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
dist <sys/cdefs.h> is a NetBSD'ism. Protect it with #ifdef __NetBSD__ 2003-11-12 02:08:11 +00:00
distrib Add myself. 2003-11-17 17:47:42 +00:00
doc Somewhat late mention of: 2003-11-12 18:12:11 +00:00
etc Add iso-image-md-pre and iso-image-md-post targets. Installation media can 2003-11-15 08:58:27 +00:00
games Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
gnu add fini.lo to CLEANFILES 2003-11-16 22:49:48 +00:00
include ifdef out file when HAVE_NBTOOL_CONFIG_H is defined to avoid 2003-11-12 19:50:46 +00:00
lib zero out nl, from Todd Miller. thanks! 2003-11-17 20:41:54 +00:00
libexec Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
regress Descend into bin/dd 2003-11-15 10:50:59 +00:00
rescue Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
sbin Commit changes proposed on tech-kern Thu, 6 Nov 2003 2003-11-15 17:52:30 +00:00
share Bump date for previous; new sentence, new line. 2003-11-17 21:29:37 +00:00
sys Diff to netinet/ip_input.c (restore ip_id, initialize) for ip_id fix: 2003-11-17 22:34:16 +00:00
tools note successful build on Mac OS 10.3 with xcode 1.0 developer tools 2003-11-17 05:42:58 +00:00
usr.bin Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
usr.sbin Apply patch proposted to tech-userlevel on Sun, 12 Oct 2003: 2003-11-17 21:29:21 +00:00
x11 use X11FLAGS.OS_DEFINES 2003-11-17 05:18:20 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00