<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base, 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>Fixes to get TPS to configure correctly</title>
<updated>2012-10-18T21:30:01+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-17T20:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=643c089887db3369363e2b88dde19ef3a97029a2'/>
<id>643c089887db3369363e2b88dde19ef3a97029a2</id>
<content type='text'>
1. Reorder http.conf to actually read worker config
2. Change functions so that the TPS would restart.  Before restarts
   would fail because the tus link already exists
3. Modify system verification test to return correctly when tests
   are successful
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Reorder http.conf to actually read worker config
2. Change functions so that the TPS would restart.  Before restarts
   would fail because the tus link already exists
3. Modify system verification test to return correctly when tests
   are successful
</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>changes to remind folks not to use pkicreate/pkiremove</title>
<updated>2012-10-12T17:47:21+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-11T13:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=35eb6086ef5dfab92d3bcf1a486d80e22628ced0'/>
<id>35eb6086ef5dfab92d3bcf1a486d80e22628ced0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
