summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/connector
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #1648 [RFE] provide separate cipher lists for CS instances acting as ↵Christina Fu2015-10-203-13/+22
| | | | client and server This patch provides subsystem->subsystem cipher configuration when acting as a client
* Fixed fail-over in HttpConnection.Endi S. Dewata2015-07-021-97/+117
| | | | | | | | | | | The HttpConnection class has been modified to support fail-over and timeout more consistently. The targets are parsed into a list during initialization. All direct calls to HttpClient.connect() are replaced with a method that will connect to the first available target. All connections are now created with a timeout (which by default is 0). https://fedorahosted.org/pki/ticket/891
* Add ability to create database as subtree of existing treeAde Lee2014-07-171-2/+1
| | | | | | | | | | | | | | | | This patch adds the ability to create a subsystem that uses an existing subtree to create the internal basedn. This is useful for instance, for IPA which will use the original o=ipaca as the top level DN for a KRA, which will be situated at o=ipadrm, o=ipaca. The patch also allows such a system to be cloned, but not to setup the replication agreements, on the assumption that the data is already being replicated at the top-level DN or some higher level. The patch also contains some minor cleanups - removing unused imports and removal of an invalid reference in the python code. Ticket 1051
* trac ticket #862 HTTP connection factory multi-uri addendumChristina Fu2014-03-253-56/+41
|
* trac ticket #862 - TPS rewrite: provide connector service for JAVA-based TPS ↵Christina Fu2014-03-065-57/+215
| | | | subsystem
* Reorganized server packages.Endi S. Dewata2013-10-259-0/+1717
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.