summaryrefslogtreecommitdiffstats
path: root/ipaserver/rpcserver.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing translation problemsAleksei Slaikovskii2018-01-311-8/+6
* rpcserver: don't call xmlserver.CommandStanislav Laznicka2017-09-081-2/+1
* logging: remove object-specific loggersJan Cholasta2017-07-141-52/+65
* py3: Remove comparison >=2 of debnug log levelMartin Basti2017-06-281-1/+1
* rpcserver: remove addition of str and bytesStanislav Laznicka2017-06-271-1/+2
* wsgi plugins: mod_wsgi expects bytes as an outputStanislav Laznicka2017-06-271-3/+3
* Make sure we check ccaches in all rpcserver pathsSimo Sorce2017-06-231-33/+39
* Add code to be able to set default kinit lifetimeSimo Sorce2017-06-071-1/+2
* Fix rare race condition with missing ccache fileSimo Sorce2017-05-241-1/+10
* server install: fix KDC PKINIT configurationJan Cholasta2017-05-191-1/+4
* kerberos session: use CA cert with full cert chain for obtaining cookiePetr Vobornik2017-05-021-1/+2
* Use local anchor when armoring password requestsMartin Babinsky2017-04-281-1/+1
* rpcserver.login_x509: Actually return reply from __call__ methodDavid Kupka2017-03-281-1/+1
* rpcserver: x509_login: Handle unsuccessful certificate login gracefullyDavid Kupka2017-03-151-0/+10
* backend plugins: fix crashes in development modeJan Cholasta2017-03-131-2/+4
* Allow login to WebUI using Kerberos aliases/enterprise principalsMartin Babinsky2017-03-081-35/+16
* Fix session logoutSimo Sorce2017-02-221-4/+4
* Pretty print JSON in debug mode (debug level >= 2)Christian Heimes2017-02-151-1/+3
* Faster JSON encoder/decoderChristian Heimes2017-02-151-5/+3
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-151-16/+13
* Generate tmpfiles config at install timeSimo Sorce2017-02-151-7/+18
* Change session handlingSimo Sorce2017-02-151-221/+113
* py3: rpcserver fix undefined variableMartin Basti2017-01-311-1/+2
* py3: WSGI executioners must return bytes in listMartin Basti2017-01-311-10/+12
* Py3: Fix undefined variableMartin Basti2017-01-311-1/+1
* py3: rpcserver: decode input because json requires stringMartin Basti2017-01-311-1/+1
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-3/+4
* pylint: enable the import-error checkJan Cholasta2016-10-241-1/+3
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-061-4/+1
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* rpcserver: fix crash in XML-RPC system commandsJan Cholasta2016-09-011-4/+4
* rpcserver: assume version 1 for unversioned command callsJan Cholasta2016-08-311-16/+27
* Added new authentication methodTiboris2016-08-171-4/+13
* server: exclude Local commands from RPCJan Cholasta2016-06-301-3/+7
* session: do not initialize session manager on importJan Cholasta2016-06-301-1/+8
* session: move the session module from ipalib to ipaserverJan Cholasta2016-06-301-1/+1
* plugable: support plugin versioningJan Cholasta2016-06-281-1/+2
* plugable: use plugin class as the key in API namespacesJan Cholasta2016-06-281-1/+1
* plugable: turn Plugin attributes into propertiesJan Cholasta2016-06-031-3/+3
* rpc: include structured error information in responsesJan Cholasta2016-05-251-0/+1
* Added fix for notifying user about locked user account in WebUIAbhijeet Kasurde2016-04-281-1/+11
* Added fix for notifying user about Kerberos principal expiration in WebUIAbhijeet Kasurde2016-04-151-2/+11
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-1/+1
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-7/+5
* Replace StandardError with ExceptionRobert Kuska2015-09-301-4/+4
* Rewrap errors in get_principal to CCacheErrorMichael Simacek2015-09-221-1/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-2/+2
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-12/+13