summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_service_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-1/+7
* ticket 1600 - convert unittests to use DN objectsJohn Dennis2011-08-161-22/+24
* Fix invalid issuer in unit testsMartin Kosek2011-07-271-3/+3
* Require an imported certificate's issuer to match our issuer.Rob Crittenden2011-06-161-17/+31
* Ignore case when removing group members.Rob Crittenden2011-02-141-0/+119
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add managedby to Host entriesRob Crittenden2010-11-191-0/+2
* Revoke a host's certificate (if any) when it is deleted or disabled.Rob Crittenden2010-11-191-0/+7
* Fix two failing tests.Rob Crittenden2010-10-221-0/+9
* Accept an incoming certificate as either DER or base64 in the service plugin.Rob Crittenden2010-10-081-5/+8
* Enable a host to retrieve a keytab for all its services.Rob Crittenden2010-08-161-91/+285
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-9/+6
* Add API to delete a service principal key, service-disable.Rob Crittenden2010-07-131-0/+1
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-10/+1
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-17/+18
* Fix service_mod and add a test caseRob Crittenden2009-08-261-1/+11
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-0/+1
* Add unit tests for new plugins.Pavel Zuna2009-07-021-0/+113
* Remove unit tests for old plugins.Pavel Zuna2009-07-021-113/+0
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-5/+5
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-031-5/+5
* Applied Rob's errors patchRob Crittenden2009-02-031-3/+28
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-4/+0
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+0
* Skip tests if the remote XML-RPC server is not responding.Rob Crittenden2008-11-031-1/+2
* Initial tests for user, group and service plugin APIRob Crittenden2008-11-031-0/+92