Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 16:35:09 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 in6_pcb.c
Message-ID:  <200407271635.i6RGZ9Wr042262@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2004-07-27 16:35:09 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_pcb.c 
  Log:
  Don't consider TCP connections beyond LISTEN state
  (i.e. with the foreign address being not wildcard) when checking
  for possible port theft since such connections cannot be stolen.
  
  The port theft check is FreeBSD-specific and isn't in the KAME tree.
  
  PR:             bin/65928 (in the audit trail)
  Reviewed by:    -net, -hackers (silence)
  Tested by:      Nick Leuta <skynick at mail.sc.ru>
  MFC after:      1 month
  
  Revision  Changes    Path
  1.54      +10 -19    src/sys/netinet6/in6_pcb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407271635.i6RGZ9Wr042262>