<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/plugin/firewall/iptables, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/'/>
<entry>
<title>Updated copyright dates</title>
<updated>2012-10-08T00:18:14+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2012-10-08T00:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=859ec82577740e113ebf1f4ae2d89baafcf41075'/>
<id>859ec82577740e113ebf1f4ae2d89baafcf41075</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>efw-iptables: Use the iptables conntrack module</title>
<updated>2010-12-24T10:47:19+00:00</updated>
<author>
<name>Matthew Gyurgyik</name>
<email>pyther@pyther.net</email>
</author>
<published>2010-12-20T03:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=f22b7bb5529b816eef840a1180b677e4ea31b124'/>
<id>f22b7bb5529b816eef840a1180b677e4ea31b124</id>
<content type='text'>
Make use of the iptables conntrack module instead of the older state module
for stateful firewalling.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make use of the iptables conntrack module instead of the older state module
for stateful firewalling.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add preliminary support for using IP addresses in the firewall module</title>
<updated>2010-11-30T23:10:35+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-11-30T23:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=ec1edb86e254b8b730a9f882dea919e127723f77'/>
<id>ec1edb86e254b8b730a9f882dea919e127723f77</id>
<content type='text'>
The current implementation uses the MAC address of the client's VPN
interface.  This also restricts eurephia to use TAP mode.

This patch adds preliminary support for also accepting the clients
IP address when updating the firewall rules.  But the complete support
for TUN mode is not completed yet.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current implementation uses the MAC address of the client's VPN
interface.  This also restricts eurephia to use TAP mode.

This patch adds preliminary support for also accepting the clients
IP address when updating the firewall rules.  But the complete support
for TUN mode is not completed yet.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update efw-iptables version number and API version</title>
<updated>2010-11-30T21:51:17+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-11-30T21:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=b3f80c7922908e7d048c4e691ceadf79db62bd75'/>
<id>b3f80c7922908e7d048c4e691ceadf79db62bd75</id>
<content type='text'>
As the firewall API has changed in regards to moving a way from
a string based implementation to a struct based implementation, the
older eurephia firewall module will not work any longer.

To make sure nothing bad happens, enforce that the efw-iptables
module is at least using API version 2.  Also updated the module
version to reflect some changes as well.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the firewall API has changed in regards to moving a way from
a string based implementation to a struct based implementation, the
older eurephia firewall module will not work any longer.

To make sure nothing bad happens, enforce that the efw-iptables
module is at least using API version 2.  Also updated the module
version to reflect some changes as well.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Doxygen complaints</title>
<updated>2010-08-26T15:55:38+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-08-26T15:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=d5134aeb56a68fdcf45ff8347d308a88ca4bc5e8'/>
<id>d5134aeb56a68fdcf45ff8347d308a88ca4bc5e8</id>
<content type='text'>
Removed some #defines which was not needed and added missing comments.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed some #defines which was not needed and added missing comments.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Completed the needed changes for the new firewall plug-in API</title>
<updated>2010-08-25T17:22:10+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-08-25T17:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=787ce00e997d63a9ce1f1c16cf79b3ff1afd2588'/>
<id>787ce00e997d63a9ce1f1c16cf79b3ff1afd2588</id>
<content type='text'>
Moved over the missing pieces to use the eFWupdateRequest struct.  This is
a continuation of the work started in commit bdd956adcccd91ff553278fd73cea7

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved over the missing pieces to use the eFWupdateRequest struct.  This is
a continuation of the work started in commit bdd956adcccd91ff553278fd73cea7

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Copyright dates to include 2010</title>
<updated>2010-07-30T09:02:54+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-05-25T13:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=430758cb6c263576ddcf3bcae27ed253df973daa'/>
<id>430758cb6c263576ddcf3bcae27ed253df973daa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added debug logging of free_nullsafe() calls as well</title>
<updated>2009-09-07T19:32:10+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-07T19:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=2e1851802188515f8edeed8eb3f753cf69e348d9'/>
<id>2e1851802188515f8edeed8eb3f753cf69e348d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up and added some missing comments</title>
<updated>2009-09-04T23:10:32+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-04T23:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=62ea92c1c38ef83adbec1b56ef7968941d128553'/>
<id>62ea92c1c38ef83adbec1b56ef7968941d128553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added doxygen comments</title>
<updated>2009-09-02T16:53:29+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-02T16:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=201677bb8b384306e09a84c90b7f18fbc879d626'/>
<id>201677bb8b384306e09a84c90b7f18fbc879d626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
