summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/servlet/csadmin
Commit message (Collapse)AuthorAgeFilesLines
* Added generics (part 3).Endi Sukma Dewata2012-02-064-14/+15
| | | | | | This patch brings down the warnings from 3992 to 3500. Ticket #2
* Added generics (part 2).Endi Sukma Dewata2012-01-1810-61/+70
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-1811-65/+88
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting - line wrap > 120 in codeAde Lee2012-01-1114-50/+112
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-1163-2649/+2664
|
* type safety for certserv.baseAdam Young2011-12-222-10/+10
| | | | more type safety
* Removal of unused private methodsAdam Young2011-12-202-35/+0
| | | | | | | | | | | | These methods are uncallable. There might be some discussion about the private default constructores. The Rules of Java are different from C++: If there is any constructor defined, all the other defaults befome uncallable. Thus, the private default constructors are not needed. https://bugzilla.redhat.com/show_bug.cgi?id=728303 Conflicts: pki/base/ca/src/com/netscape/ca/CRLIssuingPoint.java
* Revert "Formatting"Ade Lee2011-12-0863-4347/+3921
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-0763-3921/+4347
| | | | Formatted project according to eclipse project settings
* SerialVersionIDAdam Young2011-12-0233-0/+145
| | | | Autogenerated SerialVersionID for all serializable classes
* unnecessary block removalAdam Young2011-12-024-51/+43
| | | | | | This patch removes all of the unneeded blocks that surrounded code cleaned up with the dead code removal. https://bugzilla.redhat.com/show_bug.cgi?id=728303
* Dead code removaladmiyo2011-11-214-48/+4
| | | | | | | | This patch removes all of the locations that Eclipse identified as Dead code. Only the Eclipse automated cleanups were performed, which means that some of the locations which were in *if* blocks still have the corresponding brackets around them. These ensure that the original variable semantics weren't changed, but are safe to remove in the future. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2296 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Cleanup importsadmiyo2011-11-0463-1137/+1160
| | | | | | | | | | 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
* Fix bugzilla #730162 - TPS/TKS token enrollment failure in FIPS mode (hsm+NSS) .jmagne2011-09-161-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2205 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ# 699809 - Convert certificate system to use systemdvakwetu2011-09-092-4/+18
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2196 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Resolves #712931 - CS requires too many ports to be open in the FWvakwetu2011-08-231-6/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2160 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Resolves #731741 - some CS.cfg nickname parameters not updated correctly ↵vakwetu2011-08-231-0/+16
| | | | | | when subsystem cloned (using hsm) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2159 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Resolves #726785 - If replication fails while setting up a clone it will ↵vakwetu2011-08-041-35/+73
| | | | | | wait forever git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2107 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Resolves #708075 - Clone installation does not work over NATvakwetu2011-08-041-10/+18
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2105 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ689909 - Dogtag installation under IPA takes too much time - ↵vakwetu2011-08-031-0/+3
| | | | | | remove the inefficient sleeps -- missing file checkin git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2099 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ689909 - Dogtag installation under IPA takes too much time - ↵vakwetu2011-08-0315-8/+89
| | | | | | remove the inefficient sleeps git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2096 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 707416 - additional audit messages for GetCookievakwetu2011-06-094-10/+77
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2019 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 707416 - CC_LAB_EVAL: Security Domain: missing audit msgs for ↵vakwetu2011-06-073-13/+210
| | | | | | modify/add git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2017 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ694569: pkiremove parameter not updated - additional fixvakwetu2011-04-121-1/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1958 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ# 683581: CA configuration with ECC(Default EC curve-nistp521) CA ↵vakwetu2011-03-231-2/+6
| | | | | | fails with 'signing operation failed' git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1912 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla #683173: pkisilent needs to provide option to set ↵vakwetu2011-03-091-6/+18
| | | | | | nsDS5ReplicaTransportInfo to TLS in replication agreements when creating a clone git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1887 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #673638.awnuk2011-02-121-3/+11
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1843 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 670337 - CA Clone configuration throws TCP connection error - ↵vakwetu2011-01-254-5/+54
| | | | | | fix for kra cloning git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1770 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 670337: CA Clone configuration throws TCP connection errorvakwetu2011-01-183-3/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1746 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla 661142 - Verification should fail when a revoked certificate is addedcfu2011-01-112-1/+8
| | | | | | | | - adding -P to audit signing certs trust database - making specific certusage check git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1723 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 661196 - ECC(with nethsm) subca configuration fails with ↵jmagne2010-12-151-0/+1
| | | | | | Key Type RSA Not Matched despite using ECC key pairs for rootCA & subCA. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1639 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 642357 - CC Feature- Self-Test plugins only check for validitycfu2010-11-241-0/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1588 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 653576 - tomcat5 does not always run filters on servlets as expectedvakwetu2010-11-243-4/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1587 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 651916 - kra and ocsp are using incorrect ports to talk to CA ↵vakwetu2010-11-151-5/+3
| | | | | | and complete configuration in DonePanel git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1498 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 542863 - RHCS8: Default cert audit nickname written to CS.cfg files ↵cfu2010-11-091-0/+20
| | | | | | imcomplete when the cert is stored on a hsm git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1488 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* BZ651040: cloning shoud not include sslservervakwetu2010-11-091-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1484 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 451874 - RFE - Java console - Certificate Wizard missing e.c. ↵vakwetu2010-11-041-0/+4
| | | | | | support git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1473 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 638242 - Installation Wizard: at SizePanel, fix selection of ↵vakwetu2010-11-043-98/+188
| | | | | | signature algorithm; and for ECC curves git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1471 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 223336 - ECC: unable to clone a ECC CAvakwetu2010-10-075-6/+37
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1337 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 504061 - ECC: unable to install subsystems (sub-CA, DRM, TKS, etc.) for ↵cfu2010-10-041-10/+12
| | | | | | an ECC CA (installation and starting ONLY. Run time issues are filed as separate bugs) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1330 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 635033 - At installation wizard selecting key types other than CA's ↵cfu2010-09-262-6/+12
| | | | | | signing cert will fail git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1319 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #583825 - CC: Obsolete servlets to be removed from web.xml as partmharmsen2010-08-271-0/+4
| | | | | | | of CC interface review git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1247 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 548699 - subCA's admin certificate should be generated by itselfvakwetu2010-08-192-29/+17
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1219 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 608083 - CC: update ACL and AC calls for DRMcfu2010-08-031-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1148 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* merge 8.1 -> tip, multiple bugs (base)alee2010-07-277-63/+204
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1134 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 608086 - CC: CA, OCSP, and DRM need to add more audit callscfu2010-07-231-2/+7
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1130 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ595391: session domain table to be moved to ldap (corrected ↵alee2010-07-073-1/+327
| | | | | | BZ596391 to BZ595391 on 08/10/2010 by mharmsen) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1125 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* BZ601299: tps installation does not update security domainalee2010-06-141-1/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1111 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 577949 - clone from a clone requires contacting original security domain ↵alee2010-05-191-3/+14
| | | | | | master - additional fixes git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1103 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 577949 - clone from a clone requires contacting original security domain ↵alee2010-04-263-4/+73
| | | | | | master git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1080 c9f7a03b-bd48-0410-a16d-cbbf54688b0b