summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/authentication
Commit message (Collapse)AuthorAgeFilesLines
* Refactored PKI JNDI realm.Endi Sukma Dewata2012-07-312-0/+13
| | | | | | | | | The PKI JNDI realm has been modified to utilize the authentication and authorization subsystems in PKI engine directly. It's no longer necessary to define the LDAP connection settings in Tomcat's configuration files. Ticket #126
* Fixes for NULL_RETURNS Coverity Issues - Part 2Abhishek Koneru2012-06-142-37/+29
|
* Removed deprecated resources.Endi Sukma Dewata2012-04-122-45/+1
| | | | | | | | Some exceptions used deprecated resource class names as the bundle name, they have been replaced with string constants. The deprecated resource classes are no longer used, so they have been removed. Ticket #3
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-0919-91/+91
| | | | | | | | 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-2620-0/+1832
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