summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/apps
Commit message (Collapse)AuthorAgeFilesLines
* Added Auditor service.Endi Sukma Dewata2012-05-292-0/+22
| | | | | | | | | A new Auditor service has been added to replace the audit service that was previously only available to subclasses of AdminServlet. The new service can be used by other components including REST services. The AdminServlet will be modified to use the Auditor service separately. Ticket #160
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-093-231/+231
| | | | | | | | 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-263-0/+2823
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