summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/dogtag.py
Commit message (Expand)AuthorAgeFilesLines
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-4/+4
* py3: fix CSR encoding inside frameworkMartin Basti2017-01-311-1/+1
* dogtag: search past the first 100 certificatesJan Cholasta2017-01-241-1/+1
* py3: decode bytes for json.loads()Martin Basti2017-01-241-4/+5
* dogtag.py: fix exception logging of JSON dataMartin Basti2017-01-241-4/+8
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-0/+2
* Add options to write lightweight CA cert or chain to fileFraser Tweedale2016-12-121-0/+12
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-061-13/+14
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* pylint: fix simplifiable-if-statement warningsJan Barta2016-09-221-8/+2
* cert-request: raise error when request failsFraser Tweedale2016-09-131-0/+4
* Use Dogtag REST API for certificate requestsFraser Tweedale2016-09-071-285/+191
* Add HTTPRequestError classFraser Tweedale2016-09-071-1/+2
* Allow Dogtag RestClient to perform requests without logging inFraser Tweedale2016-09-071-12/+24
* Add ca-disable and ca-enable commandsFraser Tweedale2016-09-071-0/+6
* Fix IssuerDN presence check in cert search resultFraser Tweedale2016-06-271-1/+1
* Add issuer options to cert-show and cert-findFraser Tweedale2016-06-151-0/+9
* Add CA argument to ra.request_certificateFraser Tweedale2016-06-151-8/+13
* Add 'ca' pluginFraser Tweedale2016-06-151-1/+53
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-6/+8
* plugable: turn Plugin attributes into propertiesJan Cholasta2016-06-031-9/+9
* ipalib, ipaserver: fix incorrect API.register calls in docstringsJan Cholasta2016-05-251-2/+1
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-251-8/+6
* Added exception handling for mal-formatted XML ParsingAbhijeet Kasurde2016-05-111-2/+7
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* Pylint: enable reimported checkMartin Basti2016-03-221-2/+1
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Do not decode HTTP reason phrase from DogtagFraser Tweedale2016-01-131-22/+22
* Remove unused importsMartin Basti2015-12-231-3/+0
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-1/+3
* vault: select a server with KRA for vault operationsJan Cholasta2015-10-081-1/+21
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-6/+6
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-11/+11
* certprofile: add ability to update profile config in DogtagFraser Tweedale2015-07-081-0/+12
* certprofile: add option to export profile configFraser Tweedale2015-07-081-0/+8
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-6/+6
* vault: Fix ipa-kra-installJan Cholasta2015-06-101-1/+1
* Import profiles earlier during installFraser Tweedale2015-06-051-3/+7
* Add profile_id parameter to 'request_certificate'Fraser Tweedale2015-06-041-2/+5
* Import included profiles during install or upgradeFraser Tweedale2015-06-041-6/+8
* Add certprofile pluginFraser Tweedale2015-06-041-4/+172
* dogtag plugin: Don't use doctest syntax for non-doctest examplesPetr Viktorin2014-11-211-8/+8
* Fixed KRA backend.Endi S. Dewata2014-11-041-104/+18
* Add a KRA to IPAAde Lee2014-08-221-76/+218
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-2/+3
* Convert remaining backend code to LDAPEntry API.Jan Cholasta2013-12-161-3/+1
* Handle a 501 in cert-find from dogtag as a "not supported"Rob Crittenden2013-05-031-0/+4
* Remove some uses of raw python-ldapPetr Viktorin2013-03-011-10/+20
* Remove some unused importsPetr Viktorin2013-03-011-2/+2