summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/dogtag.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the cert-find command for the dogtag CA backend.Rob Crittenden2013-02-191-0/+138
* log dogtag errorsJohn Dennis2012-10-191-20/+48
* Use DN objects instead of stringsJohn Dennis2012-08-121-5/+9
* Typo fixesPetr Viktorin2012-06-251-4/+4
* Display serial number as HEX (DECIMAL) when showing certificates.Rob Crittenden2012-03-141-0/+6
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-7/+3
* enable proxy for dogtagAdam Young2011-08-291-1/+1
* Select a server with a CA on it when submitting signing requests.Nalin Dahyabhai2011-06-141-3/+65
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-3/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Remove older MITM fixes to make compatible with dogtag 1.3.3Rob Crittenden2010-04-191-3/+3
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Move the HTTP/S request code to a common libraryRob Crittenden2010-02-091-61/+4
* Update dogtag configuration to work after CVE-2009-3555 changesRob Crittenden2010-01-271-2/+2
* Use the caIPAserviceCert profile for issuing service certs.Rob Crittenden2010-01-081-1/+1