summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/servlet/cert
Commit message (Collapse)AuthorAgeFilesLines
* FormattingAde Lee2011-12-0735-7249/+7356
| | | | Formatted project according to eclipse project settings
* Remove Deprecated Date FunctionsAdam Young2011-12-063-23/+34
| | | | | | Fixed error in parsing for stringToDate https://fedorahosted.org/pki/ticket/3
* call statics staticallyAdam Young2011-12-064-32/+32
| | | | | | | 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.
* Revert "Remove Deprecated Date Functions"Adam Young2011-12-023-33/+22
| | | | | | This reverts commit d7d71804b885118e74928e413a8e7fb91b78706c. It was commited by mistake. It changes the Certificate Geenrate code, and requires a unit test
* SerialVersionIDAdam Young2011-12-0231-4/+149
| | | | Autogenerated SerialVersionID for all serializable classes
* Remove Deprecated Date FunctionsAdam Young2011-12-023-22/+33
| | | | https://fedorahosted.org/pki/ticket/3
* unnecessary block removalAdam Young2011-12-022-20/+16
| | | | | | 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-216-33/+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-0435-827/+1194
| | | | | | | | | | 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 #705914.awnuk2011-05-201-3/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2002 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug#695015 -Serial No. of a revoked certificate is not ↵jmagne2011-04-171-0/+18
| | | | | | populated in the CA signedAudit messages. Additional fix to print out serial number when TPS revokes a cert. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1975 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix bugzilla bug# 695015 - Serial No. of a revoked certificate is not ↵jmagne2011-04-151-2/+35
| | | | | | populated in the CA signedAudit messages. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1961 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@1796 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #504055.awnuk2011-01-271-1/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1778 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #504056.awnuk2011-01-261-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1774 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #640710.awnuk2011-01-061-2/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1701 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #640710.awnuk2011-01-061-3/+42
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1699 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 661889 - The Servlet TPSRevokeCert of the CA returns an ↵jmagne2010-12-161-1/+26
| | | | | | error to TPS even if certificate in question is already revoked. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1641 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #621341awnuk2010-10-061-6/+18
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1335 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bugs: 621327 and 621334.awnuk2010-09-211-8/+79
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1313 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bugs: 621337, 621338.awnuk2010-09-101-5/+20
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1289 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #629769.awnuk2010-09-031-0/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1264 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #621350awnuk2010-09-031-1/+45
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1261 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #621322.awnuk2010-08-201-0/+7
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1230 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-187-6/+8
| | | | | | packages (agreed upon fixes to pki-common javadocs attachment #439224). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1217 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-1833-33/+33
| | | | | | 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 #472597 - Disable policy code,UImharmsen2010-07-291-0/+63
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1138 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #553423awnuk2010-04-271-0/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1087 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #501088awnuk2010-04-231-3/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1073 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #549879.awnuk2010-02-191-0/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@986 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #549879.awnuk2010-02-191-69/+244
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@985 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #499842.awnuk2009-11-161-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@824 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #518431awnuk2009-08-211-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@765 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #513450awnuk2009-08-121-7/+12
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@753 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #506305.awnuk2009-06-171-2/+26
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@624 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+28
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@598 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@597 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+20
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@596 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #482935awnuk2009-06-061-2/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@564 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 503045 - CMC Revocation cannot be completed in EE page - fails with ↵cfu2009-06-061-2/+2
| | | | | | NullPointerException. Authorization not working properly. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@561 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #471318awnuk2009-06-061-18/+60
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@559 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #482935.awnuk2009-05-311-4/+14
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@526 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #482935.awnuk2009-05-311-0/+11
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@525 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #490224.awnuk2009-04-141-0/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@389 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #223353 - Values entered through web ui are not checked/escapedalee2009-04-101-26/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@381 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bug #466064.awnuk2008-10-151-1/+7
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@130 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bug 465997.awnuk2008-10-091-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@122 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix for bug #443687awnuk2008-06-251-0/+11
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@55 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix for bug #443687awnuk2008-06-251-1/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@54 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-1835-0/+19420
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b