summaryrefslogtreecommitdiffstats
path: root/ipalib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* ipa tool: Print the name of the server we are connecting to with -vPetr Viktorin2014-02-051-3/+3
* Switch client to JSON-RPCPetr Viktorin2013-11-261-34/+235
* Fix invalid assumption NSS initialization check in SSLTransportPetr Viktorin2013-10-301-1/+3
* Enable running API commands in ipa-advise pluginsAna Krivokapic2013-08-071-2/+2
* Remove redundant u'' characterMartin Kosek2013-06-061-1/+1
* Log info on failure to connectSimo Sorce2012-12-191-0/+2
* Compliant client side session cookie behaviorJohn Dennis2012-12-101-58/+222
* Close connection after each request, avoid NSS shutdown problem.Rob Crittenden2012-10-241-5/+24
* Clear kernel keyring in client installer, save dbdir on new connectionsRob Crittenden2012-10-031-0/+15
* Transfer long numbers over XMLRPCMartin Kosek2012-09-061-2/+5
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+3
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+4
* Support per-principal sessions and handle session update failuresRob Crittenden2012-07-181-11/+23
* Store session cookie in ccache for cli usersRob Crittenden2012-06-141-11/+74
* Replace DNS client based on acutil with python-dnsMartin Kosek2012-05-241-6/+15
* Don't set dbdir in the connection until after the connection is created.Rob Crittenden2012-03-131-5/+7
* Do kinit in client before connecting to backendRob Crittenden2012-03-041-4/+27
* Don't set delegation flag in client, we're using S4U2Proxy nowRob Crittenden2012-02-151-7/+17
* add session manager and cache krb authJohn Dennis2012-02-091-8/+2
* Replace float with DecimalMartin Kosek2012-01-201-0/+4
* Require an HTTP Referer header in the server. Send one in ipa tools.Rob Crittenden2011-12-121-0/+3
* Add a function for formatting network locations of the form host:port for use...Jan Cholasta2011-10-051-2/+2
* Fix /usr/bin/ipa dupled server listMartin Kosek2011-09-221-1/+9
* 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