summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/request
Commit message (Collapse)AuthorAgeFilesLines
* Add realm to the request recordAde Lee2016-04-204-11/+39
| | | | Part of Trac Ticket #2041
* Ticket #2271 TMS- clean up key archival request records in ldapChristina Fu2016-04-131-3/+8
| | | | | | | | | This patch does the following: * it adds in the kra request an extra field called "delayLDAPCommit" * when the request comes in to be processed, it sets this field to "false" * by default, if this field does not exist, the updateRequest() method will just write to ldap, just like before; however, if this field exists and it contains "true" then it will delay the write * once the request is processed and all unwanted fields are cleared from the request record, it will set "delayLDAPCommit" to "false", and call updateRequest(), which will then do the actual write to ldap * In addition, I also screened through both KRA and TPS code and removed debug messages that contain those fields.
* Ticket 1410 Issue with Generic Extension being criticalChristina Fu2015-06-151-0/+6
| | | | - patch ported from https://bugzilla.redhat.com/show_bug.cgi?id=1011984
* Remove unused RequestSubsystem constructorFraser Tweedale2015-04-161-6/+0
|
* Reorganized server packages.Endi S. Dewata2013-10-2510-0/+3888
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.