summaryrefslogtreecommitdiffstats
path: root/pki/base/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-26169-27591/+0
| | | | | | | | | 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
* Removed unused variables (part 2).Endi Sukma Dewata2012-03-231-4/+4
| | | | | | This patch brings down the warnings from 1943 to 1221. Ticket #103
* Fixed IAttrSet.getElements() implementations.Endi Sukma Dewata2012-03-138-16/+16
| | | | | | | | This patch fixes incorrect implementation of getElement() in some subclasses of IAttrSet. The method is supposed return the attribute names as an enumeration of strings. Ticket #42
* Fixes to cloning and security domain tables for client auth internaldb userAde Lee2012-03-091-1/+9
| | | | | | | | | | | | | | | | | | | | | The mechanism for getting an ldap connection to the internaldb was incorrect, both in the Security Domain Session Table and the DatabasePanel. As a result, connections to the internaldb failed for accessing the security domain session table and when trying to clone a master which connects to its database using client auth. The thread that handles reading the security domain session table is now only instantiated when running on a configured security domain master. Additionally, needed acls for the client auth certificate ldap user have been moved to manager.ldif. This includes acls to allow creation and management of replication agreements and replication users (now being created under ou=csusers, cn=config) Added logs to show when ldif import errors occur. Also made sure to write and remove master ldap password for use in replication. Ticket #5
* Formatting - fix bad wrapsAde Lee2012-01-111-2/+2
|
* Formatting - line wrap > 120 in codeAde Lee2012-01-111-1/+2
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-111-35/+30
|
* Revert "Formatting"Ade Lee2011-12-081-78/+51
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-071-51/+78
| | | | Formatted project according to eclipse project settings
* Cleanup importsadmiyo2011-11-041-8/+17
| | | | | | | | | | Automated changes done by Eclipse Minor tweak to one file where Eclipse was tring to find an import for Any Due to finding it in an annotated comment. https://bugzilla.redhat.com/show_bug.cgi?id=728303 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #737217.awnuk2011-09-302-4/+36
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2248 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #737216awnuk2011-09-302-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2242 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #669226 - Remove Legacy Build System (Ant + Autoconf --> CMake)mharmsen2011-07-131-437/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2057 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Added migrate install directives.asn2010-10-191-0/+36
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1397 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Removed 'exceptions' from License.mharmsen2009-12-151-20/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@889 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Build changes required to integrate Dogtag into Fedora.mharmsen2009-10-241-52/+124
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@804 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #511136 - Integrate EULA file into RHCS.mharmsen2009-07-131-0/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@695 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #508191 - Migration: CS 8.0 KRA agent unable to show migratedmharmsen2009-07-032-2/+13
| | | | | | | data from 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@673 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #504420 - Make certain that Array Types are processed prior tomharmsen2009-06-10102-885/+2033
| | | | | | | | | | | | | | | | | | | | | | | | non-Array types . . . Bugzilla Bug #483519 - rhcs73 migration tool misses iplanet case ERROR type - iplanet.security.x509.X509CertImpl[1,0] Bugzilla Bug #483373 - rhpki-migrate-7.3.0-9.el4 - TxtTo73/run.sh CLASSPATH uses TxtTo72 classes path Bugzilla Bug #451304 - 42ToTxt - Need to add i18n.jar to classpath for KRA LDIF conversion Bugzilla Bug #225031 - migrate/47ToTxt/run.sh against this sample ldif gives AuthToken=certSerialNo:[Ljava.math.BigInteger.... error. Bugzilla Bug #224972 - Migration / Upgrade script problems.... Bugzilla Bug #224801 - Upgrade script needs to change to drop those cert request which were created by old jars (iplanet) files Bugzilla Bug #224800 - txt to cms 62 upgrade script fails on some of the request. Bugzilla Bug #224763 - Migration scripts do not currently handle array of strings properly Bugzilla Bug #223360 - Upgrade tools does not currently handle some of the parameters. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@573 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #493717 - Migration scripts needed for TPS groupsalee2009-05-181-0/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@458 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #493717 - migration scripts required for TPS groupsalee2009-05-186-0/+581
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@457 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #492735 - Configuration wizard stores certain incorrect portmharmsen2009-05-072-3/+24
| | | | | | | | | values within TPS "CS.cfg" . . . Bugzilla Bug #495597 - Unable to access Agent page using a configured CA/KRA containing an HSM git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@431 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #253615: RFE: migration tool needs to be written for themharmsen2009-01-301-0/+4
| | | | | | | serialization changes. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@206 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #253615: RFE: migration tool needs to be written for themharmsen2009-01-305-0/+1244
| | | | | | | serialization changes. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@205 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Removed old copy of config/ directory.mharmsen2008-11-282-391/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@149 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* bz223361 - security domains in ldapalee2008-10-145-0/+284
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@127 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-18156-0/+24983
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b