summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/b_xmlrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed depreciated ipalib/plugins/b_xmlrpc.py moduleJason Gerard DeRose2009-02-171-105/+0
|
* Get merged tree into an installalble state.Rob Crittenden2009-02-031-1/+4
| | | | | | | | I have only tested the all, rpms and *clean targets directly. install may work but the rpm moves a lot of things around for us. The Apache configuration file isn't in its final state but it works with the new mod_python configuration.
* 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
| | | | | In order for this to work against a v1 database the update host.update needs to be applied
* Add mod_python-based XML-RPC server.Rob Crittenden2008-10-161-4/+43
| | | | | Use -e kerberos on the command-line to use the mod_python server, otherwise it defaults to use the simple-server URL.
* 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
| | | | Include slew of new exceptions, not all of which are used yet
* Made package-level docstrings more consistent so they read better in ↵Jason Gerard DeRose2008-10-071-2/+3
| | | | generated documentation
* Add some more supporting functionsRob Crittenden2008-10-071-2/+6
| | | | Do a little bit more error handling and checking
* Implement user-find and user-add backend functions so they work over XML-RPCRob Crittenden2008-10-041-1/+2
| | | | | Change port to 8880 to not conflict with a running IPA v1 instance Encode incoming values from unicode as utf-8 before sending to LDAP
* Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵Jason Gerard DeRose2008-10-021-0/+10
| | | | xmlrpc_unmarshal() functions respectively
* Started on skeleton for xmlrcp client/serverJason Gerard DeRose2008-10-021-0/+39