Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement user-find and user-add backend functions so they work over XML-RPC | Rob Crittenden | 2008-10-04 | 1 | -1/+1 |
| | | | | | 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 | -7/+6 |
| | | | | xmlrpc_unmarshal() functions respectively | ||||
* | Added docstring to simple-server.py | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+6 |
| | |||||
* | Implemented basic Command.forward() method | Jason Gerard DeRose | 2008-10-02 | 1 | -11/+11 |
| | |||||
* | Started on skeleton for xmlrcp client/server | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+46 |