<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/utils, 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>eurephia_init/benchmark: We don't need the result from the password hashing</title>
<updated>2013-06-28T11:13:46+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2013-06-28T11:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=0b6ecfd0c143d7d02d1fca5cd5774170dd321872'/>
<id>0b6ecfd0c143d7d02d1fca5cd5774170dd321872</id>
<content type='text'>
This hash is only used to measure the hashing speed.  We don't need to save
this hash at this point.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 2ed21f9c05ed25d814034ad3ebb4cb6009543481)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This hash is only used to measure the hashing speed.  We don't need to save
this hash at this point.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 2ed21f9c05ed25d814034ad3ebb4cb6009543481)
</pre>
</div>
</content>
</entry>
<entry>
<title>eurephia_init: Return with the proper exit code</title>
<updated>2013-06-28T11:13:37+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2013-06-28T11:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=c12b7eff21237e8bb0a2daf8507d5ccbfe6d7d9b'/>
<id>c12b7eff21237e8bb0a2daf8507d5ccbfe6d7d9b</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 9aacd42cf3a4e0877c1d6f770d10a61276ef8a99)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 9aacd42cf3a4e0877c1d6f770d10a61276ef8a99)
</pre>
</div>
</content>
</entry>
<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>Do not link in libdl explicitly</title>
<updated>2010-12-31T16:59:54+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=1b333949479e504017c7dffb6d70eecb53adb34a'/>
<id>1b333949479e504017c7dffb6d70eecb53adb34a</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;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>eurephia_init will now suggest a ~/.eurephia/eurephiadm.cfg file</title>
<updated>2010-09-06T09:15:29+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-09-06T09:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=3685461592b9adc3f0cc569a391e9e27dd28f21f'/>
<id>3685461592b9adc3f0cc569a391e9e27dd28f21f</id>
<content type='text'>
A suggestion for this file will be generated based on the command line
arguments.  It will also honour the EUREPHIA_DIR environment variable 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>
A suggestion for this file will be generated based on the command line
arguments.  It will also honour the EUREPHIA_DIR environment variable as
well.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected a typo in eurephia_init</title>
<updated>2010-08-25T17:49:07+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-08-25T17:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=43607466b843d77dee8be906c92793f09920fc31'/>
<id>43607466b843d77dee8be906c92793f09920fc31</id>
<content type='text'>
This was discovered during a documentation review done by Nate Lieby.

sf.net ticket:
https://sourceforge.net/tracker/?func=detail&amp;aid=3052422&amp;group_id=236344&amp;atid=1099760

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 was discovered during a documentation review done by Nate Lieby.

sf.net ticket:
https://sourceforge.net/tracker/?func=detail&amp;aid=3052422&amp;group_id=236344&amp;atid=1099760

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a buffer overflow issue in eurephia_init</title>
<updated>2010-07-30T09:02:56+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-08T12:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=b425581c90d83096082a2fdb9289343b60d9f1af'/>
<id>b425581c90d83096082a2fdb9289343b60d9f1af</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 related places about saltdecode.c being renamed to eurephia_saltdecode.c</title>
<updated>2010-07-30T09:02:55+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-07-05T22:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=97bc74e72d9c47d684f1fcc39dd846ecfac92020'/>
<id>97bc74e72d9c47d684f1fcc39dd846ecfac92020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved all man pages from section 8 to the more proper section 7.</title>
<updated>2010-07-30T09:02:55+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=5c9e5a95700d9527f27f86b400c5780417259021'/>
<id>5c9e5a95700d9527f27f86b400c5780417259021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed utils/saltdecode to utils/eurephia_saltdecode</title>
<updated>2010-07-30T09:02:54+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-06-30T16:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=96c0b19242133b250e00c51c9b5cadc06061bb2c'/>
<id>96c0b19242133b250e00c51c9b5cadc06061bb2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
