summaryrefslogtreecommitdiffstats
path: root/ipalib/krb_utils.py
Commit message (Expand)AuthorAgeFilesLines
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-1/+1
* uninstallation: more robust check for master removal from topologyMartin Babinsky2016-01-211-0/+1
* Rewrap errors in get_principal to CCacheErrorMichael Simacek2015-09-221-2/+8
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-265/+68
* Modernize 'except' clausesPetr Viktorin2015-08-121-9/+9
* Pylint cleanup.Jan Cholasta2013-01-291-3/+3
* Fix ticket checks when using either s4u2proxy or a delegated krbtgtSimo Sorce2012-03-011-2/+2
* Implement password based session loginJohn Dennis2012-02-271-5/+8
* Implement session activity timeoutJohn Dennis2012-02-271-1/+1
* Tweak the session auth to reflect developer consensus.John Dennis2012-02-271-4/+67
* add session manager and cache krb authJohn Dennis2012-02-091-0/+329