summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/dbs
Commit message (Collapse)AuthorAgeFilesLines
* Replaced daemon threads with executor service.Endi Sukma Dewata2012-03-122-0/+14
| | | | | | | | | | | | The certificate status update and retrieving modifications tasks have been modified to use the executor service. Unlike daemon threads, the service will allow existing task to exit gracefully before shutting down. An abandon operation is used terminate the persistent search used for retrieving modifications. Some methods have been moved to CertificateRepository class to simplify synchronizations. Ticket #73
* Fixed DRM REST interface to use BigInteger.Endi Sukma Dewata2012-03-052-0/+159
| | | | | | | | The DRM REST interface previously uses strings for key ID and request ID. It has been modified to use KeyId and RequestId classes which can accept decimal or hex numbers and internally store it as BigInteger. Ticket #94
* Added generics (part 4).Endi Sukma Dewata2012-02-143-16/+21
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* KRA changes for archiving and recovering symmetric keys and passphrases.Jack Magne2012-02-131-0/+29
| | | | | | | | | | | | Ticket #66 and #68. Add ability to archive and recover symmetric keys and passphrases using rest interface. Enhanced test client to test out new functionality. Provided support to return recovered data either wrapped by symmetric key or wrapped in PBE password based encryption blob. DRM symmetric key support cleanup changes. Consists of suggested cleanup measures based on review comments.
* Added generics (part 3).Endi Sukma Dewata2012-02-061-1/+1
| | | | | | This patch brings down the warnings from 3992 to 3500. Ticket #2
* Added generics (part 2).Endi Sukma Dewata2012-01-182-8/+8
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Formatting (no line wrap in comments or code)Ade Lee2012-01-1129-543/+504
|
* typesafe returns on IDBSession for VirtualListAdam Young2012-01-041-3/+3
|
* typesafety db and loggingAdam Young2012-01-042-4/+4
|
* typesafety certserv and cmscoreAdam Young2012-01-045-6/+6
| | | | Using interface instead of implementing class
* Revert "Formatting"Ade Lee2011-12-0829-607/+709
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-0729-709/+607
| | | | Formatted project according to eclipse project settings
* TreeSetAdam Young2011-12-071-5/+7
| | | | | | | | | | | | | | | | | | | ArraySet and AttributeNameEnumeration both were not updated to handfle Generics. Neither are really needed, and are likely to introduce errors. ArraySet can be safely replaced by TreeSet. TreeSet provides a stricter ordering constraint than ArraySet did. This will not hurt anything, and may actually be closer to the desired behavior AttributeNameEnumeration was a thin wrapper around Vector. It has been replaced with Vector<String> In addition, this patch cleans up the Type safety in of the collections used in the related files. removed files from cmake Removed custom collection files Supressed watnings generated by the clone method.
* SerialVersionIDAdam Young2011-12-024-0/+18
| | | | Autogenerated SerialVersionID for all serializable classes
* Cleanup importsadmiyo2011-11-0426-121/+89
| | | | | | | | | | 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 #491183.awnuk2010-12-241-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1677 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #649343.awnuk2010-12-211-1/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1659 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-1829-29/+29
| | | | | | 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 #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-181-1/+0
| | | | | | packages (Fixed compilation issues of attachment #439031). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1209 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #553423awnuk2010-04-271-0/+36
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1084 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* BZ472006 Serial number managementalee2009-01-054-13/+189
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@168 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-1827-0/+2982
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b