summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/servlet/profile
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated BtoA/AtoB invocations.Endi Sukma Dewata2012-02-233-4/+7
| | | | | | | | 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
* Renamed Utils to avoid conflicts.Endi Sukma Dewata2012-02-231-2/+2
| | | | | | | | | The Utils classes in com.netscape.cms.publish.publishers and com.netscape.cms.servlet.common packages have been renamed to PublisherUtils and ServletUtils to avoid conflicts with com.netscape.cmsutil.util.Utils. Ticket #90
* Removed unused variables (part 1).Endi Sukma Dewata2012-02-201-2/+0
| | | | | | This patch brings down the warnings from 2917 to 2406. Ticket #103
* Added generics (part 4).Endi Sukma Dewata2012-02-142-5/+1
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* Added generics (part 2).Endi Sukma Dewata2012-01-187-67/+68
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-181-25/+26
| | | | | | | 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-111-4/+4
|
* Formatting (line wrap > 120 in commentsAde Lee2012-01-114-8/+16
|
* Formatting - line wrap > 120 in codeAde Lee2012-01-112-12/+24
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-119-873/+832
|
* type safety certserv cms and cmscoreAdam Young2012-01-041-2/+2
| | | | Re-added files IPublshRuleSet and ILdapCertMapper
* Revert "Formatting"Ade Lee2011-12-089-1376/+1344
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-079-1344/+1376
| | | | Formatted project according to eclipse project settings
* call statics staticallyAdam Young2011-12-062-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.
* SerialVersionIDAdam Young2011-12-028-0/+34
| | | | Autogenerated SerialVersionID for all serializable classes
* Cleanup importsadmiyo2011-11-049-145/+269
| | | | | | | | | | 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 #728332.awnuk2011-08-051-2/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2115 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #717041 - Improve escaping of some enrollment inputsawnuk2011-08-011-3/+13
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2090 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 717041 - Improve escaping of some enrollment inputs like.jmagne2011-07-251-2/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2086 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 722989 - Registering an agent when a subsystem is created - does ↵vakwetu2011-07-201-1/+2
| | | | | | not log AUTHZ_SUCCESS event git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2068 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug#718607 CC_LAB_EVAL: No AUTH message is generated in CA's ↵jmagne2011-07-071-9/+66
| | | | | | signedaudit log when a directory based user enrollment is performed git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2048 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug#704792 - - CC_LAB_EVAL: CA agent interface: SubjectID=$ ↵jmagne2011-05-171-0/+2
| | | | | | fails audit evaluation. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1997 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #672291.awnuk2011-01-281-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1792 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #504055.awnuk2011-01-271-1/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1778 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #672291.awnuk2011-01-241-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1768 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-11-011-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1451 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-188-8/+8
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* merge 8.1 -> tip, multiple bugs (base)alee2010-07-271-0/+28
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1134 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 608086 - CC: CA, OCSP, and DRM need to add more audit callscfu2010-07-233-9/+7
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1130 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #539773.awnuk2009-12-211-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@901 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix of bugzilla bug #533979 provided by John Dennis.awnuk2009-11-251-2/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@858 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #509833 - cleaning debug log.mharmsen2009-07-062-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@680 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@601 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+39
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@600 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+21
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@599 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 492543 - just log message fix. The actuall CMC enrollment is working after ↵cfu2009-06-051-23/+23
| | | | | | 502861 was fixed. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@553 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #480714 and #481659 - renewal fixes for expired_revoked certs ↵alee2009-05-291-2/+2
| | | | | | and prevent key archival for renewals git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@503 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #488303awnuk2009-05-231-3/+23
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@486 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #500736 - \n characters are being incorrectly escaped on ↵alee2009-05-181-0/+9
| | | | | | profile review form git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@456 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #490551.awnuk2009-05-111-0/+12
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@437 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #490551.awnuk2009-05-111-0/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@436 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #223353 - Values entered through web ui are not checked/escapedalee2009-04-102-5/+14
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@381 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug: 481659 - Renewal: Manual user signing and encryption ↵alee2009-03-311-2/+6
| | | | | | certificate after renewal responds with two request ids. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@355 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 475566 - cannot tell renewals from enrollment requestsalee2009-03-301-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@349 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #467155 - Change "renameTo" to "cp -p ".mharmsen2009-02-122-13/+54
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@225 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla 460582: add UTF supportalee2009-01-301-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@204 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 482733 - support xmlOutput param in profiles; missing request number in XML ↵cfu2009-01-293-8/+16
| | | | | | response to submitted request git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@200 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework ↵cfu2008-11-183-11/+544
| | | | | | (Phase 1) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@141 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* bug#440989 - [SECURITY] CMC authorization check not done by defaultcfu2008-04-041-1/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@17 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-189-0/+4652
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b