summaryrefslogtreecommitdiffstats
path: root/ipatests
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of map()Petr Viktorin2015-09-014-7/+6
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-2/+5
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-012-2/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-0112-36/+40
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-013-12/+18
* Integration tests for topology pluginOleg Fayans2015-08-283-21/+241
* Fix user tracker to reflect new user-del messageLenka Doudova2015-08-271-1/+1
* vault: fix vault tests after default type changePetr Vobornik2015-08-261-2/+9
* Port from python-krbV to python-gssapiMichael Simacek2015-08-265-26/+14
* Added support for changing vault encryption.Endi S. Dewata2015-08-251-0/+249
* Automated test for stageuser pluginLenka Doudova2015-08-253-6/+1421
* Temporary fix for ticket 5240Oleg Fayans2015-08-241-2/+2
* Added a user-friendly output to an import errorOleg Fayans2015-08-241-1/+5
* ipatests: Take otptoken import test out of executionMilan Kubík2015-08-201-0/+2
* Use absolute importsPetr Viktorin2015-08-1235-43/+58
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-123-26/+26
* Modernize function and method attribute namesPetr Viktorin2015-08-121-4/+4
* Modernize 'except' clausesPetr Viktorin2015-08-1213-32/+32
* test suite for user/host/service certificate management API commandsMartin Babinsky2015-08-031-0/+349
* tests: Allow Tracker.dn be an instance of FuzzyMilan Kubík2015-07-311-2/+3
* Modernize number literalsPetr Viktorin2015-07-312-4/+4
* Added test - topology plugin is listed among DS pluginsOleg Fayans2015-07-271-0/+70
* tests: test_cert: Services can have multiple certificatesTomas Babej2015-07-221-4/+4
* tests: test_rpc: Create connection for the current threadTomas Babej2015-07-221-0/+3
* tests: vault_plugin: Skip tests if KRA not availableTomas Babej2015-07-221-0/+11
* tests: Version is currently generated during command callTomas Babej2015-07-221-35/+16
* tests: realmdomains_plugin: Add explanatory commentTomas Babej2015-07-221-0/+3
* tests: service_plugin: Make sure the cert is decoded from base64Tomas Babej2015-07-221-1/+5
* tests: user_plugin: Add preserved flag when --all is usedTomas Babej2015-07-211-1/+4
* Py3: replace tab with spaceMartin Basti2015-07-171-3/+3
* Fix minor typosYuri Chornoivan2015-07-171-1/+1
* Added vault access control.Endi S. Dewata2015-07-081-6/+21
* Added ipaVaultPublicKey attribute.Endi S. Dewata2015-07-071-2/+2
* Added symmetric and asymmetric vaults.Endi S. Dewata2015-07-071-23/+198
* plugable: Remove unused call method of PluginJan Cholasta2015-07-011-10/+0
* plugable: Specify plugin base classes and modules using API propertiesJan Cholasta2015-07-011-1/+5
* plugable: Change is_production_mode to method of APIJan Cholasta2015-07-012-12/+59
* plugable: Remove SetProxy, DictProxy and MagicDictJan Cholasta2015-07-011-170/+0
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-0115-143/+136
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-016-19/+19
* plugable: Move plugin base class and override logic to APIJan Cholasta2015-07-011-97/+21
* generalize certificate creation during testingMartin Babinsky2015-06-233-26/+26
* DNSSEC: validate forward zone forwardersMartin Basti2015-06-111-0/+20
* DNSSEC: Improve global forwarders validationMartin Basti2015-06-111-2/+3
* vault: Move vaults to cn=vaults,cn=kraJan Cholasta2015-06-101-12/+12
* Added vault-archive and vault-retrieve commands.Endi S. Dewata2015-06-081-1/+71
* Abstract the HostTracker class from host plugin testMilan Kubík2015-06-052-150/+292
* Add plugin to manage service constraint delegationsRob Crittenden2015-06-032-0/+602
* Added vault plugin.Endi S. Dewata2015-05-251-0/+445
* User life cycle: Stage user Administrators permission/priviledgeThierry Bordaz2015-05-182-0/+4