<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/common, branch release/1.1</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>common: Fixed an error in the veurephia_log() macro</title>
<updated>2011-07-25T22:07:32+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2011-07-25T22:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=13834c822bc5763d2df1683ed81add55cf919729'/>
<id>13834c822bc5763d2df1683ed81add55cf919729</id>
<content type='text'>
The argument list didn't match what the internal _veurephia_log_func()
function expected.  This error was introduced in commit ebf4e80250b525e17

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 argument list didn't match what the internal _veurephia_log_func()
function expected.  This error was introduced in commit ebf4e80250b525e17

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved generic parts of the config file parser to the common library</title>
<updated>2011-07-25T12:01:30+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2011-07-23T20:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=b87722e6ed97aaea7ded638ad585491081faaa8b'/>
<id>b87722e6ed97aaea7ded638ad585491081faaa8b</id>
<content type='text'>
Modified the eurephiadm client_config section to make use of the common
version 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>
Modified the eurephiadm client_config section to make use of the common
version as well.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Rework eurephia_log() to include also veurephia_log()</title>
<updated>2011-07-25T11:56:39+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2011-07-25T11:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=ebf4e80250b525e173397fbe5c0018d922c5d42a'/>
<id>ebf4e80250b525e173397fbe5c0018d922c5d42a</id>
<content type='text'>
veurephia_log() is to eurephia_log() what vprintf() is to printf(),
taking va_list and const char *fmt arguments directly.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
veurephia_log() is to eurephia_log() what vprintf() is to printf(),
taking va_list and const char *fmt arguments directly.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Look for endian.h in include/sys as well.</title>
<updated>2010-12-31T17:13:03+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-31T17:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=35502a5b07eff6a0893989a1ea7edb603087a7c6'/>
<id>35502a5b07eff6a0893989a1ea7edb603087a7c6</id>
<content type='text'>
On FreeBSD the endian.h file is located in sys/endian.h.

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 FreeBSD the endian.h file is located in sys/endian.h.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of more cross-platform friendly libc functions</title>
<updated>2010-12-31T17:05:03+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-31T17:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=b02e2db0712f943ad794d98a6e9c01378860960a'/>
<id>b02e2db0712f943ad794d98a6e9c01378860960a</id>
<content type='text'>
The initial implementation of the SHA512 hashing functions was tightly
connected to glibc.  This patch changes those few functions which is
glibc to more portable functions.

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 initial implementation of the SHA512 hashing functions was tightly
connected to glibc.  This patch changes those few functions which is
glibc to more portable functions.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented proper TUN support in eurephia</title>
<updated>2010-12-14T17:47:58+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-14T17:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=6440a3a4592a8c0f0f8fd50cd551b41c1e066efe'/>
<id>6440a3a4592a8c0f0f8fd50cd551b41c1e066efe</id>
<content type='text'>
Now eurephia will support both TUN and TAP configurations in
OpenVPN.

Thanks to Tavis Paquette and Matthew Gyurgyik for their willingness
to test out this patch.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now eurephia will support both TUN and TAP configurations in
OpenVPN.

Thanks to Tavis Paquette and Matthew Gyurgyik for their willingness
to test out this patch.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a new eurephiaVALUES function: eClear_key_value()</title>
<updated>2010-12-13T17:23:02+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-13T17:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=41e3fbe0fe12ac194c3ba8b60b39d26e826ad141'/>
<id>41e3fbe0fe12ac194c3ba8b60b39d26e826ad141</id>
<content type='text'>
This function clears the contents of a eurephiaVALUES key/value record.
It will not remove the record from the stack, but only free the key and
value pointers and sets them to NULL.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function clears the contents of a eurephiaVALUES key/value record.
It will not remove the record from the stack, but only free the key and
value pointers and sets them to NULL.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented detection of OpenVPN tunnel device type</title>
<updated>2010-11-30T21:35:00+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-11-30T21:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=d04d1d78c04b60a406bc5a24c004264f43af520f'/>
<id>d04d1d78c04b60a406bc5a24c004264f43af520f</id>
<content type='text'>
This will later be used to be able to support OpenVPN in tun mode
as well as the now only supported tap mode.  It will first try to
detect the tunnel type based on the 'dev_type' environment variable
if available.  If not, it will try to figure it out based on the
device name.  If this fails, it is possible to force the eurephia
to a specific device type by setting the openvpn_devtype config
variable.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will later be used to be able to support OpenVPN in tun mode
as well as the now only supported tap mode.  It will first try to
detect the tunnel type based on the 'dev_type' environment variable
if available.  If not, it will try to figure it out based on the
device name.  If this fails, it is possible to force the eurephia
to a specific device type by setting the openvpn_devtype config
variable.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Discovered a failing loop check</title>
<updated>2010-09-27T09:48:32+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-09-27T09:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=bc47574b247e072387bc35740c3c493a06bd351d'/>
<id>bc47574b247e072387bc35740c3c493a06bd351d</id>
<content type='text'>
This could cause eurephia to use a faulty hashing rounds value.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This could cause eurephia to use a faulty hashing rounds value.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
