summaryrefslogtreecommitdiffstats
path: root/pki/base/silent/src/com/netscape/pkisilent/ConfigureSubCA.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-1249/+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
* Replace URLEncoder.encode with non-deprecated form in pkisilentAde Lee2012-03-221-67/+53
| | | | Removed some obsolete files.
* Consolidated BtoA/AtoB invocations.Endi Sukma Dewata2012-02-231-2/+2
| | | | | | | | 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-201-28/+4
| | | | | | This patch brings down the warnings from 2917 to 2406. Ticket #103
* Formatting - line wrap > 120 in codeAde Lee2012-01-111-19/+43
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-111-315/+281
|
* Revert "Formatting"Ade Lee2011-12-081-489/+486
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-071-486/+489
| | | | Formatted project according to eclipse project settings
* call statics staticallyAdam Young2011-12-061-2/+2
| | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=728303 Updated with changes from code review Leaving in the warning in GenericASN1Extension, ans that is an indication of a real problem, which will get addressed in a separate patch.
* PKISilent type safety changesAdam Young2011-12-051-27/+24
| | | | | Specifies the types for the collections. Changes no behavior, and, due to erasure, should not even change the resulting byte code.
* PKISilent in single tree PKISilent was a series of classes, each in the ↵admiyo2011-11-171-0/+1300
Common namespace. Now it is in a single tree and fronted by a single Java class that multiplexes between them. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2295 c9f7a03b-bd48-0410-a16d-cbbf54688b0b