summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/cert
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused 'toMIME64' methodsFraser Tweedale2016-03-221-10/+0
|
* Fixed selftest error handling.Endi S. Dewata2015-12-011-65/+55
| | | | | | | | The selftest has been modified to throw an exception and provide more specific error message if a test fails in order to help troubleshoot the problem. https://fedorahosted.org/pki/ticket/1328
* Fixed thread leaks during shutdown.Endi S. Dewata2015-06-181-1/+1
| | | | | | | | Various codes have been modified to properly stop threads during shutdown. A new ID attribute has been added to the LDAP connection factory classes to help identify leaking threads. https://fedorahosted.org/pki/ticket/1327
* Added rangeUnit property to certificate profiles.Endi S. Dewata2014-12-151-3/+7
| | | | | | | | | A new optional property has been added to certificate profiles to specify the range unit. The default range unit is 'day'. The code has been modified to use the Calendar API to calculate the end of validity range based on the range unit. https://fedorahosted.org/pki/ticket/1226
* Reorganized server packages.Endi S. Dewata2013-10-2513-0/+3310
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.