summaryrefslogtreecommitdiffstats
path: root/.pydevproject
Commit message (Collapse)AuthorAgeFilesLines
* Initial work on python APIAde Lee2014-02-191-0/+1
| | | | | | | | This patch includes code for most of the python client library for the KeyResource and KeyRequestResource for the DRM. Some place holder code has been added for the CertResource, but this needs to be further refined and tested.
* Initial code to configure a TPS in tomcatAde Lee2013-08-131-4/+1
| | | | | This code allows pkispawn to configure a tps in tomcat. It does not include any config using the web UI panels.
* Applied PEP8 formatting to python files.Abhishek Koneru2013-06-271-3/+9
| | | | | | | General formatting done for all the python files except for the line length issue, which could not be formatted using Pydev in Eclipse. Ticket #316
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+7
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