summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed CA, KRA, OCSP, TKS theme packages.ticket-328-9Endi Sukma Dewata2012-11-097-179/+60
|
* Reorganized CA, KRA, OCSP, TKS templates.Endi Sukma Dewata2012-11-09298-44/+6
|
* Moved common templates to base/common.Endi Sukma Dewata2012-11-0935-118/+29
|
* Renamed pki-common-theme to pki-server-theme.Endi Sukma Dewata2012-11-085-41/+68
|
* Removed unused esc images in tps-ui.Endi Sukma Dewata2012-11-0829-0/+0
|
* Updated paths to esc images.Endi Sukma Dewata2012-11-0823-26/+26
|
* Added code to deploy esc images from common-ui.Endi Sukma Dewata2012-11-081-0/+8
|
* Copied esc images from tps-ui to common-ui.Endi Sukma Dewata2012-11-0829-0/+0
|
* Removed unused files in tps-ui.Endi Sukma Dewata2012-11-0825-1896/+0
|
* Removed unused files in ra-ui.Endi Sukma Dewata2012-11-0825-1896/+0
|
* Removed unused files in tks-ui.Endi Sukma Dewata2012-11-0810-0/+0
|
* Removed unused files in ocsp-ui.Endi Sukma Dewata2012-11-0810-0/+0
|
* Removed unused files in kra-ui.Endi Sukma Dewata2012-11-0810-0/+0
|
* Removed unused files in ca-ui.Endi Sukma Dewata2012-11-0833-0/+0
|
* Removed unused files in common-ui.Endi Sukma Dewata2012-11-0817-0/+0
|
* Updated tools to deploy combined images and CSS files.Endi Sukma Dewata2012-11-083-155/+89
| | | | | | | | | | | The pkispawn and pkicreate have been updated to deploy the combined images and CSS files from the common-ui into /pki/images and /pki/css. The common Velocity templates and JavaScript files still need to be deployed from the <subsystem>-ui packages into each subsystem. Ticket #328
* Combined theme images and CSS files into common-ui.Endi Sukma Dewata2012-11-0843-0/+0
| | | | | | | The theme images and CSS files have been copied from all subsystems and merged into the common-ui. Ticket #328
* Added ACLInterceptor.Endi Sukma Dewata2012-11-0826-269/+299
| | | | | | | | | Previously ACL checking was done in PKIRealm by matching the URL. This code has been replaced by ACLInterceptor which will intercept RESTEasy method invocations. This allows more precise mapping of REST methods to ACL entries in acl.ldif. Ticket #287
* Enable building on ARM architecture.Matthew Harmsen2012-11-071-0/+2
| | | | * Dogtag TRAC Ticket #402 - pki-core is FTBFS on ARM
* 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