summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused agent/graphics in ocsp-ui.Endi Sukma Dewata2012-11-0610-0/+0
|
* Removed unused agent/graphics in kra-ui.Endi Sukma Dewata2012-11-0610-0/+0
|
* Removed unused ee/graphics in ca-ui.Endi Sukma Dewata2012-11-0620-0/+0
|
* Removed unused agent/graphics in ca-ui.Endi Sukma Dewata2012-11-0610-0/+0
|
* Merged admin/graphics in ca-ui into images.Endi Sukma Dewata2012-11-063-0/+0
|
* Removed unused admin/console/img in common-ui.Endi Sukma Dewata2012-11-0615-0/+0
|
* Deploy common images.Endi Sukma Dewata2012-11-062-32/+0
|
* Removed old images from common-ui.Endi Sukma Dewata2012-11-062-0/+0
|
* Deploy images from common-ui.Endi Sukma Dewata2012-11-062-6/+6
| | | | Ticket #328
* Copied all images into common-ui.Endi Sukma Dewata2012-11-0643-0/+0
|
* Removed images and CSS files from subsystem webapp.Endi Sukma Dewata2012-11-062-9/+77
| | | | | | | | | Since all paths to the theme images and CSS files have been updated, it's no longer necessary to copy these files into subsystem's web application. However, the templates and JavaScript files still need to be copied like before. Ticket #328
* Update pki-base.css paths.Endi Sukma Dewata2012-11-0678-78/+78
|
* Updated rootca.gif and sub.gif paths.Endi Sukma Dewata2012-11-063-6/+6
|
* Updated icon-software.gif paths.Endi Sukma Dewata2012-11-0624-21/+21
|
* Updated icon_crit_update.gif paths.Endi Sukma Dewata2012-11-0656-56/+56
|
* Updated clearpixel.gif paths.Endi Sukma Dewata2012-11-066-18/+18
|
* Updated certificate.png and no-certificate.png paths.Endi Sukma Dewata2012-11-063-12/+12
|
* Updated bigrotation2.gif paths.Endi Sukma Dewata2012-11-063-3/+3
|
* Updated lgRightTab2.gif paths.Endi Sukma Dewata2012-11-063-3/+3
|
* Updated dgRightTab2.gif paths.Endi Sukma Dewata2012-11-063-3/+3
|
* Updated lgRightTab.gif paths.Endi Sukma Dewata2012-11-065-5/+5
|
* Updated lgLeftTab.gif paths.Endi Sukma Dewata2012-11-068-8/+8
|
* Updated goto-tall.gif paths.Endi Sukma Dewata2012-11-067-11/+11
|
* Updated dgRightTab.gif paths.Endi Sukma Dewata2012-11-065-6/+6
|
* Updated dgLeftTab.gif paths.Endi Sukma Dewata2012-11-068-9/+9
|
* Updated spacer.gif paths.Endi Sukma Dewata2012-11-0630-31/+31
|
* Updated hr.gif paths.Endi Sukma Dewata2012-11-06109-190/+190
|
* Updated gray90.gif paths.Endi Sukma Dewata2012-11-0642-42/+42
|
* Updated logo_header.gif paths.Endi Sukma Dewata2012-11-0680-80/+80
|
* Updated favicon.ico paths.Endi Sukma Dewata2012-11-06128-128/+128
|
* Merged theme files.Endi Sukma Dewata2012-11-062-5/+192
| | | | | | | | | | | | | | Currently the theme files are copied into each subsystem during deployment creating duplicates. To reduce the problem the files should be combined into a common folder /pki. The process will be done over several patches. Initially this patch will copy the images and CSS files into /pki/images and /pki/css. Subsequent patches will update references to these files to the new location. When it's done, the files no longer need to be copied into each subsystem. Ticket #328
* Convert admin cert from ascii to binary before importing into certdbAde Lee2012-11-042-3/+17
| | | | | Sometimes importing the ascii admin cert into th client certdb fails. The binary always appears to work though.
* Set paths for default instanceAde Lee2012-11-046-44/+166
| | | | | | | | | | | | | | With this patch, it will be possible to install a default instance simply by adding the passwords in the pkideployment.cfg. This file can then be used without additional alteration to add subsystems to the same instance, by re-running pkispawn against the config file. The patch makes sure that cert nicknames, database and baseDN , admin users and client db are unique per subsystem. An option is added to reuse the existing server cert generated by the first subsystem and copy the required data to all subsystems. Ticket 379, 385
* Fixed problem finding SHA-256 message digest.Endi Sukma Dewata2012-10-311-1/+1
| | | | | | | | The CertPrettyPrint has been modified to use the standard names for message digests so that it will work with standard security provider. Ticket #392
* Fixed PrettyPrintCert and PrettyPrintCrl.Endi Sukma Dewata2012-10-312-2/+2
| | | | | | | The wrappers for PrettyPrintCert and PrettyPrintCrl has been fixed to include the class names. Ticket #381
* Fix symkey build dependencyAde Lee2012-10-301-1/+1
|
* Update to b2 releaseAde Lee2012-10-3015-23/+47
|
* Allow a PKI instance to be installed/configured independentlyMatthew Harmsen2012-10-3014-3/+123
| | | | | * TRAC Ticket #286 - Dogtag 10: Create parameter for optionally allowing a user to skip configuration . . .
* Fix for ticket 384 - Incorrect profiles path referencedAbhishek Koneru2012-10-291-17/+20
|
* Removal of version numbers from jar file namesMatthew Harmsen2012-10-2917-232/+46
| | | | * TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . .
* Enabled authentication for key services.Endi Sukma Dewata2012-10-2922-101/+938
| | | | | | | | The web.xml in KRA has been modified to enable the authentication for key and key request services. Some tools have been added to access the services via command-line. Ticket #376
* Fixed synchronization problem in CertificateRepository.Endi Sukma Dewata2012-10-293-70/+68
| | | | | | | | Some synchronized methods in CertificateRepository may block modifyCeritifcateRecord() too long, so they have been moved into CRLIssuingPoint and CertStatusUpdateThread. Ticket #313
* Enabled Tomcat security manager.Endi Sukma Dewata2012-10-266-251/+204
| | | | | | | | | | | | | | | The tomcat.conf and the template deployment configuration have been modified to enable the security manager. The operations script has been modified to generate a new catalina.policy from the standard Tomcat policy, the standard PKI policy and the custom policy every time the instance is started. The current catalina.policy has been changed to store a header for the dynamically generated catalina.policy. A new pki.policy has been added to store the default PKI security policy. An empty custom.policy has been added to store policy customization. Ticket #223
* Refactored GetDomainXML servlet.Endi Sukma Dewata2012-10-261-119/+10
| | | | | | | The GetDomainXML servlet has been refactored to use the new SecurityDomainProcessor. Ticket #309
* Added REST interface to get domain info.Endi Sukma Dewata2012-10-2613-174/+843
| | | | | | | | The REST interface for security domain has been updated to provide a method to get the domain info. A CLI has been provided to access this method. Ticket #309
* Enabled account service for TKS and OCSP.Endi Sukma Dewata2012-10-258-1/+90
| | | | | | | The REST account service has been added to TKS and OCSP to enable authentication. Ticket #375
* Restrict AJP to localhost only by defaultAde Lee2012-10-255-5/+5
| | | | Ticket 369
* Added obsoletes for pki-selinuxAde Lee2012-10-231-1/+5
|
* changes to remove pki-selinux from f18 buildAde Lee2012-10-236-19/+39
|
* Added conditions for security domain REST service.Endi Sukma Dewata2012-10-231-4/+21
| | | | | | | | The CertificateAuthorityApplication has been modified to deploy the REST service for security domain only if the server has been configured with a new security domain. Ticket #309