<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/kra/src/com, branch dev1</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>Added ACLInterceptor.</title>
<updated>2012-11-08T16:20:05+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-10T09:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=cb209df95c4dee11f2a912e20b417fa3bc41c88f'/>
<id>cb209df95c4dee11f2a912e20b417fa3bc41c88f</id>
<content type='text'>
Previously ACL checking was done in PKIRealm by matching the URL.
This code has been replaced by ACLInterceptor which will intercept
RESTEasy method invocations. This allows more precise mapping of
REST methods to ACL entries in acl.ldif.

Ticket #287
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously ACL checking was done in PKIRealm by matching the URL.
This code has been replaced by ACLInterceptor which will intercept
RESTEasy method invocations. This allows more precise mapping of
REST methods to ACL entries in acl.ldif.

Ticket #287
</pre>
</div>
</content>
</entry>
<entry>
<title>Added REST account service.</title>
<updated>2012-10-22T22:12:20+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-08T19:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1723a2ecd9d4d741ecd6d292712eeaea9d19bde9'/>
<id>1723a2ecd9d4d741ecd6d292712eeaea9d19bde9</id>
<content type='text'>
A REST account service has been added to allow client to login
to establish a session and to logout to destroy the session. This
way multiple operations can be executed using the same session
without having to re-authenticate.

Ticket #357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A REST account service has been added to allow client to login
to establish a session and to logout to destroy the session. This
way multiple operations can be executed using the same session
without having to re-authenticate.

Ticket #357
</pre>
</div>
</content>
</entry>
<entry>
<title>https://fedorahosted.org/pki/ticket/252 - TMS - ECC Key Recovery</title>
<updated>2012-10-01T00:40:43+00:00</updated>
<author>
<name>Christina Fu</name>
<email>cfu@redhat.com</email>
</author>
<published>2012-10-01T00:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=7b3df7e287eb544a0bacba93abeea48e72e49db6'/>
<id>7b3df7e287eb544a0bacba93abeea48e72e49db6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TMS key recovery part of - Bug 737122 - DRM: during archiving and recovering, wrapping unwrapping keys should be done in the token</title>
<updated>2012-09-28T16:24:16+00:00</updated>
<author>
<name>Christina Fu</name>
<email>cfu@redhat.com</email>
</author>
<published>2012-09-28T16:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=528fda5dfda4d11a269226ccb15083f65231b49a'/>
<id>528fda5dfda4d11a269226ccb15083f65231b49a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>https://fedorahosted.org/pki/ticket/304</title>
<updated>2012-09-18T21:53:01+00:00</updated>
<author>
<name>Christina Fu</name>
<email>cfu@redhat.com</email>
</author>
<published>2012-09-18T21:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6257d326cca9e55f9d6898bb2b227f22485322b7'/>
<id>6257d326cca9e55f9d6898bb2b227f22485322b7</id>
<content type='text'>
TMS ECC infrastructure (enrollment with client-side and server-side key generation, and key archival)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TMS ECC infrastructure (enrollment with client-side and server-side key generation, and key archival)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed exceptions during shutdown.</title>
<updated>2012-08-28T19:58:43+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-16T05:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4549370d8e38d91ca2d89404c6f62f7e6358f328'/>
<id>4549370d8e38d91ca2d89404c6f62f7e6358f328</id>
<content type='text'>
The shutdown() methods in several classes have been fixed to allow
more graceful shutdown and clean restart. There are two types of
object attributes that need to be handled differently.

Attributes that are initialized by the constructor should not be
nulled during shutdown because they won't be reinitialized during
restart. If they require a cleanup (e.g. emptying collections,
closing LDAP connections) it's not necessary to check for null
before calling the cleanup method because they're never null.

For attributes that are initialized during init(), it may not be
necessary to do a cleanup or null the attribute since they might
still be used by other threads and they will be reinitialized
during restart so the old objects will be garbage collected. If
they do need a cleanup they should be checked for null because
they might still be null due to init() failure or initialization
conditionals.

If the attributes are initialized conditionally, the logic has been
modified to ensure the attributes are either initialized or set to
null.

Ticket #247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The shutdown() methods in several classes have been fixed to allow
more graceful shutdown and clean restart. There are two types of
object attributes that need to be handled differently.

Attributes that are initialized by the constructor should not be
nulled during shutdown because they won't be reinitialized during
restart. If they require a cleanup (e.g. emptying collections,
closing LDAP connections) it's not necessary to check for null
before calling the cleanup method because they're never null.

For attributes that are initialized during init(), it may not be
necessary to do a cleanup or null the attribute since they might
still be used by other threads and they will be reinitialized
during restart so the old objects will be garbage collected. If
they do need a cleanup they should be checked for null because
they might still be null due to init() failure or initialization
conditionals.

If the attributes are initialized conditionally, the logic has been
modified to ensure the attributes are either initialized or set to
null.

Ticket #247
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized REST common classes.</title>
<updated>2012-08-15T17:07:43+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T14:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=1aa02e5207514d210e903d23e1d698b85fc29344'/>
<id>1aa02e5207514d210e903d23e1d698b85fc29344</id>
<content type='text'>
The common classes used by REST client and services have been moved
into the com.netscape.certsrv.&lt;component&gt; packages.

Ticket #215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The common classes used by REST client and services have been moved
into the com.netscape.certsrv.&lt;component&gt; packages.

Ticket #215
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up REST common class names.</title>
<updated>2012-08-15T17:07:26+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T13:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=f554dc2aa0478aa23f7e986b6779091f7d520bf5'/>
<id>f554dc2aa0478aa23f7e986b6779091f7d520bf5</id>
<content type='text'>
The REST common classes have been renamed for better clarity
and consistency.

Ticket #259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST common classes have been renamed for better clarity
and consistency.

Ticket #259
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up REST server class names.</title>
<updated>2012-08-15T17:07:08+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-11T10:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d41848a5881db3d12f65e078b945829f1fe296a5'/>
<id>d41848a5881db3d12f65e078b945829f1fe296a5</id>
<content type='text'>
The REST server classes have been renamed for better clarity
and consistency.

Ticket #259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The REST server classes have been renamed for better clarity
and consistency.

Ticket #259
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch 25 - Misc Fixes</title>
<updated>2012-07-25T15:41:57+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-07-19T16:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=ca401c4f9e30ab59cb12fc4098aec21b660f686f'/>
<id>ca401c4f9e30ab59cb12fc4098aec21b660f686f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
