<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/common/src, branch alee-76</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>Provide option to install, rather than replicate schema in a clone</title>
<updated>2012-10-22T14:37:47+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-19T05:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=48d2e92bc81d20b27ce4f6e2533d2d4cf70055bf'/>
<id>48d2e92bc81d20b27ce4f6e2533d2d4cf70055bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder VLV indexing for clones to avoid errors</title>
<updated>2012-10-22T14:36:50+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-18T05:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a191e9632cebe547b3e23c1d7dca688b294dd880'/>
<id>a191e9632cebe547b3e23c1d7dca688b294dd880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PKIPrincipal.</title>
<updated>2012-10-18T21:46:22+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-09T10:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=98ad9c109ec41d0977d4249ac5e41dcf4c484a22'/>
<id>98ad9c109ec41d0977d4249ac5e41dcf4c484a22</id>
<content type='text'>
Previously in PKIRealm the authentication token was stored in a thread
local variable. This does not work for multiple operations executed
using the same session because each operation may be handled by
different threads. A new PKIPrincipal has been added to store the
authentication token so that the threads can get the correct token
for the session.

Ticket #357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously in PKIRealm the authentication token was stored in a thread
local variable. This does not work for multiple operations executed
using the same session because each operation may be handled by
different threads. A new PKIPrincipal has been added to store the
authentication token so that the threads can get the correct token
for the session.

Ticket #357
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PKIConnection.</title>
<updated>2012-10-18T21:46:09+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-08T20:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4300459bff057ba50093f735ee9289868e258215'/>
<id>4300459bff057ba50093f735ee9289868e258215</id>
<content type='text'>
The code in PKIClient has been refactored into PKIConnection
such that a single connection object can be used by several
REST clients. The PKIClient will remain the base class for
all REST clients.

Ticket #357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code in PKIClient has been refactored into PKIConnection
such that a single connection object can be used by several
REST clients. The PKIClient will remain the base class for
all REST clients.

Ticket #357
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored GetCookie servlet.</title>
<updated>2012-10-18T15:07:03+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-15T21:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8973480558c6b87c4aa6e1fdcd48b6d98c05a042'/>
<id>8973480558c6b87c4aa6e1fdcd48b6d98c05a042</id>
<content type='text'>
The GetCookie servlet has been refactored to use the new
SecurityDomainProcessor.

Ticket #309
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GetCookie servlet has been refactored to use the new
SecurityDomainProcessor.

Ticket #309
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled authentication for security domain REST interface.</title>
<updated>2012-10-18T15:06:54+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-06T21:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=168d95446c3a7ae8643128a51fa86dd326e3a6a8'/>
<id>168d95446c3a7ae8643128a51fa86dd326e3a6a8</id>
<content type='text'>
The REST interface for security domain has been refactored and
configured such that it requires authentication. A CLI has been
added to get an installation token.

Ticket #309
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST interface for security domain has been refactored and
configured such that it requires authentication. A CLI has been
added to get an installation token.

Ticket #309
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted to old interface and httpclient to get installation token.</title>
<updated>2012-10-12T20:18:10+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-12T04:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d6634a7505df8358322b04b8892139195031e5eb'/>
<id>d6634a7505df8358322b04b8892139195031e5eb</id>
<content type='text'>
This is a workaround until we can get the new interface working on IPA
clones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a workaround until we can get the new interface working on IPA
clones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return to d9 behavior for RetrieveModificationsTask</title>
<updated>2012-10-12T03:55:12+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-12T03:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=212ab82665fae5846bb6ad97733ff9ce2c2cb675'/>
<id>212ab82665fae5846bb6ad97733ff9ce2c2cb675</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using RPM version number in CMake.</title>
<updated>2012-10-01T18:15:44+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-30T17:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=f81718c563ea12240e161a807013acd2d6eb1f2e'/>
<id>f81718c563ea12240e161a807013acd2d6eb1f2e</id>
<content type='text'>
The RPM spec files have been modified to pass the full RPM version
number to CMake. The version number contains the product version
number, release number, milestone, and platform. The CMake scritps
will parse and use this version number to generate Java manifest
files. The product version number will be used as the specification
version and full version number will be used as the implementation
version.

Ticket #339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RPM spec files have been modified to pass the full RPM version
number to CMake. The version number contains the product version
number, release number, milestone, and platform. The CMake scritps
will parse and use this version number to generate Java manifest
files. The product version number will be used as the specification
version and full version number will be used as the implementation
version.

Ticket #339
</pre>
</div>
</content>
</entry>
<entry>
<title>Added version number into server status.</title>
<updated>2012-09-28T14:43:26+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-28T05:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=87d290dd376514344f7e18cb720e598fcaf7f36c'/>
<id>87d290dd376514344f7e18cb720e598fcaf7f36c</id>
<content type='text'>
The GetStatus servlet has been modified to include the server version
number.

Ticket #339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GetStatus servlet has been modified to include the server version
number.

Ticket #339
</pre>
</div>
</content>
</entry>
</feed>
