<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/silent/src/com/netscape, 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>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>LeftOver Cases in Resource Leaks and NULL_RETURNS</title>
<updated>2012-07-02T17:44:05+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-26T19:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=0f3451befbc14bd6ec29d9e1e3845f970f288653'/>
<id>0f3451befbc14bd6ec29d9e1e3845f970f288653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for Guarded_By_Violation issues shown in Coverity</title>
<updated>2012-07-02T17:43:57+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-27T18:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=10502e34a10fb3b672aef1161cc271003c7806ba'/>
<id>10502e34a10fb3b672aef1161cc271003c7806ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for handling null object value passed to DBAttrMapper as part of Coverity fix for Forward NULL cases in DogTag 10.</title>
<updated>2012-06-29T19:15:51+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-22T21:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d2b06ee1f9fcc42be83f04f64559cfa6317bda67'/>
<id>d2b06ee1f9fcc42be83f04f64559cfa6317bda67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for Forward Null Cases in Coverity for DogTag10</title>
<updated>2012-06-29T05:29:03+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-21T13:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=eb4b46f25ca8dec8ac79c26cfb02e8918000c88e'/>
<id>eb4b46f25ca8dec8ac79c26cfb02e8918000c88e</id>
<content type='text'>
Addressed review coments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addressed review coments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for Resource Leaks shown in Coverity for DogTag 10</title>
<updated>2012-06-21T20:18:59+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-18T18:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=de3aaef15e9b1f192344019f52d6c80860055b5e'/>
<id>de3aaef15e9b1f192344019f52d6c80860055b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed null pointer exception in pkisilent on connection error.</title>
<updated>2012-06-18T20:13:29+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-06-15T14:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4880d86856d183d4ba3fb0291519353ac238af5d'/>
<id>4880d86856d183d4ba3fb0291519353ac238af5d</id>
<content type='text'>
Previously HTTPClient.sslConnect() would return a null if there is
a connection issue. Some code in pkisilent did not check the return
value properly so it would throw an exception. The sslConnect() has
been modified to throw an exception instead.

Ticket #180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously HTTPClient.sslConnect() would return a null if there is
a connection issue. Some code in pkisilent did not check the return
value properly so it would throw an exception. The sslConnect() has
been modified to throw an exception instead.

Ticket #180
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for Coverity issues of type Stringbuffer, NO_EQUALS_METHOD , REVERSE_INULL,Wrong_Map_Iterators</title>
<updated>2012-06-15T22:12:15+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-11T20:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=10326ad4fe1b3db620f43feb3f47c4fd008f3f33'/>
<id>10326ad4fe1b3db620f43feb3f47c4fd008f3f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for NULL_RETURNS Coverity Issues - Part 2</title>
<updated>2012-06-14T22:14:19+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-06-06T20:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c53ca291e21761f1de5417ef596afba395a7f5d1'/>
<id>c53ca291e21761f1de5417ef596afba395a7f5d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch with fixes for review comments 0529</title>
<updated>2012-06-01T13:37:01+00:00</updated>
<author>
<name>Abhishek Koneru</name>
<email>akoneru@redhat.com</email>
</author>
<published>2012-05-29T18:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=500fe4441a5d458818138cc9b536c3b19ac23dc8'/>
<id>500fe4441a5d458818138cc9b536c3b19ac23dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
