summaryrefslogtreecommitdiffstats
path: root/ipalib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing translation problemsAleksei Slaikovskii2018-01-311-1/+3
* LGTM: Membership test with a non-containerChristian Heimes2018-01-091-8/+12
* Fix pylint warnings inconsistent-return-statementsChristian Heimes2017-12-181-1/+1
* Use the CA chain file from the RPC contextRob Crittenden2017-12-041-1/+1
* parameters: introduce CertificateSigningRequestStanislav Laznicka2017-10-251-0/+5
* rpc: don't decode cookie_string if it's NoneStanislav Laznicka2017-09-201-0/+2
* rpc: don't encode bytesStanislav Laznicka2017-08-301-1/+1
* Create a Certificate parameterStanislav Laznicka2017-07-271-0/+10
* logging: do not log into the root loggerJan Cholasta2017-07-141-12/+13
* logging: remove object-specific loggersJan Cholasta2017-07-141-22/+28
* session_storage: Correctly handle string/byte typesStanislav Laznicka2017-06-091-1/+4
* rpc: avoid possible recursion in create_connectionStanislav Laznicka2017-06-021-66/+74
* rpc: preparations for recursion fixStanislav Laznicka2017-06-021-10/+17
* Avoid possible endless recursion in RPC callStanislav Laznicka2017-06-021-41/+54
* Prevent churn on ccachesSimo Sorce2017-03-281-1/+16
* Handle failed authentication via cookieSimo Sorce2017-03-281-20/+32
* Add debug logging for keep-aliveChristian Heimes2017-03-201-1/+20
* Use connection keep-aliveChristian Heimes2017-03-201-1/+1
* Add debug log in case cookie retrieval went wrongStanislav Laznicka2017-03-201-1/+4
* rpc: fix crash in verbose modeJan Cholasta2017-03-131-5/+6
* Store session cookie in a ccache optionSimo Sorce2017-03-101-22/+5
* Fix cookie with Max-Age processingStanislav Laznicka2017-03-061-4/+8
* Remove NSSConnection from the Python RPC moduleStanislav Laznicka2017-03-011-56/+14
* Explain more performance tricks in doc stringChristian Heimes2017-02-151-2/+5
* Pretty print JSON in debug mode (debug level >= 2)Christian Heimes2017-02-151-43/+57
* Convert list to tuplesChristian Heimes2017-02-151-1/+5
* Faster JSON encoder/decoderChristian Heimes2017-02-151-79/+132
* Insure removal of session on identity changeSimo Sorce2017-02-151-0/+6
* Allow rpc callers to pass ccache and service namesSimo Sorce2017-02-151-6/+14
* py3: send Decimal number as string instead of base64 encoded valueMartin Basti2017-02-081-1/+1
* Fix reference before assignmentFraser Tweedale2017-02-061-0/+1
* py3: decode bytes for json.loads()Martin Basti2017-01-241-1/+2
* Add compatibility code to retrieve headersSimo Sorce2016-12-141-1/+5
* Properly handle multiple cookies in rpc lib.Simo Sorce2016-12-081-3/+11
* Properly handle multiple cookies in rpcclientSimo Sorce2016-12-081-1/+1
* Python3 pylint fixesChristian Heimes2016-11-251-0/+2
* Fix error message encodingSimo Sorce2016-10-251-1/+2
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+1
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-111-9/+7
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* ipalib: introduce Principal parameterMartin Babinsky2016-07-011-0/+6
* rpc: do not validate command name in RPCClient.forwardJan Cholasta2016-06-031-4/+0
* rpc: optimize JSON-RPC response handlingJan Cholasta2016-06-031-3/+3
* rpc: allow overriding NSS DB directory in API configJan Cholasta2016-06-031-5/+4
* rpc: respect API config in RPCClient.create_connectionJan Cholasta2016-06-031-2/+8
* dns: move code shared by client and server to separate moduleJan Cholasta2016-06-031-0/+2
* rpc: include structured error information in responsesJan Cholasta2016-05-251-1/+3
* rpc: do not crash when unable to parse JSONJan Cholasta2016-05-251-1/+1
* ipalib.rpc: Send base64-encoded data as string under Python 3Petr Viktorin2016-05-051-1/+4
* Fix bytes/string handling in rpcMichael Simacek2016-02-171-7/+7