<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/plugin, branch release/1.0</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>Do not link in libdl explicitly</title>
<updated>2010-12-31T17:34:33+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-31T16:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=70ce055c779432876c8489c44ea8074fdfc610c2'/>
<id>70ce055c779432876c8489c44ea8074fdfc610c2</id>
<content type='text'>
The functions related to dynamic loading of shared objects are a part
of the standard libc library on FreeBSD, while in Linux it is in libdl.
However, the linker on Linux seems to add the libdl linking automatically
when needed, so no need to explicitly link this library.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 1b333949479e504017c7dffb6d70eecb53adb34a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions related to dynamic loading of shared objects are a part
of the standard libc library on FreeBSD, while in Linux it is in libdl.
However, the linker on Linux seems to add the libdl linking automatically
when needed, so no need to explicitly link this library.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 1b333949479e504017c7dffb6d70eecb53adb34a)
</pre>
</div>
</content>
</entry>
<entry>
<title>efw-iptables: Use the iptables conntrack module</title>
<updated>2010-12-31T12:33:20+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.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=8bfce7a94c20efe4bf8b20b66d793e472e2a94cb'/>
<id>8bfce7a94c20efe4bf8b20b66d793e472e2a94cb</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;
(Backported commit f22b7bb5529b816eef840a1180b677e4ea31b124)
</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;
(Backported commit f22b7bb5529b816eef840a1180b677e4ea31b124)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memory leak in eurephiaInit()</title>
<updated>2010-12-06T08:21:51+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-05T22:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=81ce1e10bdb42f41cca80adedbdef47e5b39e8cb'/>
<id>81ce1e10bdb42f41cca80adedbdef47e5b39e8cb</id>
<content type='text'>
This memory leak got introduced with commit 525d75316848f79208101e48a54e2
which moves the daemonisation of the firewall thread.  Two environment
variables was not freed after usage.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit f4805d70cc4514b2569f8864ac138b5b21409cbc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This memory leak got introduced with commit 525d75316848f79208101e48a54e2
which moves the daemonisation of the firewall thread.  Two environment
variables was not freed after usage.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit f4805d70cc4514b2569f8864ac138b5b21409cbc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move daemonize() code to be called in the firewall child thread only</title>
<updated>2010-11-26T21:51:52+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-11-26T21:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=f2b14567afad33c33c4a45348d54f07292992564'/>
<id>f2b14567afad33c33c4a45348d54f07292992564</id>
<content type='text'>
The eurephia plug-in would daemonize the OpenVPN process by calling
daemonize() too early.  This patch renames daemoinze() to efw_daemonize()
and calls it only in the firewall child process.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 525d75316848f79208101e48a54e21396464c98b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The eurephia plug-in would daemonize the OpenVPN process by calling
daemonize() too early.  This patch renames daemoinze() to efw_daemonize()
and calls it only in the firewall child process.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 525d75316848f79208101e48a54e21396464c98b)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added extra checks for POSIX semaphore functions</title>
<updated>2010-08-27T11:57:33+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-08T09:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=90b8095d203ecb58d9b0715917d16104eb29fa61'/>
<id>90b8095d203ecb58d9b0715917d16104eb29fa61</id>
<content type='text'>
On Fedora 13 and Rawhide, the sem_wait(), sem_timedwait() and sem_post() functions
is no longer available in librt, only in libpthread.  Added extra CMake checks to
check if the functions are in libpthread if not found in librt.
(cherry picked from commit 6f8aaceabb37e350765bb1f2f895242cbf3e7521)

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Fedora 13 and Rawhide, the sem_wait(), sem_timedwait() and sem_post() functions
is no longer available in librt, only in libpthread.  Added extra CMake checks to
check if the functions are in libpthread if not found in librt.
(cherry picked from commit 6f8aaceabb37e350765bb1f2f895242cbf3e7521)

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added install rules for man pages</title>
<updated>2010-07-06T17:16:58+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-06T17:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=cf15edc1f6e21297544371d2fa997adb633d61eb'/>
<id>cf15edc1f6e21297544371d2fa997adb633d61eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated doxygen documentation for eurephia.c:245:eurephia_tlsverify()</title>
<updated>2010-07-05T22:49:05+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-05T22:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=1ac51c9eeaa54ee033848bd6219277084a269bf5'/>
<id>1ac51c9eeaa54ee033848bd6219277084a269bf5</id>
<content type='text'>
This is related to the changes done in commit c6621d108bb8beb97ca61.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is related to the changes done in commit c6621d108bb8beb97ca61.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved all man pages from section 8 to the more proper section 7.</title>
<updated>2010-07-05T20:03:58+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-05T20:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=acc61b0a937aa936ad1a38a49252dc117b7731cb'/>
<id>acc61b0a937aa936ad1a38a49252dc117b7731cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added man pages for eurephia-auth.so and edb-sqlite.so</title>
<updated>2010-07-05T13:20:52+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-05T13:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=22652476776d719dbb805dc5780d501fabe28944'/>
<id>22652476776d719dbb805dc5780d501fabe28944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Copyright dates to include 2010</title>
<updated>2010-05-25T13:17:38+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=bd739597e04dd08d6ae890adfd3945c333baba2c'/>
<id>bd739597e04dd08d6ae890adfd3945c333baba2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
