summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed synchronization problem in CertificateRepository.ticket-365Endi Sukma Dewata2012-10-181-57/+43
| | | | | | | | Some synchronized methods in CertificateRepository may block modifyCeritifcateRecord() too long, so they have been moved back into CRLIssuingPoint and CertStatusUpdateThread. Ticket #313
* Return to d9 behavior for RetrieveModificationsTaskAde Lee2012-10-111-3/+3
|
* SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASSAbhishek Koneru2012-07-101-1/+1
|
* Fixes for Guarded_By_Violation issues shown in CoverityAbhishek Koneru2012-07-021-3/+5
|
* Replaced key status update thread with executor service.Endi Sukma Dewata2012-04-191-22/+24
| | | | | | | The Thread.stop() is deprecated, so the key status update thread is now implemented with executor service to allow stopping the task gracefully. Ticket #3
* Removed unused private fields.Endi Sukma Dewata2012-04-121-2/+3
| | | | | | | Most of unused private fields have been removed because they generate warnings in Eclipse. Some are kept because it might be useful later. Ticket #139
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+2030
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131