summaryrefslogtreecommitdiffstats
path: root/ipalib/session.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-1/+1
* Pylint: enable reimported checkMartin Basti2016-03-221-1/+1
* Enable pylint empty-docstring checkMartin Basti2015-12-231-6/+0
* Remove wildcard importsMartin Basti2015-12-231-2/+4
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-2/+3
* Use absolute importsPetr Viktorin2015-08-121-2/+3
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-2/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-3/+3
* move session_logout command to ipalib/plugins directoryPetr Vobornik2015-07-081-29/+0
* Use mod_auth_gssapi instead of mod_auth_kerb.David Kupka2015-03-301-10/+10
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-2/+3
* Compliant client side session cookie behaviorJohn Dennis2012-12-101-16/+30
* Fix various typos.Yuri Chornoivan2012-09-181-2/+2
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+1
* Implement password based session loginJohn Dennis2012-02-271-26/+63
* Implement session activity timeoutJohn Dennis2012-02-271-20/+63
* Tweak the session auth to reflect developer consensus.John Dennis2012-02-271-5/+121
* add session manager and cache krb authJohn Dennis2012-02-091-0/+1098