summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cmscore/policy
Commit message (Collapse)AuthorAgeFilesLines
* Added REST interface to get domain info.Endi Sukma Dewata2012-10-261-3/+3
| | | | | | | | The REST interface for security domain has been updated to provide a method to get the domain info. A CLI has been provided to access this method. Ticket #309
* Patch 25 - Misc FixesAbhishek Koneru2012-07-251-1/+0
|
* Coverity CATCH_REXCEPTION and UNREAD_FIELD_CASESAbhishek Koneru2012-07-061-1/+0
|
* Fixes for Guarded_By_Violation issues shown in CoverityAbhishek Koneru2012-07-021-1/+1
|
* Fixes for NULL_RETURN cases review commentsAbhishek Koneru2012-06-051-9/+7
|
* Fixes for Null_Returns Cases - 1 For CommitAbhishek Koneru2012-06-051-3/+5
|
* Fixes for Coverity Defects of Category : FB.DM_BOOLEAN_CTORAbhishek Koneru2012-05-241-1/+1
|
* Fixes for Coverity Defects of Category : FB.BC_VACUOUS_INSTANCEOFAbhishek Koneru2012-05-241-2/+1
|
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-095-64/+49
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-097-70/+70
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-268-0/+3491
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131