summaryrefslogtreecommitdiffstats
path: root/pki/base/console/src
Commit message (Collapse)AuthorAgeFilesLines
* Replaced deprecated Date API.Endi Sukma Dewata2012-03-221-11/+11
| | | | | | | | The deprecated Date(year, month, date) constructor has been replaced with Calendar API. There are similar Date constructors in JavaScript but those are not deprecated and should not be replaced. Ticket #3
* Refactored NameValuePairs.Endi Sukma Dewata2012-03-12124-1575/+1163
| | | | | | | | | The NameValuePairs class has been modified to extend the Linked- HashMap which preserves the order of elements as in the original code. Some methods are renamed to match Java Map interface. The NameValuePair class is no longer needed and has been removed. Ticket #78
* Removed dependency on OSUtil.Endi Sukma Dewata2012-02-291-9/+0
| | | | | | | 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-231-1/+9
| | | | | | | | 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
* Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .mharmsen2011-09-131-10/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2197 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Revert "sync config"admiyo2011-09-069-0/+1761
| | | | | | | This reverts Revision 2192 It introduced a build error. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2193 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* sync configadmiyo2011-09-069-1761/+0
| | | | | | | | | | removing duplicated configuration the config file tree was duplicated, but the got out of sync. This patch synchronizes the key, prior to removing the duplicated code the java package: com.netscape.certsrv.common contains configuration information used by both the console and the server. It was copied in the source tree, and was getting duplicated. This removes the console version of the source, and instead copies the Java files prior to compilation git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2192 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug# 697939 DRM signed audit log message - operation should be read ↵jmagne2011-06-302-2/+2
| | | | | | instead of modify. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2036 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 700462 - No action on clicking Help button of pkiconsole's ↵vakwetu2011-05-1340-40/+80
| | | | | | right pane git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1994 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #676682 - REGRESSION: Restore missing 'gif' files to console . . .mharmsen2011-02-101-0/+41
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1839 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #642741 - CS build uses deprecated functionsmharmsen2011-02-071-3/+39
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1827 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Build changes made in preparation for automated nightly builds; no official ↵mharmsen2011-01-201-1/+10
| | | | | | source tarballs were released for any spec files included in this check-in. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1757 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #642741 - CS build uses deprecated functionsmharmsen2011-01-131-2/+7
| | | | | | | | - removed references to "sun.misc.BASE64Encoder" - removed references to "sun.misc.BASE64Decoder" git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1731 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #656733 - Standardize jar install location and jar namesmharmsen2011-01-111-10/+9
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1719 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 663546 - Disable the functionalities that are not exposed ↵jmagne2011-01-061-2/+5
| | | | | | in the console git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1706 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix update for bugzilla bug #649343.awnuk2010-12-232-0/+15
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1666 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 662201 - Console: View button for log messages is not functional.jmagne2010-12-172-4/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1657 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #586073 - Add new 'mod_revocator' runtime dependency to RA and TPSmharmsen2010-12-141-16/+40
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1624 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #512496.awnuk2010-12-111-26/+40
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1617 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 651977 - turn off ssl2 for java servers (server.xml) - patch 2cfu2010-11-221-5/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1583 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 451874 - RFE - Java console - Certificate Wizard missing e.c. ↵vakwetu2010-11-0412-51/+338
| | | | | | support git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1473 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-11-012-6/+63
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1451 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Set console version and install it.asn2010-10-191-11/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1425 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Added console java build.asn2010-10-191-0/+598
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1381 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 518241 - pkiconsole does not launch when CA is configured with ECCcfu2010-10-111-14/+33
| | | | | | | - phase 1: enable all available cipher suites git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1346 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug#539781 - rhcs 71 - CRLs Partitioned by Reason Code - ↵jmagne2010-10-091-0/+16
| | | | | | onlySomeReasons ? git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1343 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 607380 - CC: Make sure Java Console can configure all security ↵vakwetu2010-09-156-3/+491
| | | | | | relevant config items git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1295 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-18452-452/+452
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #493765awnuk2010-04-221-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1048 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #493765awnuk2010-04-221-4/+33
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1047 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #493765awnuk2010-04-221-6/+29
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1046 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #549879.awnuk2010-02-191-0/+35
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@989 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #549879.awnuk2010-02-191-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@988 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #241423.awnuk2009-03-101-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@290 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* To make readLineFromStream more like readLine (included in 241423)awnuk2009-03-061-3/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@284 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #241423.awnuk2009-03-061-1/+9
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@283 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #241423.awnuk2009-03-061-0/+44
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@282 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #241423.awnuk2009-03-061-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@281 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug 487403.awnuk2009-02-251-2/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@250 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug 487403.awnuk2009-02-251-2/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@249 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug 487403.awnuk2009-02-251-2/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@248 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed Bugzilla Bugs: 443657 and 442387awnuk2009-02-171-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@233 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugs: 466781, 440546.awnuk2008-10-131-3/+55
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@125 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed Bug 442239awnuk2008-10-031-3/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@116 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bug #439027awnuk2008-04-171-2/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@26 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bug #441896awnuk2008-04-171-6/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@25 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bug #441901awnuk2008-04-172-0/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@23 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bug #441901awnuk2008-04-172-0/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@22 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix for bug 439033.awnuk2008-04-091-1/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@19 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-18559-0/+101869
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b