summaryrefslogtreecommitdiffstats
path: root/pki/base/java-tools
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2631-13092/+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
* Added policy deprecationsAde Lee2012-03-231-1/+1
| | | | | | | | | Many of the policy deprecation warnings come from classes that probably ought to be deprecated as part of the deprecated policy framework as well. Making these as deprecated removes the deprecation warnings - and we can really see where we make sure of deprecated policy code elsewhere. Also removed some URLEncoder, Decoder deprecations
* Removed unused variables (part 2).Endi Sukma Dewata2012-03-235-14/+2
| | | | | | This patch brings down the warnings from 1943 to 1221. Ticket #103
* Removed dependency on OSUtil.Endi Sukma Dewata2012-02-294-40/+2
| | | | | | | The OSUtil is no longer used by the code. It has been removed from build scripts and tools. Ticket #90
* Replaced BtoA/AtoB with Apache codec.Endi Sukma Dewata2012-02-234-1/+11
| | | | | | | | The OSUtil's BtoA() and AtoB() have been replaced by Base64 codec from Apache Commons library. The codec is configured to use 64-byte line width as defined in RFC 1421. Ticket #90
* Consolidated BtoA/AtoB invocations.Endi Sukma Dewata2012-02-2318-32/+64
| | | | | | | | The OSUtil's BtoA() and AtoB() have been replaced with wrapper methods in com.netscape.cmsutil.util.Utils to simplify transition into Base64 codec from Apache Commons library. Ticket #90
* Removed unused variables (part 1).Endi Sukma Dewata2012-02-209-39/+5
| | | | | | This patch brings down the warnings from 2917 to 2406. Ticket #103
* Added generics (part 4).Endi Sukma Dewata2012-02-143-5/+3
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* Added generics (part 3).Endi Sukma Dewata2012-02-061-4/+6
| | | | | | This patch brings down the warnings from 3992 to 3500. Ticket #2
* Added generics (part 2).Endi Sukma Dewata2012-01-181-15/+15
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-186-33/+36
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting - fix bad wrapsAde Lee2012-01-116-16/+16
|
* Formatting (line wrap > 120 in commentsAde Lee2012-01-111-2/+5
|
* Formatting - line wrap > 120 in codeAde Lee2012-01-1112-23/+48
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-1122-4047/+3809
|
* Removal of unused private methodsAdam Young2011-12-201-18/+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-0822-4232/+5314
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-0722-5314/+4232
| | | | Formatted project according to eclipse project settings
* Bug 759339 - fixes sporadic blank line in DRMToolMatthew Harmsen2011-12-021-1/+1
|
* unnecessary block removalAdam Young2011-12-021-7/+5
| | | | | | 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-213-15/+1
| | | | | | | | 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-0422-335/+487
| | | | | | | | | | 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 #743770.awnuk2011-10-081-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2260 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #743770.awnuk2011-10-071-1/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2258 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .mharmsen2011-09-134-4/+34
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2197 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #724861 - DRMTool: fix duplicate "dn:" recordsmharmsen2011-08-041-30/+175
| | | | | | | by renumbering "cn=<value>" git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2100 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #669226 - Remove Legacy Build System (Ant + Autoconf --> CMake)mharmsen2011-07-136-756/+58
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2057 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #532548 - Tool to do DRM re-key (tweaks)mharmsen2011-07-061-3/+15
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2043 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #532548 - Tool to do DRM re-key (use configuration file, ↵mharmsen2011-06-303-418/+3080
| | | | | | process based upon records, added additional options) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2034 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #532548 - Tool to do DRM re-keymharmsen2011-05-254-0/+2609
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2009 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port ↵jmagne2011-03-311-30/+26
| | | | | | throws file not found exception. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1937 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 689501 - ExtJoiner tool fails to join the multiple extensions.jmagne2011-03-241-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1917 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix bugzilla bug #673614.awnuk2011-01-312-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1795 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #656733 - Standardize jar install location and jar namesmharmsen2011-01-116-60/+61
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1719 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 662156 - HttpClient is hard-coded to handle only up to 5000 bytesvakwetu2011-01-071-24/+36
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1711 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Added javadoc generation.asn2010-12-171-0/+11
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1654 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #643206 - New CMake based build system for Dogtagmharmsen2010-12-081-6/+27
| | | | | | | (prevent class replication across jars) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1612 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #643206 - New CMake based build system for Dogtagmharmsen2010-12-071-6/+14
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1607 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 659004 - CC: AuditVerify hardcoded with SHA-1cfu2010-12-021-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1599 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Set java-tools version and install it.asn2010-10-191-10/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1424 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Added java-tools command wrapper.asn2010-10-193-0/+188
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1380 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Added java-tools java build.asn2010-10-192-0/+51
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1379 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-1815-32/+80
| | | | | | packages (agreed upon fixes to pki-java-tools javadocs attachment #439178). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1215 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-1814-15/+15
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #562986 - Supply convenience symlink(s) for backwardsmharmsen2010-02-094-4/+4
| | | | | | | compatibility (rename jar files as appropriate) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@968 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@888 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #521995 - Packaging for Fedora Dogtag PKImharmsen2009-11-254-4/+4
| | | | | | | | - Use "_javadir" macro when appropriate - Move jar file to top-level git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@851 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #533233 - Remove "pki*" scripts from pki-native-tools . . .mharmsen2009-11-073-6/+21
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@812 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Build changes required to integrate Dogtag into Fedora.mharmsen2009-10-241-4/+4
| | | | 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