summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused CSS files in tps-ui.ticket-328-6Endi Sukma Dewata2012-11-063-1896/+0
|
* Removed unused CSS files in ra-ui.Endi Sukma Dewata2012-11-063-1896/+0
|
* Removed code to deploy admin/console/img.Endi Sukma Dewata2012-11-061-8/+0
|
* Removed unused admin/console/img in tps-ui.Endi Sukma Dewata2012-11-0622-0/+0
|
* Removed unused admin/console/img in ra-ui.Endi Sukma Dewata2012-11-0618-0/+0
|
* Removed unused images in ra-ui.Endi Sukma Dewata2012-11-064-0/+0
|
* Removed code to deploy graphics.Endi Sukma Dewata2012-11-061-90/+0
|
* Removed unused agent/graphics in tks-ui.Endi Sukma Dewata2012-11-0610-0/+0
|
* 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