<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/database/sqlite/administration, 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>Fixed several memleaks in the eurephiadm related code paths</title>
<updated>2011-01-10T00:20:00+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2011-01-10T00:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=b0eec912a2d716dd1c9211b2867200d118d2c7d8'/>
<id>b0eec912a2d716dd1c9211b2867200d118d2c7d8</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 44bcb3e74a85b4a53a0dc626db13c3d03d925538)
</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 44bcb3e74a85b4a53a0dc626db13c3d03d925538)
</pre>
</div>
</content>
</entry>
<entry>
<title>eurephiadm users: Revoke all admin access privileges when deleting a user account</title>
<updated>2010-12-31T12:21:36+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-12-14T17:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=828dc50bad7a2f8ba393e2755959b64e7965234e'/>
<id>828dc50bad7a2f8ba393e2755959b64e7965234e</id>
<content type='text'>
Matthew Gyurgyik noticed that when deleting a user account, the users granted
access levels was still present.  This resulted in a rather odd looking list when
showing granted access levels.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit e4ea19989e97fbecd1b22997cadb8fc5f54ade4a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Matthew Gyurgyik noticed that when deleting a user account, the users granted
access levels was still present.  This resulted in a rather odd looking list when
showing granted access levels.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit e4ea19989e97fbecd1b22997cadb8fc5f54ade4a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Quick fix for typo 'Unkown'</title>
<updated>2010-11-30T23:23:31+00:00</updated>
<author>
<name>Dario Minnucci</name>
<email>midget@debian.org</email>
</author>
<published>2010-11-30T23:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=30f21cbf036830b5d1c66f923d67f75c7de65aee'/>
<id>30f21cbf036830b5d1c66f923d67f75c7de65aee</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit b23272cf33ac858384e4f970dd214bd3ee79d81b)
</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 b23272cf33ac858384e4f970dd214bd3ee79d81b)
</pre>
</div>
</content>
</entry>
<entry>
<title>Quick fix for typo 'Quering'</title>
<updated>2010-11-30T23:22:25+00:00</updated>
<author>
<name>Dario Minnucci</name>
<email>midget@debian.org</email>
</author>
<published>2010-11-30T23:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=c79047acda3e29943fe08f6434efdfe28fdc5d73'/>
<id>c79047acda3e29943fe08f6434efdfe28fdc5d73</id>
<content type='text'>
Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 35d84a44f2bec3754fca0604d8bb6a3a598b8441)
</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 35d84a44f2bec3754fca0604d8bb6a3a598b8441)
</pre>
</div>
</content>
</entry>
<entry>
<title>SQLite3 eurephiadm fix: sorting lastlog based on session status didn't work</title>
<updated>2010-11-26T21:51:45+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2010-11-12T16:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=d7312329e4c133f79bdeea7b36dacd04f5d5dd93'/>
<id>d7312329e4c133f79bdeea7b36dacd04f5d5dd93</id>
<content type='text'>
The eDBadminGetLastlog(...) function didn't parse the sortkeys string to match
the database layout.

In addition the field mapping for the openvpn_lastlog.sessionstatus field was wrong.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 5581ba10af35b94e750596312a9782255084aaeb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The eDBadminGetLastlog(...) function didn't parse the sortkeys string to match
the database layout.

In addition the field mapping for the openvpn_lastlog.sessionstatus field was wrong.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
(cherry picked from commit 5581ba10af35b94e750596312a9782255084aaeb)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Doxygen complaints</title>
<updated>2010-08-27T12:00:02+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=f819c81d2675ba613a04fbde6daf70ac6f71d16d'/>
<id>f819c81d2675ba613a04fbde6daf70ac6f71d16d</id>
<content type='text'>
Removed some #defines which was not needed

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

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-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>
<entry>
<title>Certificate digests are always lower case.</title>
<updated>2009-11-12T17:27:11+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-11-12T17:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=de7a3d88c78cdf400fcee78f71946da8b12ec74f'/>
<id>de7a3d88c78cdf400fcee78f71946da8b12ec74f</id>
<content type='text'>
This makes sure that all interactions with the database will convert
the digest strings to lower case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure that all interactions with the database will convert
the digest strings to lower case.
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: Did not retrieve all certificate information correctly</title>
<updated>2009-11-03T10:01:08+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-11-03T10:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=e0d7e5a73c666a07475001921e4b6fd7f742dbe6'/>
<id>e0d7e5a73c666a07475001921e4b6fd7f742dbe6</id>
<content type='text'>
On user accounts with several certificates associated, it did only
list up one certificate several times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On user accounts with several certificates associated, it did only
list up one certificate several times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected some new Doxygen issues</title>
<updated>2009-09-28T20:40:32+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-28T20:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=9a024f7f1addcb6bfccc49e74250009d7dfa31ae'/>
<id>9a024f7f1addcb6bfccc49e74250009d7dfa31ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
