<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/database/sqlite/administration, 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>sqlite/admin: Report all timestamp fields with localtime instead of UTC/GMT</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-07T14:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=3af4f9b2bacfc8383001bba95c4f3836a6cecca6'/>
<id>3af4f9b2bacfc8383001bba95c4f3836a6cecca6</id>
<content type='text'>
Made all SELECT queries which is used for reports to use the new 'locdt' SQL
function on timestamp fields.  This converts the UTC/GMT timestamps stored in
the database to the correct timezone of the running admin client.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made all SELECT queries which is used for reports to use the new 'locdt' SQL
function on timestamp fields.  This converts the UTC/GMT timestamps stored in
the database to the correct timezone of the running admin client.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified the whole edb-sqlite driver to use a better error handling</title>
<updated>2011-12-19T10:05:38+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2011-01-09T22:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=8d2f8d68e6ae9726fdd2d941e55a7377e3cdf927'/>
<id>8d2f8d68e6ae9726fdd2d941e55a7377e3cdf927</id>
<content type='text'>
This will change the driver to use the new error routines made available
in the SQLite3 framework.  Some of the code is also restructured a little
bit to simplify the code with these changes.

The functionality should be the same as for, but better error messages
are now sent back to the caller on the functions supporting XML.

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 change the driver to use the new error routines made available
in the SQLite3 framework.  Some of the code is also restructured a little
bit to simplify the code with these changes.

The functionality should be the same as for, but better error messages
are now sent back to the caller on the functions supporting XML.

Signed-off-by: David Sommerseth &lt;dazo@users.sourceforge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed several memleaks in the eurephiadm related code paths</title>
<updated>2011-01-10T00:19:22+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=44bcb3e74a85b4a53a0dc626db13c3d03d925538'/>
<id>44bcb3e74a85b4a53a0dc626db13c3d03d925538</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>eurephiadm users: Revoke all admin access privileges when deleting a user account</title>
<updated>2010-12-14T17:57:07+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=e4ea19989e97fbecd1b22997cadb8fc5f54ade4a'/>
<id>e4ea19989e97fbecd1b22997cadb8fc5f54ade4a</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;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Quick fix for typo 'Unkown'</title>
<updated>2010-11-30T23:23:10+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=b23272cf33ac858384e4f970dd214bd3ee79d81b'/>
<id>b23272cf33ac858384e4f970dd214bd3ee79d81b</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>Quick fix for typo 'Quering'</title>
<updated>2010-11-30T23:18:53+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=35d84a44f2bec3754fca0604d8bb6a3a598b8441'/>
<id>35d84a44f2bec3754fca0604d8bb6a3a598b8441</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>SQLite3 eurephiadm fix: sorting lastlog based on session status didn't work</title>
<updated>2010-11-12T16:29:01+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=5581ba10af35b94e750596312a9782255084aaeb'/>
<id>5581ba10af35b94e750596312a9782255084aaeb</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;
</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;
</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>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>
</feed>
