<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy/src/pkidestroy, 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>Remove unnecessary log in pkidestroy.</title>
<updated>2013-03-27T13:51:59+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-27T13:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=30ecd7f72f7a607d3839a21ae82472cb6f07c966'/>
<id>30ecd7f72f7a607d3839a21ae82472cb6f07c966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how the password is passed to pkidestroy.</title>
<updated>2013-03-26T19:32:39+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-21T19:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=479f7849d0cb52b520f77386cc15b6081c379bb5'/>
<id>479f7849d0cb52b520f77386cc15b6081c379bb5</id>
<content type='text'>
Removed the -w &lt;security domain password&gt; option for pkidestroy.
Added the -W &lt;security domain password file&gt; option which takes a
file containing the password as input. It is an optional parameter.
Added required information in pkidestroy.

Ticket #502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the -w &lt;security domain password&gt; option for pkidestroy.
Added the -W &lt;security domain password file&gt; option which takes a
file containing the password as input. It is an optional parameter.
Added required information in pkidestroy.

Ticket #502
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle the Keyboard interrupt gracefully.</title>
<updated>2013-03-26T19:22:47+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2013-03-20T21:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=3e70f3ea2abd3f6c855ff433b4b1ee5e0312417c'/>
<id>3e70f3ea2abd3f6c855ff433b4b1ee5e0312417c</id>
<content type='text'>
Catch the KeyboardInterrupt (Ctrl-C) input during the execution of
pkispawn and pkidestroy and display a proper message to user rather
than a stacktrace.

Ticket #536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch the KeyboardInterrupt (Ctrl-C) input during the execution of
pkispawn and pkidestroy and display a proper message to user rather
than a stacktrace.

Ticket #536
</pre>
</div>
</content>
</entry>
<entry>
<title>Change pkidestroy to get an install token and use admin interface to update</title>
<updated>2013-02-11T16:20:56+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2013-02-01T19:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8acab668775a85931c33e68eb79b2cf822b7c631'/>
<id>8acab668775a85931c33e68eb79b2cf822b7c631</id>
<content type='text'>
security domain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
security domain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added interactive subsystem installation.</title>
<updated>2013-02-04T23:48:02+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-12-18T19:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=981ebcce84770c9d48e80fc9b5ffd2bbf8fd0816'/>
<id>981ebcce84770c9d48e80fc9b5ffd2bbf8fd0816</id>
<content type='text'>
The pkispawn has been modified such that the configuration file
and subsystem type are optional. The pkidestroy has been modified
such that the instance name and subsystem type are optional.
If any of these options are not specified they will enter an
interactive mode.

Ticket #380
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pkispawn has been modified such that the configuration file
and subsystem type are optional. The pkidestroy has been modified
such that the instance name and subsystem type are optional.
If any of these options are not specified they will enter an
interactive mode.

Ticket #380
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert to using default config file for pkidestroy</title>
<updated>2012-12-19T02:40:40+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-12-18T18:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=ffea6de5f4795cd9f6557e775c82a0342636b736'/>
<id>ffea6de5f4795cd9f6557e775c82a0342636b736</id>
<content type='text'>
Previously, we archived the default config file when an instance
was created, and used that file in running pkidestroy.  We plan
to replace this mechanism in favor of actually reading the instance's
config files.  For now, we return to using the standard default config
template, so that we can change it without breaking pkidestroy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we archived the default config file when an instance
was created, and used that file in running pkidestroy.  We plan
to replace this mechanism in favor of actually reading the instance's
config files.  For now, we return to using the standard default config
template, so that we can change it without breaking pkidestroy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Archiving default deployment configuration.</title>
<updated>2012-12-04T20:50:55+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-12-04T12:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=81bb209d0a3227f544b7b8e4ec3fc0631c8f3c47'/>
<id>81bb209d0a3227f544b7b8e4ec3fc0631c8f3c47</id>
<content type='text'>
The default deployment configuration has been renamed and moved to
/etc/pki/default.cfg to make it more accessible to users. The pkispawn
has been modified to archive the default deployment configuration
along with the user-provided configuration in the registry. The
pkidestroy will now use both archived configuration files to ensure
proper removal of the subsystem.

Ticket #399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default deployment configuration has been renamed and moved to
/etc/pki/default.cfg to make it more accessible to users. The pkispawn
has been modified to archive the default deployment configuration
along with the user-provided configuration in the registry. The
pkidestroy will now use both archived configuration files to ensure
proper removal of the subsystem.

Ticket #399
</pre>
</div>
</content>
</entry>
<entry>
<title>Interpolation correction patch based on review comments</title>
<updated>2012-12-04T17:11:53+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-12-04T16:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a3f7d585fed02fb8b0adaf46228f23bf1275c596'/>
<id>a3f7d585fed02fb8b0adaf46228f23bf1275c596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use interpolation to build default parameters</title>
<updated>2012-12-04T17:11:36+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-12-03T17:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=065d883a5595154ec4ca91e890aa380e3bf1d6b2'/>
<id>065d883a5595154ec4ca91e890aa380e3bf1d6b2</id>
<content type='text'>
This patch replaces the code in pkiparser with defaults that are
built up using ConfigParser interpolation.  The patch gets most
(but not all) default parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch replaces the code in pkiparser with defaults that are
built up using ConfigParser interpolation.  The patch gets most
(but not all) default parameters.
</pre>
</div>
</content>
</entry>
</feed>
