summaryrefslogtreecommitdiffstats
path: root/base/common/python
Commit message (Expand)AuthorAgeFilesLines
* Python packaging of PKI client libraryChristian Heimes2016-04-022-0/+105
* Renamed pki.nss into pki.nssdb.Endi S. Dewata2016-02-221-0/+0
* Fixed external CA case for IPA compatibility.Endi S. Dewata2016-02-221-2/+6
* Added mechanism to import existing CA certificate.Endi S. Dewata2016-02-221-27/+220
* Added pki-server subsystem-cert-export command.Endi S. Dewata2016-02-221-0/+336
* Added automatic Tomcat migration.Matthew Harmsen2015-11-011-2/+5
* Temporary silence InsecureRequestWarningChristian Heimes2015-08-081-0/+24
* Handle JSON decode error in handle_exceptions()Christian Heimes2015-07-151-11/+24
* In-tree tests and linting with toxChristian Heimes2015-07-102-20/+23
* Cleaned up python docs generation.Endi S. Dewata2015-05-285-56/+64
* PKI TRAC Ticket #1388 - pylint unidiomatic-typecheck warnings cause koji buil...Matthew Harmsen2015-05-262-4/+5
* Fixed build issues.Endi S. Dewata2015-04-221-1/+1
* Added server migration command.Endi S. Dewata2015-04-211-11/+61
* Fixed problem cloning Dogtag 10.1.x to 10.2.x.Endi S. Dewata2015-02-061-12/+53
* Fixed pylint report.Endi S. Dewata2015-02-057-134/+134
* Added server management CLI.Endi S. Dewata2015-01-281-0/+145
* Added server management library.Endi S. Dewata2015-01-281-3/+3
* Improvements for KeyClient.archive_encrypted_data().Endi S. Dewata2014-11-251-26/+41
* Fixed incorrect Python API docs format.Endi S. Dewata2014-10-282-51/+55
* Updates to some python client classes for prettier API docs.Ade Lee2014-10-279-41/+398
* Added Python Client API Docs to buildAde Lee2014-10-274-0/+461
* Fixed pylint failure on F21.Endi S. Dewata2014-10-271-2/+2
* Updated KRA Python client library.Endi S. Dewata2014-10-092-13/+30
* Generate asymmetric keys in the DRM.Abhishek Koneru2014-08-271-13/+103
* Fix enroll_cert in cert.py to account for rejected requestsAde Lee2014-08-181-21/+73
* Refactoring ProfileClient to remove the property fields.Abhishek Koneru2014-07-114-347/+147
* Fixed transport certificate delimiters.Endi S. Dewata2014-07-091-2/+2
* Refactored SystemCertClient.get_transport_cert().Endi S. Dewata2014-07-073-3/+10
* Renamed CryptoUtil to CryptoProvider.Endi S. Dewata2014-07-033-9/+9
* Added methods for providing file input for profile request.Abhishek Koneru2014-07-012-102/+541
* Implemented remaining of the ProfileClient API.Abhishek Koneru2014-07-013-20/+225
* Fixes for #1040 and #1041 in cert and key python modulesAbhishek Koneru2014-06-274-286/+175
* Fixed NumberFormatException in key-request-find.Endi S. Dewata2014-06-201-1/+4
* Addressed comments given for patches 92-2, 93, 94.Abhishek Koneru2014-06-034-230/+417
* Initial patch for ProfileClient implementationAbhishek Koneru2014-06-031-1/+356
* Added methods in CertClient for CertRequestResourceAbhishek Koneru2014-06-032-10/+1261
* formatting fixes in python client code for pycharmAde Lee2014-05-2911-303/+427
* latest changes for code reviewAde Lee2014-05-292-37/+56
* Added security domain functionality to python APIAde Lee2014-05-291-5/+44
* fix issues identified by pycharm for system.pyAde Lee2014-05-291-15/+15
* Fix formatting issues identified by pycharm in key.pyAde Lee2014-05-291-141/+161
* Implemented CertResource methods in CertClient on the python side.Abhishek Koneru2014-05-294-139/+424
* Refactoring KeyClient class and crypto classes.Abhishek Koneru2014-03-311-22/+35
* Changes to KeyClient on the java side.Abhishek Koneru2014-03-191-1/+1
* Modify return object for retrieve_key(key_id, twsk)Abhishek Koneru2014-03-061-10/+13
* Get archival working for python key clientAde Lee2014-03-052-26/+35
* Fixes for coments from reviewAde Lee2014-02-262-76/+126
* Add ability to archive without sending pkiArchiveOptions object.Ade Lee2014-02-262-70/+118
* Make generate_symmetric_key more generic.Ade Lee2014-02-262-8/+27
* Added error checking in python client callsAde Lee2014-02-261-16/+86