summaryrefslogtreecommitdiffstats
path: root/ipalib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Test for forwarded Kerberos credentials cache in wsgi code.Rob Crittenden2011-05-181-1/+13
* Fallback to default locale (en_US) if env. setting is corrupt.Pavel Zuna2011-03-011-1/+5
* Send Accept-Language header over XML-RPC and translate on server.Pavel Zuna2011-03-011-3/+30
* Set the default Int maxvalue to the maximum XML-RPC can handle.Rob Crittenden2011-01-181-1/+3
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Handle regular socket errors gracefully in ipa commandRob Crittenden2010-10-151-0/+3
* Changes to fix compatibility with Fedora 14Rob Crittenden2010-08-311-3/+11
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-13/+73
* use NSS for SSL operationsJohn Dennis2010-06-151-126/+7
* Connect the -v cli argument to the verbose flag in xmlrpclibRob Crittenden2010-06-031-2/+2
* XML-RPC signature changeJason Gerard DeRose2010-03-301-1/+1
* Explicitly set verbosity off in the XML-RPC clientRob Crittenden2009-09-141-0/+1
* Catch and handle HTTP exceptions (like 401, 404, etc)Rob Crittenden2009-07-151-1/+3
* Add a local implementation of httplib.SSLFile and httplib.FakeSocketrcrit2009-07-011-2/+9
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-9/+9
* Handle GSSAPI exceptions more gracefullyRob Crittenden2009-04-201-6/+28
* Use OpenSSL for SSL instead of the built-in python version.Rob Crittenden2009-02-201-3/+127
* Get merged tree into an installalble state.Rob Crittenden2009-02-031-1/+4
* Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler workingJason Gerard DeRose2009-02-031-0/+2
* 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