Searched hist:25195 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/pc98/cbus/
H A Dpcrtc.cdiff 25195 Sun Apr 27 13:22:09 MDT 1997 kato Merge SMP code from IBM-PC tree into PC-98 tree.
H A Dsio.cdiff 25195 Sun Apr 27 13:22:09 MDT 1997 kato Merge SMP code from IBM-PC tree into PC-98 tree.
/freebsd-10.2-release/sys/conf/
H A Doptions.pc98diff 25195 Sun Apr 27 13:22:09 MDT 1997 kato Merge SMP code from IBM-PC tree into PC-98 tree.
H A Dfiles.pc98diff 25195 Sun Apr 27 13:22:09 MDT 1997 kato Merge SMP code from IBM-PC tree into PC-98 tree.
/freebsd-10.2-release/sys/netinet/
H A Dtcp_timewait.cdiff 72778 Tue Feb 20 23:25:04 MST 2001 jesper Only call in_pcbnotify if the src port number != 0, as we
treat 0 as a wildcard in src/sys/in_pbc.c:in_pcbnotify()

It's sufficient to check for src|local port, as we'll have no
sessions with src|local port == 0

Without this a attacker sending ICMP messages, where the attached
IP header (+ 8 bytes) has the address and port numbers == 0, would
have the ICMP message applied to all sessions.

PR: kern/25195
Submitted by: originally by jesper, reimplimented by jlemon's advice
Reviewed by: jlemon
Approved by: jlemon
H A Dudp_usrreq.cdiff 72778 Tue Feb 20 23:25:04 MST 2001 jesper Only call in_pcbnotify if the src port number != 0, as we
treat 0 as a wildcard in src/sys/in_pbc.c:in_pcbnotify()

It's sufficient to check for src|local port, as we'll have no
sessions with src|local port == 0

Without this a attacker sending ICMP messages, where the attached
IP header (+ 8 bytes) has the address and port numbers == 0, would
have the ICMP message applied to all sessions.

PR: kern/25195
Submitted by: originally by jesper, reimplimented by jlemon's advice
Reviewed by: jlemon
Approved by: jlemon
H A Dtcp_subr.cdiff 72778 Tue Feb 20 23:25:04 MST 2001 jesper Only call in_pcbnotify if the src port number != 0, as we
treat 0 as a wildcard in src/sys/in_pbc.c:in_pcbnotify()

It's sufficient to check for src|local port, as we'll have no
sessions with src|local port == 0

Without this a attacker sending ICMP messages, where the attached
IP header (+ 8 bytes) has the address and port numbers == 0, would
have the ICMP message applied to all sessions.

PR: kern/25195
Submitted by: originally by jesper, reimplimented by jlemon's advice
Reviewed by: jlemon
Approved by: jlemon

Completed in 408 milliseconds