summaryrefslogtreecommitdiffstats
path: root/base/server
Commit message (Expand)AuthorAgeFilesLines
* Refactored server restart code.Endi S. Dewata2017-07-112-21/+28
* Refactored ConfigClient.configure_pki_data().Endi S. Dewata2017-07-112-96/+107
* Fixed CertUtil.updateLocalRequest().Endi S. Dewata2017-07-111-2/+7
* Merge pull request #5 from amolkahat/type_fixEndi S. Dewata2017-07-101-1/+1
|\
| * Fixed typo in pki-server db commandAmol Kahat2017-07-031-1/+1
* | Refactored SystemConfigService.processCert().Endi S. Dewata2017-07-081-19/+18
* | Refactored SystemConfigService.processKeyPair().Endi S. Dewata2017-07-082-45/+59
* | Fixed error message in SystemConfigService.processCerts().Endi S. Dewata2017-07-081-77/+60
* | Refactored ConfigurationUtils.updateCloneConfig().Endi S. Dewata2017-07-085-29/+55
* | Refactored ConfigurationUtils.updateServerCertNickConf().Endi S. Dewata2017-07-082-13/+25
* | Ticket #2757 CMC enrollment profiles for system certificatesChristina Fu2017-07-074-4/+60
* | Refactored CertUtil.updateLocalRequest().Endi S. Dewata2017-07-071-27/+32
* | Refactored CertUtil.createLocalRequest().Endi S. Dewata2017-07-071-47/+62
* | Refactored ConfigurationUtils.handleLocalCert().Endi S. Dewata2017-07-072-48/+51
* | Refactored CertUtil.importExternalCert().Endi S. Dewata2017-07-052-63/+62
* | Refactored CertUtil.importCert().Endi S. Dewata2017-07-052-22/+31
* | Moved cert management methods into CertUtil.Endi S. Dewata2017-07-052-104/+116
|/
* Refactored CertUtil.createLocalCert() (part 3).Endi S. Dewata2017-07-012-48/+17
* Refactored CertUtil.createLocalCert() (part 2).Endi S. Dewata2017-07-011-144/+140
* Refactored CertUtil.createLocalCert() (part 1).Endi S. Dewata2017-07-011-62/+10
* SCP03 support: fix Key Changeover with HSM (RHCS)Jack Magne2017-06-301-11/+18
* Refactored ConfigurationUtils.configRemoteCert().Endi S. Dewata2017-06-301-98/+149
* Refactored ConfigurationUtils.configLocalCert().Endi S. Dewata2017-06-301-99/+100
* Fixed error message on invalid log type.Endi S. Dewata2017-06-273-8/+6
* Consolidated log() for audit events.Endi S. Dewata2017-06-2726-203/+91
* Patch for "pki-server subsystem-cert-update" commandDinesh Prasanth M K2017-06-231-1/+28
* Refactored signed audit logger.Endi S. Dewata2017-06-2431-399/+124
* Added default log level for Logger.Endi S. Dewata2017-06-241-12/+37
* Ticket #2616 CMC: id-cmc-statusInfo ==> id-cmc-statusInfoV2Christina Fu2017-06-236-182/+344
* Reorganized Logger classes.Endi S. Dewata2017-06-239-9/+10
* Fixed build dependency for pki-cms.jar.Endi S. Dewata2017-06-231-1/+1
* Refactored Logger class.Endi S. Dewata2017-06-223-15/+47
* Refactored ILogEventFactory implementations.Endi S. Dewata2017-06-224-108/+65
* Added LogSource enumeration.Endi S. Dewata2017-06-2211-56/+67
* Added LogCategory enumeration.Endi S. Dewata2017-06-229-47/+56
* Refactored LogQueue class.Endi S. Dewata2017-06-223-16/+3
* Ticket #2618 UniqueKeyConstraint fix on subjectDN comparisonChristina Fu2017-06-201-5/+1
* Fixed OCSP service error handling.Endi S. Dewata2017-06-202-11/+15
* Added log messages for OCSP service.Endi S. Dewata2017-06-203-47/+99
* Added banner validation during server startup.Endi S. Dewata2017-06-164-0/+202
* Ticket#2737 CMC: check HTTPS client authentication cert against CMC signerChristina Fu2017-06-155-82/+167
* Fixed audit log signature problem due to rotation.Endi S. Dewata2017-06-151-19/+24
* Fixed access banner encoding (part 2).Endi S. Dewata2017-06-142-5/+2
* Fixed access banner encoding.Endi S. Dewata2017-06-141-0/+3
* Fixed access banner normalization.Endi S. Dewata2017-06-142-2/+2
* Refactored AuditVerify (part 3).Endi S. Dewata2017-06-131-4/+11
* Ticket #2619 Allow CA to process user-signed CMC revocation requestsChristina Fu2017-06-0810-277/+506
* Stop using hardcoded IV in CMCAde Lee2017-06-082-12/+9
* Server side changes to correctly parse the new PKIArchiveOptionsAde Lee2017-06-071-1/+1
* Refactor client to not use keysetsAde Lee2017-06-072-9/+49