<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy/src/scriptlets, branch master</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>Renamed base/deploy to base/server.</title>
<updated>2013-04-09T13:40:09+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-04-05T19:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=62ccd4ca0addd8a4c74bcbdfca6aea0c9381907f'/>
<id>62ccd4ca0addd8a4c74bcbdfca6aea0c9381907f</id>
<content type='text'>
The base/deploy folder has been renamed to base/server to match the
package name. The pki.conf has been moved into pki-base package.

Ticket #553, #564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The base/deploy folder has been renamed to base/server to match the
package name. The pki.conf has been moved into pki-base package.

Ticket #553, #564
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate folder for python deployment engine source code.</title>
<updated>2013-04-03T17:40:04+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-26T15:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=58af16ad10520d5a667427ec998127e45dd98612'/>
<id>58af16ad10520d5a667427ec998127e45dd98612</id>
<content type='text'>
Place the python deployment source code and the python deployment
scriptlets in two seperate folders base/deploy/src/engine and
/base/deploy/src/scriptlets in the project.

Ticket #521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Place the python deployment source code and the python deployment
scriptlets in two seperate folders base/deploy/src/engine and
/base/deploy/src/scriptlets in the project.

Ticket #521
</pre>
</div>
</content>
</entry>
<entry>
<title>Change timeout from number of tries to total time.</title>
<updated>2013-04-02T21:02:37+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-28T13:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a698f1052fc299ffdcd155fb1618780f6acb0e2d'/>
<id>a698f1052fc299ffdcd155fb1618780f6acb0e2d</id>
<content type='text'>
Change the current implementation of time out as
number of tries to, the total time for trying to
get the status of the Tomcat.

Ticket #563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the current implementation of time out as
number of tries to, the total time for trying to
get the status of the Tomcat.

Ticket #563
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor installation code to remove dependency on jython</title>
<updated>2013-03-21T16:11:31+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-03-18T15:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c9a081037aa5bf15cf6226f06ea54ea98deba5bc'/>
<id>c9a081037aa5bf15cf6226f06ea54ea98deba5bc</id>
<content type='text'>
Connection is now made to the installation servlet through a python
client using JSON.  The code to construct the ConfgurationRequest and
parse the results has been moved to pkihelper.py, and configuration.py
no longer calls a separate jython process to create the Configuration
object and parse the results.  The jython code has therefore been removed.

Also added status servlet to other java subsystems, to be tested prior
to starting configuration.

Trac Ticket 532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Connection is now made to the installation servlet through a python
client using JSON.  The code to construct the ConfgurationRequest and
parse the results has been moved to pkihelper.py, and configuration.py
no longer calls a separate jython process to create the Configuration
object and parse the results.  The jython code has therefore been removed.

Also added status servlet to other java subsystems, to be tested prior
to starting configuration.

Trac Ticket 532
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced Tomcat's random number generator.</title>
<updated>2013-03-19T16:57:17+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-03-12T01:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=22d50cc526c7fd4224a4d5a0ae9ebf66afd8e83a'/>
<id>22d50cc526c7fd4224a4d5a0ae9ebf66afd8e83a</id>
<content type='text'>
By default Tomcat relies on /dev/random as a random number generator
to generate the session ID's. Under certain conditions /dev/random
may block, which will block Tomcat as well. To solve the problem all
webapps in Tomcat have been configured to use the random number
generator provided by JSS.

Ticket #524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default Tomcat relies on /dev/random as a random number generator
to generate the session ID's. Under certain conditions /dev/random
may block, which will block Tomcat as well. To solve the problem all
webapps in Tomcat have been configured to use the random number
generator provided by JSS.

Ticket #524
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla Bug #919476 - pkispawn crashes due to dangling symlink to jss4.jar</title>
<updated>2013-03-09T05:48:23+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2013-03-09T04:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=b953c172bf274352c628ffef7d3ef0ef4c9ce59d'/>
<id>b953c172bf274352c628ffef7d3ef0ef4c9ce59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added security domain info validation.</title>
<updated>2013-03-07T22:51:32+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-02-22T00:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c87a65024177ed67cd4ec0f7d533d973f8e1f971'/>
<id>c87a65024177ed67cd4ec0f7d533d973f8e1f971</id>
<content type='text'>
The installer script has been modified to validate security domain
info in both interactive and silent installation.

A basic Python API has been added to access the REST interface.

Ticket #473
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The installer script has been modified to validate security domain
info in both interactive and silent installation.

A basic Python API has been added to access the REST interface.

Ticket #473
</pre>
</div>
</content>
</entry>
<entry>
<title>Added DS info validation.</title>
<updated>2013-03-07T22:51:27+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-02-20T03:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=b18a44db98f19c4d9b9d8d586d2bd1772a5d9f41'/>
<id>b18a44db98f19c4d9b9d8d586d2bd1772a5d9f41</id>
<content type='text'>
The installer script has been modified to validate DS info in both
interactive and silent installation.

Ticket #472
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The installer script has been modified to validate DS info in both
interactive and silent installation.

Ticket #472
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch to escape interpolations for parameters having '%' in their values.</title>
<updated>2013-03-07T22:29:23+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-07T16:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=355cb35feee33a7b98f673a43f3e3bacdf82b44a'/>
<id>355cb35feee33a7b98f673a43f3e3bacdf82b44a</id>
<content type='text'>
Ticket #493 - Changes done to bypass interpolation for using a % as part of a value.
All occurences of % will be replaced by a %% in interactive pkispawn/pkidestroy.
If a file is passed, then the values with a '%' need to have an escape character %
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #493 - Changes done to bypass interpolation for using a % as part of a value.
All occurences of % will be replaced by a %% in interactive pkispawn/pkidestroy.
If a file is passed, then the values with a '%' need to have an escape character %
</pre>
</div>
</content>
</entry>
<entry>
<title>PKI theme changes</title>
<updated>2013-03-06T04:11:52+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2013-03-06T02:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=cead7472df922841bd6648cc82f917351b3c1648'/>
<id>cead7472df922841bd6648cc82f917351b3c1648</id>
<content type='text'>
* Correct PKI Theme for RA and TPS:
** TRAC Ticket #517 - Clean up theme dependencies
* Make PKI Theme optional for CA, KRA, OCSP, TKS:
** Bugzilla Bug #916134 - unresolved dependency in pki-server: pki-server-theme
** TRAC Ticket #518 - Remove UI dependencies from pkispawn . . .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Correct PKI Theme for RA and TPS:
** TRAC Ticket #517 - Clean up theme dependencies
* Make PKI Theme optional for CA, KRA, OCSP, TKS:
** Bugzilla Bug #916134 - unresolved dependency in pki-server: pki-server-theme
** TRAC Ticket #518 - Remove UI dependencies from pkispawn . . .
</pre>
</div>
</content>
</entry>
</feed>
