<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/deploy/src, branch ticket-309</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 pki_tomcat_cert_t type and interface to access it</title>
<updated>2012-10-10T04:34:12+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-10T04:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c494bd03f8f4f82a4c06457dfc301a606b89e2dc'/>
<id>c494bd03f8f4f82a4c06457dfc301a606b89e2dc</id>
<content type='text'>
Added permissions to certmonger to access the certdb.  Also added
some missing selinux permissions for pki_tomcat_t
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added permissions to certmonger to access the certdb.  Also added
some missing selinux permissions for pki_tomcat_t
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed "shared" folder to "server".</title>
<updated>2012-10-08T03:53:23+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-04T00:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=79a3d828d4851afb66e3c18b812ae31171c39a6e'/>
<id>79a3d828d4851afb66e3c18b812ae31171c39a6e</id>
<content type='text'>
The "shared" folder in /usr/share/pki has been renamed
to "server" since it contains only server files.

Ticket #353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "shared" folder in /usr/share/pki has been renamed
to "server" since it contains only server files.

Ticket #353
</pre>
</div>
</content>
</entry>
<entry>
<title>add selinux context for pkidaemon, remove unneeded pid and lock code</title>
<updated>2012-10-05T19:55:44+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-01T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6e79c7cb922072614155c067e26fab446893bae7'/>
<id>6e79c7cb922072614155c067e26fab446893bae7</id>
<content type='text'>
remove runcon from operations, add rules for spawn/destroy,
add mgrepl changes to policy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove runcon from operations, add rules for spawn/destroy,
add mgrepl changes to policy
</pre>
</div>
</content>
</entry>
<entry>
<title>Added package checking for pkispawn.</title>
<updated>2012-10-01T16:04:10+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-27T01:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=aa1c7e757ee01759cb08f3dd5d0556cfe2ef8e32'/>
<id>aa1c7e757ee01759cb08f3dd5d0556cfe2ef8e32</id>
<content type='text'>
The pkispawn has been modified such that it will check whether
the package for the subsystem being created has been installed.

Ticket #332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pkispawn has been modified such that it will check whether
the package for the subsystem being created has been installed.

Ticket #332
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly resolve symlinks in subdirectories</title>
<updated>2012-09-26T00:50:02+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2012-09-21T03:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d45052552e228dd46151b322ffc565b14f1fc6c3'/>
<id>d45052552e228dd46151b322ffc565b14f1fc6c3</id>
<content type='text'>
* TRAC Ticket #338 - Dogtag 10: pkihelper.py directory.set_mode()
  does not resolve symlinks correctly

  This patch fixes the problem that although top-level symlinks
  are correctly identified as symbolic links, symlinks which
  exist under a subdirectory are incorrectly identified as files,
  and thus the 'chown' and 'chmod' commands are applied to the
  symlink which in turn actually get applied to the target file
  instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #338 - Dogtag 10: pkihelper.py directory.set_mode()
  does not resolve symlinks correctly

  This patch fixes the problem that although top-level symlinks
  are correctly identified as symbolic links, symlinks which
  exist under a subdirectory are incorrectly identified as files,
  and thus the 'chown' and 'chmod' commands are applied to the
  symlink which in turn actually get applied to the target file
  instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed conflicting log4j.properties.</title>
<updated>2012-09-19T15:36:43+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-14T20:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=7b737b2ea9d798cbbfb27ad15d157a7cb42fdb08'/>
<id>7b737b2ea9d798cbbfb27ad15d157a7cb42fdb08</id>
<content type='text'>
The &lt;instance&gt;/lib link has been replaced with a real folder
which contains links to the files in /usr/share/tomcat/lib. This
way the log4j.properties can be placed in this folder without
causing conflicts with other instances.

Ticket: #284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;instance&gt;/lib link has been replaced with a real folder
which contains links to the files in /usr/share/tomcat/lib. This
way the log4j.properties can be placed in this folder without
causing conflicts with other instances.

Ticket: #284
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed problems with optional pki-symkey.</title>
<updated>2012-09-18T18:11:16+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-17T18:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8ed86a749548ed2c373026ec34f5284a329bb7c2'/>
<id>8ed86a749548ed2c373026ec34f5284a329bb7c2</id>
<content type='text'>
The deployment and init scripts have been fixed to create and check
the link to symkey.jar if a TKS instance is added, and remove the
link if the instance is removed.

Ticket #331
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The deployment and init scripts have been fixed to create and check
the link to symkey.jar if a TKS instance is added, and remove the
link if the instance is removed.

Ticket #331
</pre>
</div>
</content>
</entry>
<entry>
<title>Deregister subsystem in merged instance</title>
<updated>2012-09-14T00:48:21+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2012-09-14T00:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=69c06845a7a39c016ab29b0f2758e989b424698b'/>
<id>69c06845a7a39c016ab29b0f2758e989b424698b</id>
<content type='text'>
* TRAC Ticket #311 - Unable to deregister subsystem in merged instance
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #311 - Unable to deregister subsystem in merged instance
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes to installation servlet and pki-deploy</title>
<updated>2012-09-13T01:39:47+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-09-11T19:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d7b67c5ba1cf193c50cd46ec4bdef79646bce1af'/>
<id>d7b67c5ba1cf193c50cd46ec4bdef79646bce1af</id>
<content type='text'>
Added logging so that we can see what is passed in to server from pkispawn.
Fixed incorrect dbuser specification.
Added required replication config items to pkispawn.
Initial refactoring of construct_pki_configuration_data in pkijython.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added logging so that we can see what is passed in to server from pkispawn.
Fixed incorrect dbuser specification.
Added required replication config items to pkispawn.
Initial refactoring of construct_pki_configuration_data in pkijython.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed SELinux error during pkidestroy.</title>
<updated>2012-09-12T17:39:05+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-04T18:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=edd986d94f173ea9f63f105eaf0039327bc6f2e9'/>
<id>edd986d94f173ea9f63f105eaf0039327bc6f2e9</id>
<content type='text'>
When removing a subsystem the pkidestroy would also remove the SELinux
contexts for the instance regardless of whether there are still other
subsystems in the instance. The code has been fixed such that it's
removing the SELinux contexts when deleting the last subsystem only.

Ticket #89
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When removing a subsystem the pkidestroy would also remove the SELinux
contexts for the instance regardless of whether there are still other
subsystems in the instance. The code has been fixed such that it's
removing the SELinux contexts when deleting the last subsystem only.

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