summaryrefslogtreecommitdiffstats
path: root/ipaserver/rpcserver.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-3/+3
* Modernize 'except' clausesPetr Viktorin2015-08-121-15/+15
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-26/+10
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-2/+4
* use Connectible.disconnect() instead of .destroy_connection()Petr Vobornik2015-05-071-2/+2
* Adopted kinit_keytab and kinit_password for kerberos authMartin Babinsky2015-04-201-26/+22
* Use mod_auth_gssapi instead of mod_auth_kerb.David Kupka2015-03-301-1/+1
* Print PublicError traceback when in debug modeMartin Kosek2015-01-221-0/+3
* Fix login password expiration detection with OTPNathaniel McCallum2014-07-211-31/+9
* Add /session/token_sync POST supportNathaniel McCallum2014-06-261-3/+107
* rpcserver: fix local vs utc time comparisonPetr Vobornik2014-06-261-1/+1
* rpcserver: add otp support to change_password handlerPetr Vobornik2014-06-261-4/+7
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-4/+5
* rpcserver: login_password datetime fix in expiration checkPetr Vobornik2014-05-261-8/+2
* Support API version-specific RPC marshalling.Jan Cholasta2014-04-181-8/+13
* Support OTP in form based authPetr Vobornik2014-03-121-6/+32
* Implement XML introspectionPetr Viktorin2014-01-141-6/+51
* rpcserver: Consolidate __call__ in xmlclient and jsonclient_kerbPetr Viktorin2013-12-101-54/+34
* Convert remaining backend code to LDAPEntry API.Jan Cholasta2013-12-161-1/+1
* Add server/protocol type to rpcserver logsPetr Viktorin2013-11-261-4/+17
* Make jsonserver_kerb start a cookie-based sessionPetr Viktorin2013-11-261-1/+10
* Switch client to JSON-RPCPetr Viktorin2013-11-261-102/+11
* Show human-readable error name in error dialog titlePetr Vobornik2013-08-261-1/+1
* Return the correct Content-type on negotiated XML-RPC requests.Rob Crittenden2013-07-151-2/+2
* Add client capabilities, enable messagesPetr Viktorin2013-02-211-1/+6
* Drop ipapython.compat.Jan Cholasta2013-02-011-3/+2
* Compliant client side session cookie behaviorJohn Dennis2012-12-101-2/+4
* Add detection for users from trusted/invalid realmsTomas Babej2012-12-061-2/+35
* Internationalization for public errorsPetr Viktorin2012-09-031-21/+17
* Use DN objects instead of stringsJohn Dennis2012-08-121-24/+10
* Store session cookie in ccache for cli usersRob Crittenden2012-06-141-66/+164
* Password change capability for form-based authMartin Kosek2012-06-111-1/+107
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+1