diff for duplicates of <1508876871.26687.5.camel@btinternet.com> diff --git a/a/1.txt b/N1/1.txt index e0f1f44..56e4666 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -265,23 +265,22 @@ On Fri, 2017-10-20 at 21:14 +0800, Xin Long wrote: > SCTP_HEADER = (IP(dst=target_host, flags="DF") / > SCTP(sport=local_port, dport=target_port, tag=0)) > INIT = (SCTP_HEADER / SCTPChunkInit(init_tag=1, -> a_rwnd=106496, n_out_streams=self._cnt, n_in_streams=self._cnt, +> a_rwnd\x106496, n_out_streams=self._cnt, n_in_streams=self._cnt, > init_tsn=self._tsn, > > params=[SCTPParamSupport(types=[64])])) > INIT_ACK = sr1(INIT, timeout=3, verbose=0) -> if INIT_ACK == None or not +> if INIT_ACK = None or not > INIT_ACK.haslayer(SCTPChunkInitAck): > return False > > # cookie echo snd -> SCTP_HEADER[SCTP].tag = -> INIT_ACK[SCTPChunkInitAck].init_tag +> SCTP_HEADER[SCTP].tag > INIT_ACK[SCTPChunkInitAck].init_tag > COOKIE_ECHO = (SCTP_HEADER / > SCTPChunkCookieEcho(cookie=INIT_ACK[SCTPChunkParamStateCookie].cookie > )) > COOKIE_ACK = sr1(COOKIE_ECHO, timeout=3, verbose=0) -> if COOKIE_ACK == None or not +> if COOKIE_ACK = None or not > COOKIE_ACK.haslayer(SCTPChunkCookieAck): > return False @@ -310,9 +309,5 @@ Does anyone on the list use these conformance tools ??? > -- > To unsubscribe from this list: send the line "unsubscribe linux- > security-module" in -> the body of a message to majordomo at vger.kernel.org +> the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html --- -To unsubscribe from this list: send the line "unsubscribe linux-security-module" in -the body of a message to majordomo at vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index c9a66c4..2481825 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "ref\020171020111637.GA14713@neilslaptop.think-freely.org\0" "ref\01508501095.8370.7.camel@btinternet.com\0" "ref\0CADvbK_cLGA4PH_c4FB0eSUAMoV0XgtyA++cTFsGDkb=nvtR68g@mail.gmail.com\0" - "From\0richard_c_haines@btinternet.com (Richard Haines)\0" - "Subject\0[RFC PATCH 3/5] sctp: Add LSM hooks\0" - "Date\0Tue, 24 Oct 2017 21:27:51 +0100\0" + "From\0Richard Haines <richard_c_haines@btinternet.com>\0" + "Subject\0Re: [RFC PATCH 3/5] sctp: Add LSM hooks\0" + "Date\0Tue, 24 Oct 2017 20:27:51 +0000\0" "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" @@ -276,23 +276,22 @@ "> SCTP_HEADER = (IP(dst=target_host, flags=\"DF\") /\n" "> SCTP(sport=local_port, dport=target_port, tag=0))\n" "> INIT = (SCTP_HEADER / SCTPChunkInit(init_tag=1,\n" - "> a_rwnd=106496, n_out_streams=self._cnt, n_in_streams=self._cnt,\n" + "> a_rwnd\0206496, n_out_streams=self._cnt, n_in_streams=self._cnt,\n" "> init_tsn=self._tsn,\n" "> \n" "> params=[SCTPParamSupport(types=[64])]))\n" "> INIT_ACK = sr1(INIT, timeout=3, verbose=0)\n" - "> if INIT_ACK == None or not\n" + "> if INIT_ACK = None or not\n" "> INIT_ACK.haslayer(SCTPChunkInitAck):\n" "> return False\n" "> \n" "> # cookie echo snd\n" - "> SCTP_HEADER[SCTP].tag =\n" - "> INIT_ACK[SCTPChunkInitAck].init_tag\n" + "> SCTP_HEADER[SCTP].tag > INIT_ACK[SCTPChunkInitAck].init_tag\n" "> COOKIE_ECHO = (SCTP_HEADER /\n" "> SCTPChunkCookieEcho(cookie=INIT_ACK[SCTPChunkParamStateCookie].cookie\n" "> ))\n" "> COOKIE_ACK = sr1(COOKIE_ECHO, timeout=3, verbose=0)\n" - "> if COOKIE_ACK == None or not\n" + "> if COOKIE_ACK = None or not\n" "> COOKIE_ACK.haslayer(SCTPChunkCookieAck):\n" "> return False\n" "\n" @@ -321,11 +320,7 @@ "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-\n" "> security-module\" in\n" - "> the body of a message to majordomo at vger.kernel.org\n" - "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" - "the body of a message to majordomo at vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "> the body of a message to majordomo@vger.kernel.org\n" + > More majordomo info at http://vger.kernel.org/majordomo-info.html -4bc98a2b0e8a1e4fbd7b0a2bec1845a3449d2f58e50747b5e12810a332c6db9d +54525995b285aa5a2d27e12e4a2387d6c30f61d3214fbefb3c8a2404efbc7fe9
diff --git a/a/1.txt b/N2/1.txt index e0f1f44..15d52e1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -310,9 +310,5 @@ Does anyone on the list use these conformance tools ??? > -- > To unsubscribe from this list: send the line "unsubscribe linux- > security-module" in -> the body of a message to majordomo at vger.kernel.org +> the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html --- -To unsubscribe from this list: send the line "unsubscribe linux-security-module" in -the body of a message to majordomo at vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index c9a66c4..481bbca 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,15 @@ "ref\020171020111637.GA14713@neilslaptop.think-freely.org\0" "ref\01508501095.8370.7.camel@btinternet.com\0" "ref\0CADvbK_cLGA4PH_c4FB0eSUAMoV0XgtyA++cTFsGDkb=nvtR68g@mail.gmail.com\0" - "From\0richard_c_haines@btinternet.com (Richard Haines)\0" - "Subject\0[RFC PATCH 3/5] sctp: Add LSM hooks\0" + "From\0Richard Haines <richard_c_haines@btinternet.com>\0" + "Subject\0Re: [RFC PATCH 3/5] sctp: Add LSM hooks\0" "Date\0Tue, 24 Oct 2017 21:27:51 +0100\0" - "To\0linux-security-module@vger.kernel.org\0" + "To\0Xin Long <lucien.xin@gmail.com>\0" + "Cc\0Neil Horman <nhorman@tuxdriver.com>" + selinux@tycho.nsa.gov + network dev <netdev@vger.kernel.org> + linux-sctp@vger.kernel.org + " linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, 2017-10-20 at 21:14 +0800, Xin Long wrote:\n" @@ -321,11 +326,7 @@ "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-\n" "> security-module\" in\n" - "> the body of a message to majordomo at vger.kernel.org\n" - "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" - "the body of a message to majordomo at vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "> the body of a message to majordomo@vger.kernel.org\n" + > More majordomo info at http://vger.kernel.org/majordomo-info.html -4bc98a2b0e8a1e4fbd7b0a2bec1845a3449d2f58e50747b5e12810a332c6db9d +6a57fa938a9de4ada5586239a178912b93ba61955eda95f1f6d3809893d10d98
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.