summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-1/+1
* Fix RPC tests. The method comes back as a unicode from xmlrpclib.Rob Crittenden2010-08-061-2/+2
* XML-RPC signature changeJason Gerard DeRose2010-03-301-1/+1
* localize doc stringsJohn Dennis2010-03-081-2/+2
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-3/+3
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-031-25/+4
* Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...Jason Gerard DeRose2009-02-031-8/+10
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-1/+15
* Added Command.args_options_2_params() method and its unit testsJason Gerard DeRose2009-02-031-1/+1
* Added rpc.xmlclient backend plugin for forwarding; added corresponding unit t...Jason Gerard DeRose2009-01-191-2/+79
* ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_...Jason Gerard DeRose2009-01-151-22/+86
* tests.test_ipalib.test_rpc now imports constants from tests.dataJason Gerard DeRose2008-12-081-32/+16
* Re-enable Python2.4 tests and fixed some small things broken under Python2.4Jason Gerard DeRose2008-12-081-1/+2
* Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc ...Jason Gerard DeRose2008-11-241-3/+3
* Started moving xmlrpc-functions from ipalib.util to ipalib.rpcJason Gerard DeRose2008-11-241-0/+123