summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/logging
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #1006 Audit logging for TPS REST operationsChristina Fu2016-03-281-4/+15
| | | | | | | | | | | | | This patch adds audit logging to TPS REST wrote-specific operations. The read-specific operations are already captured by AuditEvent=AUTHZ_* The affected (new or modified) log messages include: LOGGING_SIGNED_AUDIT_CONFIG_TOKEN_GENERAL_5 LOGGING_SIGNED_AUDIT_CONFIG_TOKEN_PROFILE_6 LOGGING_SIGNED_AUDIT_CONFIG_TOKEN_MAPPING_RESOLVER_6 LOGGING_SIGNED_AUDIT_CONFIG_TOKEN_AUTHENTICATOR_6 LOGGING_SIGNED_AUDIT_CONFIG_TOKEN_CONNECTOR_6 LOGGING_SIGNED_AUDIT_CONFIG_TOKEN_RECORD_6 LOGGING_SIGNED_AUDIT_TOKEN_STATE_CHANGE_8
* Fixed thread leaks during shutdown.Endi S. Dewata2015-06-181-5/+4
| | | | | | | | Various codes have been modified to properly stop threads during shutdown. A new ID attribute has been added to the LDAP connection factory classes to help identify leaking threads. https://fedorahosted.org/pki/ticket/1327
* Reorganized REST service classes.Endi S. Dewata2014-02-281-176/+0
| | | | | | | | The REST service classes have been moved into org.dogtagpki.server namespace. A new upgrade script has been added to update existing instances. Ticket #114
* Updated REST interface for audit.Endi S. Dewata2014-02-181-5/+3
| | | | | | | The REST interface for audit has been modified to return Response objects to allow better handling of server responses. Ticket #554
* Removed hard-coded response type.Endi S. Dewata2014-02-101-2/+0
| | | | | | | | Previously some methods were hard-coded to return XML responses. The code has been removed to allow clients to request a different format. Ticket #554
* Added more null parameter checking.Endi S. Dewata2013-11-141-0/+3
| | | | | | | Some REST methods have been modified to check for null parameters and return the proper error code. Ticket #749
* Reorganized server packages.Endi S. Dewata2013-10-2510-0/+1636
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.