summaryrefslogtreecommitdiffstats
path: root/simple-server.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement user-find and user-add backend functions so they work over XML-RPCRob Crittenden2008-10-041-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 DeRose2008-10-021-7/+6
| | | | xmlrpc_unmarshal() functions respectively
* Added docstring to simple-server.pyJason Gerard DeRose2008-10-021-0/+6
|
* Implemented basic Command.forward() methodJason Gerard DeRose2008-10-021-11/+11
|
* Started on skeleton for xmlrcp client/serverJason Gerard DeRose2008-10-021-0/+46