<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eurephia.git/eurephiadm, branch beta</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>BUGFIX: eurephiadm session key was truncated</title>
<updated>2009-11-12T22:22:39+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-11-12T22:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=7599aeb4f3eb631fbe66817e992290dcf9122189'/>
<id>7599aeb4f3eb631fbe66817e992290dcf9122189</id>
<content type='text'>
The session key was only 65 bytes, instead of 128 bytes due to
wrong pointer calculation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The session key was only 65 bytes, instead of 128 bytes due to
wrong pointer calculation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed not needed variable</title>
<updated>2009-11-03T10:13:29+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-11-03T10:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=a8c9ff0fe894d298f76cb15f3c88eebc6c590844'/>
<id>a8c9ff0fe894d298f76cb15f3c88eebc6c590844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of eurephiaXML_ParseResultMsg() in usercerts command</title>
<updated>2009-10-19T13:56:49+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-10-19T13:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=89af818dd8de703222fe2273c31fcb6b041dc6ee'/>
<id>89af818dd8de703222fe2273c31fcb6b041dc6ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a few misbehaviours in eurephiadm users command</title>
<updated>2009-10-02T21:46:00+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-10-02T21:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=5a4b0d9ec4202e9a1f035b6d8df63535431f2cbb'/>
<id>5a4b0d9ec4202e9a1f035b6d8df63535431f2cbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'syslog'</title>
<updated>2009-09-28T20:47:42+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-28T20:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=f4980c7d59fa1e01ca4a5b5f65c9514ca18d3a88'/>
<id>f4980c7d59fa1e01ca4a5b5f65c9514ca18d3a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reworked and unified admin authentication and registration functions to eDBadminAuthenticate()</title>
<updated>2009-09-28T20:37:10+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-28T20:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=c91da2939d058ff5645f4275f42ece40ed550b8f'/>
<id>c91da2939d058ff5645f4275f42ece40ed550b8f</id>
<content type='text'>
eDBadminAuth(), eDBadminValidateSession(), eDBadminRegisterLogin() and
eDBadminLogout() are now unfied into one admin function, eDBadminAuthenticate().
This function receives all input as eurephia XML documents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
eDBadminAuth(), eDBadminValidateSession(), eDBadminRegisterLogin() and
eDBadminLogout() are now unfied into one admin function, eDBadminAuthenticate().
This function receives all input as eurephia XML documents.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote eurephiadm users --delete mode to work with the new eDBadminUserAccount() API</title>
<updated>2009-09-26T23:06:39+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-26T23:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=bfe54f813954375e644c73d39c996072bd42d589'/>
<id>bfe54f813954375e644c73d39c996072bd42d589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made eurephiadm users --show, --activate, --deactivate and --password modes working again</title>
<updated>2009-09-25T22:36:58+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-25T22:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=6ba5a6334ddace1aeec9093f365c28d02d227751'/>
<id>6ba5a6334ddace1aeec9093f365c28d02d227751</id>
<content type='text'>
Rewritten to use the new eDBadminUserAccount() API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewritten to use the new eDBadminUserAccount() API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote eurephiadm usres --add to work with the new eDBadminUserAccount() API</title>
<updated>2009-09-25T21:29:23+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-25T21:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=926a89915cc942fb6ade8b06c7ceac1a2ed202d6'/>
<id>926a89915cc942fb6ade8b06c7ceac1a2ed202d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made eurephiadm users --list work with the new eDBadminUserAccess() API</title>
<updated>2009-09-25T11:52:48+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>dazo@users.sourceforge.net</email>
</author>
<published>2009-09-25T11:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/eurephia.git/commit/?id=73750bb6a385c6c1e87dc71b18caa32b31fb0029'/>
<id>73750bb6a385c6c1e87dc71b18caa32b31fb0029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
