summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/b_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Get merged tree into an installalble state.Rob Crittenden2009-02-031-1/+4
* Started moving xmlrpc-functions from ipalib.util to ipalib.rpcJason Gerard DeRose2008-11-241-2/+1
* Some changes to make reading dubugging output easierJason Gerard DeRose2008-11-241-2/+3
* Command.get_default() will now fill-in None for all missing non-required paramsJason Gerard DeRose2008-11-121-0/+4
* Move socket errors from the XML-RPC plugin to the clientRob Crittenden2008-11-031-1/+1
* Handle exceptions in the command-line instead of in the XMLRPC client pluginRob Crittenden2008-11-031-8/+1
* Fixed use of depreciated env.get() in b_xmlrpc.py moduleJason Gerard DeRose2008-10-271-10/+13
* Implement the host commandsRob Crittenden2008-10-221-1/+1
* Add mod_python-based XML-RPC server.Rob Crittenden2008-10-161-4/+43
* Port user-show to new CrudBackend frameworkRob Crittenden2008-10-141-1/+1
* Enable the verbose flag to pass thru xmlrpcRob Crittenden2008-10-101-3/+3
* Implement group-delRob Crittenden2008-10-101-2/+7
* Mechanism to convert from xmlrpclib.Fault to an IPAError exceptionRob Crittenden2008-10-101-0/+3
* Made package-level docstrings more consistent so they read better in generate...Jason Gerard DeRose2008-10-071-2/+3
* Add some more supporting functionsRob Crittenden2008-10-071-2/+6
* Implement user-find and user-add backend functions so they work over XML-RPCRob Crittenden2008-10-041-1/+2
* Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and xmlrpc_u...Jason Gerard DeRose2008-10-021-0/+10
* Started on skeleton for xmlrcp client/serverJason Gerard DeRose2008-10-021-0/+39