<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/java-tools/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>Enabled authentication for security domain REST interface.</title>
<updated>2012-10-17T23:26:10+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=2e2a1ed2401a9b0130eb2b5218508f5c1fd569b1'/>
<id>2e2a1ed2401a9b0130eb2b5218508f5c1fd569b1</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>Using RPM version number in CMake.</title>
<updated>2012-10-01T18:15:44+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-30T17:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=f81718c563ea12240e161a807013acd2d6eb1f2e'/>
<id>f81718c563ea12240e161a807013acd2d6eb1f2e</id>
<content type='text'>
The RPM spec files have been modified to pass the full RPM version
number to CMake. The version number contains the product version
number, release number, milestone, and platform. The CMake scritps
will parse and use this version number to generate Java manifest
files. The product version number will be used as the specification
version and full version number will be used as the implementation
version.

Ticket #339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RPM spec files have been modified to pass the full RPM version
number to CMake. The version number contains the product version
number, release number, milestone, and platform. The CMake scritps
will parse and use this version number to generate Java manifest
files. The product version number will be used as the specification
version and full version number will be used as the implementation
version.

Ticket #339
</pre>
</div>
</content>
</entry>
<entry>
<title>Added VERSION file.</title>
<updated>2012-09-28T14:42:24+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-09-25T05:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=9368ef42cea4e1e46f22628cffaa29fba66cfec6'/>
<id>9368ef42cea4e1e46f22628cffaa29fba66cfec6</id>
<content type='text'>
The CMake scripts have been modified to store the version number
in /usr/share/pki/VERSION and in JAR manifest files. These files
can be read by PKI applications to obtain the version number
without having to query the RPM database.

Fixed warnings in Java.cmake file.

Ticket #339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CMake scripts have been modified to store the version number
in /usr/share/pki/VERSION and in JAR manifest files. These files
can be read by PKI applications to obtain the version number
without having to query the RPM database.

Fixed warnings in Java.cmake file.

Ticket #339
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged Javadoc packages.</title>
<updated>2012-09-05T15:09:48+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-30T20:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=ff81ede66718765e95175f1583e2bdbaebfc94fa'/>
<id>ff81ede66718765e95175f1583e2bdbaebfc94fa</id>
<content type='text'>
The Javadocs for pki-util, pki-java-tools and pki-common have been
merged and packaged into pki-javadoc RPM.

Ticket #295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Javadocs for pki-util, pki-java-tools and pki-common have been
merged and packaged into pki-javadoc RPM.

Ticket #295
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved REST CLI into pki-tools.</title>
<updated>2012-08-30T04:42:53+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-18T07:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=60835ed008586f85a22737d0161cb026f2dbffec'/>
<id>60835ed008586f85a22737d0161cb026f2dbffec</id>
<content type='text'>
The pki-client.jar has been split and merged into pki-certsrv.jar
and pki-tools.jar. The REST client classes are now packaged in
com.netscape.certsrv.&lt;component&gt; packages. The REST CLI classes
are now packaged in com.netscape.cmstools.&lt;component&gt; packages.
The "pki" script has been moved into pki-tools RPM package.

Ticket #215
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pki-client.jar has been split and merged into pki-certsrv.jar
and pki-tools.jar. The REST client classes are now packaged in
com.netscape.certsrv.&lt;component&gt; packages. The REST CLI classes
are now packaged in com.netscape.cmstools.&lt;component&gt; packages.
The "pki" script has been moved into pki-tools RPM package.

Ticket #215
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the remaining build scripts.</title>
<updated>2012-08-15T17:02:36+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-10T04:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c70859039d60db53a1966f3b1781defd032a4062'/>
<id>c70859039d60db53a1966f3b1781defd032a4062</id>
<content type='text'>
The remaining build scripts have been updated to automatically
find the source codes.

Ticket #62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The remaining build scripts have been updated to automatically
find the source codes.

Ticket #62
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc Fixes Remaining part of the code.</title>
<updated>2012-07-18T15:41:46+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-07-11T18:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6cd64781a7cda192bc2b0a555974037fd16cc2c5'/>
<id>6cd64781a7cda192bc2b0a555974037fd16cc2c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NO_HASHCODE_OVERRIDDEN</title>
<updated>2012-07-12T20:42:18+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-07-09T19:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=15ac6d2b8e83a73ac1f62ab0da0d6a85717f28fd'/>
<id>15ac6d2b8e83a73ac1f62ab0da0d6a85717f28fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASS</title>
<updated>2012-07-10T17:39:11+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-07-05T14:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a3c83b5f63c9ced5c527cb3b9306d390c3d192ec'/>
<id>a3c83b5f63c9ced5c527cb3b9306d390c3d192ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coverity CATCH_REXCEPTION and UNREAD_FIELD_CASES</title>
<updated>2012-07-06T04:56:33+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-29T20:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=759d54747b779a1cb11f1b9fbfe8166e62dde03d'/>
<id>759d54747b779a1cb11f1b9fbfe8166e62dde03d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
