<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squark, branch v0.4</title>
<subtitle>Squid User Authentication and Rating Kit
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/'/>
<entry>
<title>lua, filter: fix 64-bit issues</title>
<updated>2011-10-06T22:16:31+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-10-06T22:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=16ee995cfeff2af51b5f00b15fe1500cc4deeb99'/>
<id>16ee995cfeff2af51b5f00b15fe1500cc4deeb99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: fix previous commit</title>
<updated>2011-09-28T07:25:30+00:00</updated>
<author>
<name>Luke Stuart</name>
<email>lukestu@gmail.com</email>
</author>
<published>2011-09-28T07:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=149184c48a92b7da35691b4c977b810cdcf528dd'/>
<id>149184c48a92b7da35691b4c977b810cdcf528dd</id>
<content type='text'>
it was hard-blocking everything incorrectly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it was hard-blocking everything incorrectly.
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: use different block page if category is forbidden</title>
<updated>2011-09-15T13:24:38+00:00</updated>
<author>
<name>Duane Hughes</name>
<email>duanejevon@gmail.com</email>
</author>
<published>2011-09-15T13:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=5f1c80f54bd4a89648be19a5629d12ada7448bf4'/>
<id>5f1c80f54bd4a89648be19a5629d12ada7448bf4</id>
<content type='text'>
fixes #719
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #719
</pre>
</div>
</content>
</entry>
<entry>
<title>auth-snmp: fix q-bridge-mib vlan queries</title>
<updated>2011-09-05T13:41:02+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-05T13:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=22f30b6860b9577b8d3709013e1af9fb621a1895'/>
<id>22f30b6860b9577b8d3709013e1af9fb621a1895</id>
<content type='text'>
The queries use Q-BRIDGE-MIB's qVlanId which is switch specific
mapping. Exception seems to be 1810G's which use the real VLAN
index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The queries use Q-BRIDGE-MIB's qVlanId which is switch specific
mapping. Exception seems to be 1810G's which use the real VLAN
index.
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: option to allow automatic anonymous login</title>
<updated>2011-09-01T12:14:27+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-01T12:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=eafaf02a07ea8436d195805bba57a25dc6b9e26b'/>
<id>eafaf02a07ea8436d195805bba57a25dc6b9e26b</id>
<content type='text'>
so no captive portal, snmp or squid authentication is required.

fixes #737.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so no captive portal, snmp or squid authentication is required.

fixes #737.
</pre>
</div>
</content>
</entry>
<entry>
<title>auth-snmp: implement Q-BRIDGE-MIB FIB queries</title>
<updated>2011-07-19T10:02:51+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-07-19T10:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=604378a88fc348718b01e5ce8a3a77cf976a7065'/>
<id>604378a88fc348718b01e5ce8a3a77cf976a7065</id>
<content type='text'>
Certain switches seem to export FIB of tagged VLANs only in the
Q-BRIDGE-MIB only. Detect if switch support Q-BRIDGE-MIB during
information discovery, and prefer it over the older BRIDGE-MIB.
Q-BRIDGE-MIB should be used anyway, since it's the only reliable
way to trace MAC properly when it appears in multiple VLANs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain switches seem to export FIB of tagged VLANs only in the
Q-BRIDGE-MIB only. Detect if switch support Q-BRIDGE-MIB during
information discovery, and prefer it over the older BRIDGE-MIB.
Q-BRIDGE-MIB should be used anyway, since it's the only reliable
way to trace MAC properly when it appears in multiple VLANs.
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: honor squid authentication</title>
<updated>2011-06-14T13:25:24+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-06-14T13:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=8cfce755734a35f725603aa414b6e9d8e6f0f89c'/>
<id>8cfce755734a35f725603aa414b6e9d8e6f0f89c</id>
<content type='text'>
Instead of having separate modes (which would likely need to be
configurable on per-subnet or per-user, anyway), honour just the
squid reported username.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of having separate modes (which would likely need to be
configurable on per-subnet or per-user, anyway), honour just the
squid reported username.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "filter: support filter-only and track-only modes"</title>
<updated>2011-06-14T13:15:08+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-06-14T13:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=7877caa44efaf1d483e6e3d76c1c6b3b5937e64d'/>
<id>7877caa44efaf1d483e6e3d76c1c6b3b5937e64d</id>
<content type='text'>
This reverts commit a1277ab45a9d2bab9ca28baf05f978bf8066d928.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a1277ab45a9d2bab9ca28baf05f978bf8066d928.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "filter: rename modes to something that makes more sense"</title>
<updated>2011-06-14T13:14:52+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-06-14T13:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=90b8f5899a5881106bdd0873b6741bc747190218'/>
<id>90b8f5899a5881106bdd0873b6741bc747190218</id>
<content type='text'>
This reverts commit a4180db79a80882f81bc8c880ec1e2db5ee9bf6d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a4180db79a80882f81bc8c880ec1e2db5ee9bf6d.
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: rename modes to something that makes more sense</title>
<updated>2011-06-14T12:56:38+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-06-14T12:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/squark/commit/?id=a4180db79a80882f81bc8c880ec1e2db5ee9bf6d'/>
<id>a4180db79a80882f81bc8c880ec1e2db5ee9bf6d</id>
<content type='text'>
Also, make sure the categorize mode is not touching authdb
datastructures as they are invalid in that mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, make sure the categorize mode is not touching authdb
datastructures as they are invalid in that mode.
</pre>
</div>
</content>
</entry>
</feed>
