Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: christos
Date: Fri Jun 22 14:54:36 UTC 2012
Modified Files:
src/share/man/man4: ip.4 ip6.4 udp.4
src/share/man/man7: rfc6056.7 sysctl.7
src/sys/netinet: in.h ip_input.c ip_output.c rfc6056.h tcp_input.c
udp.h udp_usrreq.c udp_var.h
src/sys/netinet6: in6.h ip6_input.c ip6_output.c udp6_usrreq.c
udp6_var.h
src/tests/net/sys: t_rfc6056.c
Log Message:
PR/46602: Move the rfc6056 port randomization to the IP layer.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man4/ip.4
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/ip6.4
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/udp.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man7/rfc6056.7
cvs rdiff -u -r1.71 -r1.72 src/share/man/man7/sysctl.7
cvs rdiff -u -r1.86 -r1.87 src/sys/netinet/in.h
cvs rdiff -u -r1.300 -r1.301 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.215 -r1.216 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/rfc6056.h
cvs rdiff -u -r1.323 -r1.324 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.15 -r1.16 src/sys/netinet/udp.h
cvs rdiff -u -r1.186 -r1.187 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.37 -r1.38 src/sys/netinet/udp_var.h
cvs rdiff -u -r1.69 -r1.70 src/sys/netinet6/in6.h
cvs rdiff -u -r1.137 -r1.138 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.147 -r1.148 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.90 -r1.91 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.24 -r1.25 src/sys/netinet6/udp6_var.h
cvs rdiff -u -r1.2 -r1.3 src/tests/net/sys/t_rfc6056.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index