summaryrefslogtreecommitdiffstats
path: root/ipalib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug I introduced in KerbTransport; started work on lite-xmlrpc.py to ad...Jason Gerard DeRose2009-02-031-2/+2
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-031-5/+5
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-031-22/+7
* Ported xmlserver to subclass from ExecutionerJason Gerard DeRose2009-02-031-1/+1
* Removed depreciated import of errors in frontend.pyJason Gerard DeRose2009-02-031-1/+3
* Added ServiceError (KerberosError) and make rpc.KerbTransport raise it if app...Jason Gerard DeRose2009-02-031-2/+7
* More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; xmlcl...Jason Gerard DeRose2009-02-031-1/+4
* Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...Jason Gerard DeRose2009-02-031-5/+14
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-1/+52
* Added rpc.xmlclient backend plugin for forwarding; added corresponding unit t...Jason Gerard DeRose2009-01-191-0/+50
* Added docstring cross-references between rpc and rpcserver modulesJason Gerard DeRose2009-01-161-2/+4
* Added docstrings to the new rpc.xml_dumps() and rcp.xml_loads() functionsJason Gerard DeRose2009-01-161-6/+57
* ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_...Jason Gerard DeRose2009-01-151-9/+27
* Started moving xmlrpc-functions from ipalib.util to ipalib.rpcJason Gerard DeRose2008-11-241-0/+86