summaryrefslogtreecommitdiffstats
path: root/base/common/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactored upgrade framework into base and server upgrade.Endi Sukma Dewata2013-04-251-0/+25
| | | | | | | | | | The upgrade framework has been split into base and server upgrade frameworks since they will be run automatically by different RPM packages during upgrade. The base upgrade framework will upgrade the system configuration. The server upgrade framework will upgrade the instances and subsystems. Ticket #544
* Moved pki.conf into base/common.Endi Sukma Dewata2013-04-241-0/+13
| | | | | | | The pki.conf has been moved into the base/common folder to match the RPM package. Ticket #553
* Added security domain info validation.Endi Sukma Dewata2013-03-071-0/+8
| | | | | | | | | The installer script has been modified to validate security domain info in both interactive and silent installation. A basic Python API has been added to access the REST interface. Ticket #473
* Change cmake projects from Java to NONEAde Lee2012-11-201-1/+1
|
* Renamed "shared" folder to "server".Endi Sukma Dewata2012-10-071-1/+1
| | | | | | | The "shared" folder in /usr/share/pki has been renamed to "server" since it contains only server files. Ticket #353
* Added common ROOT webapp.Endi Sukma Dewata2012-09-121-1/+1
| | | | | | | | | | | The current ROOT webapp will redirect users coming to the root URL path to the proper path of the subsystem's webapp. Since now a single Tomcat instance may have multiple subsystems, a new ROOT webapp has been added to present the user with a menu of all available webapps from all subsystems in the instance. Ticket #89
* PKI Deployment ScriptletsMatthew Harmsen2012-05-251-0/+43
| | | | | | | * Integration of Tomcat 7 * Addition of centralized 'pki-tomcatd' systemd functionality to the PKI Deployment strategy * Removal of 'pki_flavor' attribute
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+16
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131