Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed depreciated ipalib/plugins/b_xmlrpc.py module | Jason Gerard DeRose | 2009-02-17 | 1 | -105/+0 |
| | |||||
* | Get merged tree into an installalble state. | Rob Crittenden | 2009-02-03 | 1 | -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.rpc | Jason Gerard DeRose | 2008-11-24 | 1 | -2/+1 |
| | |||||
* | Some changes to make reading dubugging output easier | Jason Gerard DeRose | 2008-11-24 | 1 | -2/+3 |
| | |||||
* | Command.get_default() will now fill-in None for all missing non-required params | Jason Gerard DeRose | 2008-11-12 | 1 | -0/+4 |
| | |||||
* | Move socket errors from the XML-RPC plugin to the client | Rob Crittenden | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | Handle exceptions in the command-line instead of in the XMLRPC client plugin | Rob Crittenden | 2008-11-03 | 1 | -8/+1 |
| | |||||
* | Fixed use of depreciated env.get() in b_xmlrpc.py module | Jason Gerard DeRose | 2008-10-27 | 1 | -10/+13 |
| | |||||
* | Implement the host commands | Rob Crittenden | 2008-10-22 | 1 | -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 Crittenden | 2008-10-16 | 1 | -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 framework | Rob Crittenden | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 1 | -3/+3 |
| | |||||
* | Implement group-del | Rob Crittenden | 2008-10-10 | 1 | -2/+7 |
| | |||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 1 | -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 DeRose | 2008-10-07 | 1 | -2/+3 |
| | | | | generated documentation | ||||
* | Add some more supporting functions | Rob Crittenden | 2008-10-07 | 1 | -2/+6 |
| | | | | Do a little bit more error handling and checking | ||||
* | Implement user-find and user-add backend functions so they work over XML-RPC | Rob Crittenden | 2008-10-04 | 1 | -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 DeRose | 2008-10-02 | 1 | -0/+10 |
| | | | | xmlrpc_unmarshal() functions respectively | ||||
* | Started on skeleton for xmlrcp client/server | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+39 |