Skip to content

Commit c09fdcd

Browse files
committed
2026-03-03
1 parent 42f5f18 commit c09fdcd

9 files changed

Lines changed: 150 additions & 20 deletions

File tree

squid-users/2026-March.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,26 @@ HTH
4040
Amos
4141

4242

43+
From ankor2023 at gmail.com Tue Mar 3 12:06:01 2026
44+
From: ankor2023 at gmail.com (Andrey K)
45+
Date: Tue, 3 Mar 2026 15:06:01 +0300
46+
Subject: [squid-users] Using AD groups from negotiate_kerberos_auth in
47+
ssl-bumped connections.
48+
Message-ID: <CADJd0Y0U=9XsygAn0kjkt5OLnAozabqtAfd_nVr-RxXUqVee7g@mail.gmail.com>
49+
50+
Hello,
51+
52+
I use negotiate_kerberos_auth helper and it sets the AD groups list in a
53+
group annotation attribute.
54+
It works well, but this attribute is not available in the subsequent
55+
requests in an ssl-bumped connection (it is available only in the first
56+
CONNECT request).
57+
Is it possible to make this attribute persistent in the current SSL
58+
connection? I would like to use groups from this attribute to authorize
59+
users using only "note"-type ACLs, no external helpers involved.
60+
Kind regards,
61+
Ankor.
62+
-------------- next part --------------
63+
An HTML attachment was scrubbed...
64+
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20260303/783ffa48/attachment.htm>
65+

squid-users/2026-March/027823.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</style>
1414
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
1515

16-
16+
<LINK REL="Next" HREF="027824.html">
1717
</HEAD>
1818
<BODY BGCOLOR="#ffffff">
1919
<H1>[squid-users] passing request body in GET requests</H1>
@@ -24,7 +24,8 @@ <H1>[squid-users] passing request body in GET requests</H1>
2424
<I>Sun Mar 1 02:24:20 UTC 2026</I>
2525
<P><UL>
2626

27-
27+
<LI>Next message (by thread): <A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
28+
</A></li>
2829
<LI> <B>Messages sorted by:</B>
2930
<a href="date.html#27823">[ date ]</a>
3031
<a href="thread.html#27823">[ thread ]</a>
@@ -69,12 +70,14 @@ <H1>[squid-users] passing request body in GET requests</H1>
6970

7071
</PRE>
7172

73+
7274
<!--endarticle-->
7375
<HR>
7476
<P><UL>
7577
<!--threads-->
7678

77-
79+
<LI>Next message (by thread): <A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
80+
</A></li>
7881
<LI> <B>Messages sorted by:</B>
7982
<a href="date.html#27823">[ date ]</a>
8083
<a href="thread.html#27823">[ thread ]</a>

squid-users/2026-March/027824.html

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<HTML>
3+
<HEAD>
4+
<TITLE> [squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
5+
</TITLE>
6+
<LINK REL="Index" HREF="index.html" >
7+
<LINK REL="made" HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Using%20AD%20groups%20from%20negotiate_kerberos_auth%20in%0A%20ssl-bumped%20connections.&In-Reply-To=%3CCADJd0Y0U%3D9XsygAn0kjkt5OLnAozabqtAfd_nVr-RxXUqVee7g%40mail.gmail.com%3E">
8+
<META NAME="robots" CONTENT="index,nofollow">
9+
<style type="text/css">
10+
pre {
11+
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
12+
}
13+
</style>
14+
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
15+
<LINK REL="Previous" HREF="027823.html">
16+
17+
</HEAD>
18+
<BODY BGCOLOR="#ffffff">
19+
<H1>[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.</H1>
20+
<B>Andrey K</B>
21+
<A HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Using%20AD%20groups%20from%20negotiate_kerberos_auth%20in%0A%20ssl-bumped%20connections.&In-Reply-To=%3CCADJd0Y0U%3D9XsygAn0kjkt5OLnAozabqtAfd_nVr-RxXUqVee7g%40mail.gmail.com%3E"
22+
TITLE="[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.">ankor2023 at gmail.com
23+
</A><BR>
24+
<I>Tue Mar 3 12:06:01 UTC 2026</I>
25+
<P><UL>
26+
<LI>Previous message (by thread): <A HREF="027823.html">[squid-users] passing request body in GET requests
27+
</A></li>
28+
29+
<LI> <B>Messages sorted by:</B>
30+
<a href="date.html#27824">[ date ]</a>
31+
<a href="thread.html#27824">[ thread ]</a>
32+
<a href="subject.html#27824">[ subject ]</a>
33+
<a href="author.html#27824">[ author ]</a>
34+
</LI>
35+
</UL>
36+
<HR>
37+
<!--beginarticle-->
38+
<PRE>Hello,
39+
40+
I use negotiate_kerberos_auth helper and it sets the AD groups list in a
41+
group annotation attribute.
42+
It works well, but this attribute is not available in the subsequent
43+
requests in an ssl-bumped connection (it is available only in the first
44+
CONNECT request).
45+
Is it possible to make this attribute persistent in the current SSL
46+
connection? I would like to use groups from this attribute to authorize
47+
users using only &quot;note&quot;-type ACLs, no external helpers involved.
48+
Kind regards,
49+
Ankor.
50+
-------------- next part --------------
51+
An HTML attachment was scrubbed...
52+
URL: &lt;<A HREF="http://lists.squid-cache.org/pipermail/squid-users/attachments/20260303/783ffa48/attachment.htm">http://lists.squid-cache.org/pipermail/squid-users/attachments/20260303/783ffa48/attachment.htm</A>&gt;
53+
</PRE>
54+
55+
<!--endarticle-->
56+
<HR>
57+
<P><UL>
58+
<!--threads-->
59+
<LI>Previous message (by thread): <A HREF="027823.html">[squid-users] passing request body in GET requests
60+
</A></li>
61+
62+
<LI> <B>Messages sorted by:</B>
63+
<a href="date.html#27824">[ date ]</a>
64+
<a href="thread.html#27824">[ thread ]</a>
65+
<a href="subject.html#27824">[ subject ]</a>
66+
<a href="author.html#27824">[ author ]</a>
67+
</LI>
68+
</UL>
69+
70+
<hr>
71+
<a href="https://lists.squid-cache.org/listinfo/squid-users">More information about the squid-users
72+
mailing list</a><br>
73+
</body></html>

squid-users/2026-March/author.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,25 @@ <h1>March 2026 Archives by author</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
23-
<b>Messages:</b> 1<p>
22+
<b>Ending:</b> <i>Tue Mar 3 12:06:01 UTC 2026</i><br>
23+
<b>Messages:</b> 2<p>
2424
<ul>
2525

2626
<LI><A HREF="027823.html">[squid-users] passing request body in GET requests
2727
</A><A NAME="27823">&nbsp;</A>
2828
<I>Amos Jeffries
29+
</I>
30+
31+
<LI><A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
32+
</A><A NAME="27824">&nbsp;</A>
33+
<I>Andrey K
2934
</I>
3035

3136
</ul>
3237
<p>
3338
<a name="end"><b>Last message date:</b></a>
34-
<i>Sun Mar 1 02:24:20 UTC 2026</i><br>
35-
<b>Archived on:</b> <i>Sun Mar 1 02:24:32 UTC 2026</i>
39+
<i>Tue Mar 3 12:06:01 UTC 2026</i><br>
40+
<b>Archived on:</b> <i>Tue Mar 3 12:06:15 UTC 2026</i>
3641
<p>
3742
<ul>
3843
<li> <b>Messages sorted by:</b>

squid-users/2026-March/date.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,25 @@ <h1>March 2026 Archives by date</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
23-
<b>Messages:</b> 1<p>
22+
<b>Ending:</b> <i>Tue Mar 3 12:06:01 UTC 2026</i><br>
23+
<b>Messages:</b> 2<p>
2424
<ul>
2525

2626
<LI><A HREF="027823.html">[squid-users] passing request body in GET requests
2727
</A><A NAME="27823">&nbsp;</A>
2828
<I>Amos Jeffries
29+
</I>
30+
31+
<LI><A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
32+
</A><A NAME="27824">&nbsp;</A>
33+
<I>Andrey K
2934
</I>
3035

3136
</ul>
3237
<p>
3338
<a name="end"><b>Last message date:</b></a>
34-
<i>Sun Mar 1 02:24:20 UTC 2026</i><br>
35-
<b>Archived on:</b> <i>Sun Mar 1 02:24:32 UTC 2026</i>
39+
<i>Tue Mar 3 12:06:01 UTC 2026</i><br>
40+
<b>Archived on:</b> <i>Tue Mar 3 12:06:15 UTC 2026</i>
3641
<p>
3742
<ul>
3843
<li> <b>Messages sorted by:</b>

squid-users/2026-March/subject.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,25 @@ <h1>March 2026 Archives by subject</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
23-
<b>Messages:</b> 1<p>
22+
<b>Ending:</b> <i>Tue Mar 3 12:06:01 UTC 2026</i><br>
23+
<b>Messages:</b> 2<p>
2424
<ul>
2525

2626
<LI><A HREF="027823.html">[squid-users] passing request body in GET requests
2727
</A><A NAME="27823">&nbsp;</A>
2828
<I>Amos Jeffries
29+
</I>
30+
31+
<LI><A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
32+
</A><A NAME="27824">&nbsp;</A>
33+
<I>Andrey K
2934
</I>
3035

3136
</ul>
3237
<p>
3338
<a name="end"><b>Last message date:</b></a>
34-
<i>Sun Mar 1 02:24:20 UTC 2026</i><br>
35-
<b>Archived on:</b> <i>Sun Mar 1 02:24:32 UTC 2026</i>
39+
<i>Tue Mar 3 12:06:01 UTC 2026</i><br>
40+
<b>Archived on:</b> <i>Tue Mar 3 12:06:15 UTC 2026</i>
3641
<p>
3742
<ul>
3843
<li> <b>Messages sorted by:</b>

squid-users/2026-March/thread.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,27 @@ <h1>March 2026 Archives by thread</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
23-
<b>Messages:</b> 1<p>
22+
<b>Ending:</b> <i>Tue Mar 3 12:06:01 UTC 2026</i><br>
23+
<b>Messages:</b> 2<p>
2424
<ul>
2525

2626
<!--0 01772331860.27823- -->
2727
<LI><A HREF="027823.html">[squid-users] passing request body in GET requests
2828
</A><A NAME="27823">&nbsp;</A>
2929
<I>Amos Jeffries
30+
</I>
31+
32+
<!--0 01772539561.27824- -->
33+
<LI><A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
34+
</A><A NAME="27824">&nbsp;</A>
35+
<I>Andrey K
3036
</I>
3137

3238
</ul>
3339
<p>
3440
<a name="end"><b>Last message date:</b></a>
35-
<i>Sun Mar 1 02:24:20 UTC 2026</i><br>
36-
<b>Archived on:</b> <i>Sun Mar 1 02:24:32 UTC 2026</i>
41+
<i>Tue Mar 3 12:06:01 UTC 2026</i><br>
42+
<b>Archived on:</b> <i>Tue Mar 3 12:06:15 UTC 2026</i>
3743
<p>
3844
<ul>
3945
<li> <b>Messages sorted by:</b>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<tt>
2+
&lt;div&nbsp;dir=&quot;ltr&quot;&gt;Hello, &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I&nbsp;use negotiate_kerberos_auth&nbsp;helper&nbsp;and&nbsp;it&nbsp;sets&nbsp;the&nbsp;AD&nbsp;groups&nbsp;list&nbsp;in&nbsp;a&nbsp;group&nbsp;annotation&nbsp;attribute.&lt;/div&gt;&lt;div&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;It&nbsp;works&nbsp;well,&nbsp;but&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;this&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;attribute&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;is&nbsp;not&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;available&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;in&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;the&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;subsequent&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;requests&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;in&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;an&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;ssl&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;-&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;bumped&lt;/span&gt;&lt;span&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;connection&nbsp;(it&nbsp;is&nbsp;available&nbsp;only&nbsp;in&nbsp;the&nbsp;first&nbsp;CONNECT&nbsp;request)&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;Is&nbsp;it&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;possible&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;to&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;make&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;this&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;attribute&lt;/span&gt;&nbsp;persistent&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;in&lt;/span&gt;&nbsp;the&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;current&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;SSL&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;connection&lt;/span&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;?&lt;/span&gt;<br>
3+
<br>
4+
&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;I&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;would&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;like&lt;/span&gt;&nbsp;to&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;use&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;groups&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;from&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;this&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;attribute&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;to&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;authorize&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;users&lt;/span&gt;&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;using&lt;/span&gt;&nbsp;only&nbsp;&quot;note&quot;-type&nbsp;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&gt;ACLs&lt;/span&gt;,&nbsp;no&nbsp;external&nbsp;helpers&nbsp;involved.<br>
5+
&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;Kind&nbsp;regards,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&nbsp;class=&quot;gmail-YPkS7KbdpWfGdYKd3QB9&quot;&nbsp;style=&quot;white-space-collapse:&nbsp;preserve;&quot;&gt;&nbsp;&nbsp;&nbsp;&nbsp;Ankor.<br>
6+
<br>
7+
<br>
8+
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;<br>
9+
10+
</tt>

squid-users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>The squid-users Archives </h1>
2525
<A href="2026-March/author.html">[ Author ]</a>
2626
<A href="2026-March/date.html">[ Date ]</a>
2727
</td>
28-
<td><A href="2026-March.txt">[ Text 1 KB ]</a></td>
28+
<td><A href="2026-March.txt.gz">[ Gzip'd Text 847 bytes ]</a></td>
2929
</tr>
3030

3131

0 commit comments

Comments
 (0)