summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/b_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* 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